diff options
| author | Chilledheart | 2014-11-04 10:25:37 +0800 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-22 21:05:56 -0500 |
| commit | 3141234b3473717e87f3958d4916fe0ada0baba9 (patch) | |
| tree | ff4ac3024c3a8e17b3c567efbc4b040ad47884ba | |
| parent | 6196d87a0892070d327563faae430e144d0ade35 (diff) | |
| download | homebrew-3141234b3473717e87f3958d4916fe0ada0baba9.tar.bz2 | |
boost-python 1.57
Closes #33890.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/boost-python.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/boost-python.rb b/Library/Formula/boost-python.rb index 12fe398ed..b95ddc00c 100644 --- a/Library/Formula/boost-python.rb +++ b/Library/Formula/boost-python.rb @@ -1,5 +1,3 @@ -require "formula" - class UniversalPython < Requirement satisfy(:build_env => false) { archs_for_command("python").universal? } @@ -26,8 +24,8 @@ end class BoostPython < Formula homepage "http://www.boost.org" - url "https://downloads.sourceforge.net/project/boost/boost/1.56.0/boost_1_56_0.tar.bz2" - sha1 "f94bb008900ed5ba1994a1072140590784b9b5df" + url "https://downloads.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.tar.bz2" + sha1 "e151557ae47afd1b43dc3fac46f8b04a8fe51c12" head "https://github.com/boostorg/boost.git" option :universal |
