diff options
Diffstat (limited to 'dev/libs/boost/boost.mkbuild')
-rw-r--r-- | dev/libs/boost/boost.mkbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/libs/boost/boost.mkbuild b/dev/libs/boost/boost.mkbuild index cf56267..cf843d0 100644 --- a/dev/libs/boost/boost.mkbuild +++ b/dev/libs/boost/boost.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/boost/boost_1_35_0.tar.bz2" +[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/boost/boost_1_37_0.tar.bz2" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -34,7 +34,7 @@ # # Package version -[[VERSION]]="1.35.0" +[[VERSION]]="1.37.0" # # Source Name construction string |