From 3141234b3473717e87f3958d4916fe0ada0baba9 Mon Sep 17 00:00:00 2001 From: Chilledheart Date: Tue, 4 Nov 2014 10:25:37 +0800 Subject: boost-python 1.57 Closes #33890. Signed-off-by: Tim D. Smith --- Library/Formula/boost-python.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3