diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 17:08:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 17:08:07 +0200 |
commit | 17182473b96c02de7619c44cfc65c6e9ba6dc43b (patch) | |
tree | 37626888f0600847af79f67d500b81a7551031d9 /package/boost | |
parent | b096232e512dada21c2a57a3e932f3d9d1703c12 (diff) |
update to latest upstream
Diffstat (limited to 'package/boost')
-rw-r--r-- | package/boost/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile index 4bd6b2c44..5823b208e 100644 --- a/package/boost/Makefile +++ b/package/boost/Makefile @@ -4,16 +4,16 @@ include ${TOPDIR}/rules.mk PKG_NAME:= boost -PKG_VERSION:= 1_47_0 +PKG_VERSION:= 1.54.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= ff180a5276bec773a7625cac7e2288e8 +PKG_MD5SUM:= efbfbff5a85a9330951f243d0a46e4b9 PKG_DESCR:= boost C++ library PKG_SECTION:= libs PKG_URL:= http://www.boost.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=boost/} -DISTFILES:= boost_1_47_0.tar.gz -WRKDIST= ${WRKDIR}/${PKG_NAME}_${PKG_VERSION} +DISTFILES:= boost_1_54_0.tar.gz +WRKDIST= ${WRKDIR}/${PKG_NAME}_1_54_0 PKG_ARCH_DEPENDS:= !mips |