diff options
author | Carlos Miguel Ferreira <carlosmf.pt@gmail.com> | 2015-12-19 04:05:56 +0000 |
---|---|---|
committer | Carlos Miguel Ferreira <carlosmf.pt@gmail.com> | 2015-12-19 04:05:56 +0000 |
commit | e57a0ce70183458e59c25786d07e5e24afd44ce3 (patch) | |
tree | dcf8dfde716e325e26bc9affd56f98dcb86ea2ff /libs | |
parent | c1dc8cd0e4c3ea65b8859cac8a54ef4a7c702d81 (diff) |
Boost: Version Update -> 1.60
Version Update:
- Boost is updated to version 1.60
- New library called Variadic Macro Data (VMD) [1]
- Several libraries updates [2]
[1]: http://www.boost.org/libs/vmd/
[2]: http://www.boost.org/users/history/version_1_60_0.html
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/boost/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 5108300a7..ecd65fa3b 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -16,14 +16,14 @@ include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/target.mk PKG_NAME:=boost -PKG_VERSION:=1_59_0 -PKG_RELEASE:=8 +PKG_VERSION:=1_60_0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/boost PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)_$(PKG_VERSION) -PKG_MD5SUM:=51528a0e3b33d9e10aaa311d9eb451e3 +PKG_MD5SUM:=28f58b9a33469388302110562bdf6188 PKG_LICENSE:=Boost Software License <http://www.boost.org/users/license.html> PKG_MAINTAINER:=Carlos M. Ferreira <carlosmf.pt@gmail.com> |