From ce4515e7b03453b342dc129886a9a9759ab40016 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sat, 12 Aug 2017 22:47:55 -0700 Subject: [PATCH] pioneer 20170813 Closes #16739. Signed-off-by: ilovezfs --- Formula/pioneer.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/pioneer.rb b/Formula/pioneer.rb index e63fd95c10..881af1f0c6 100644 --- a/Formula/pioneer.rb +++ b/Formula/pioneer.rb @@ -1,9 +1,8 @@ class Pioneer < Formula desc "Game of lonely space adventure" homepage "https://pioneerspacesim.net/" - url "https://github.com/pioneerspacesim/pioneer/archive/20170415.tar.gz" - sha256 "dfbcfb63686fa3b7a16a4bac34de81adb02eeaf23593b3e63cca906bf4dbef67" - revision 1 + url "https://github.com/pioneerspacesim/pioneer/archive/20170813.tar.gz" + sha256 "9a2feec5236f8ca6ee8f0d75bccdee7bf6ae62f7a08b9e37cdd178642fdd32f3" head "https://github.com/pioneerspacesim/pioneer.git" bottle do @@ -30,11 +29,6 @@ class Pioneer < Formula ENV.cxx11 ENV["PIONEER_DATA_DIR"] = "#{pkgshare}/data" - # Upstream issue "assimp 4.0.0 support" - # Reported 19 Jul 2017 https://github.com/pioneerspacesim/pioneer/issues/4054 - inreplace "configure.ac", "aiGetVersionMinor() >= 2", - "aiGetVersionMinor() >= 0" - # Remove as soon as possible # https://github.com/pioneerspacesim/pioneer/issues/3839 ENV["ARFLAGS"] = "cru"