diff options
author | Carlos Miguel Ferreira <carlosmf.pt@gmail.com> | 2021-12-29 02:27:24 +0000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-12-29 13:37:11 -0800 |
commit | e9731ff6b4cb486886c398beb4c1b5c2619b25b3 (patch) | |
tree | 1df6f177b64602cdafb585570638ea7c46292250 /libs/boost/Makefile | |
parent | 7b2dd3e9efbc20ef4e7f47f60c3db9aaef37c0a5 (diff) |
boost: Bump to version 1.78.0
This commit updates boost to version 1.78.0
More info about Boost 1.78.0 can be found at the usual place [1].
No new libraries have been added.
[1]: https://www.boost.org/users/history/version_1_78_0.html
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
Diffstat (limited to 'libs/boost/Makefile')
-rw-r--r-- | libs/boost/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 7c3135b87..46ffa10bb 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -11,13 +11,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=boost -PKG_VERSION:=1.77.0 -PKG_SOURCE_VERSION:=1_77_0 +PKG_VERSION:=1.78.0 +PKG_SOURCE_VERSION:=1_78_0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)_$(PKG_SOURCE_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME)/$(PKG_NAME)/$(PKG_VERSION) https://dl.bintray.com/boostorg/release/$(PKG_VERSION)/source/ -PKG_HASH:=fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854 +PKG_HASH:=8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc PKG_MAINTAINER:=Carlos M. Ferreira <carlosmf.pt@gmail.com> PKG_LICENSE:=BSL-1.0 @@ -42,7 +42,7 @@ define Package/boost/Default endef define Package/boost/description -This package provides the Boost v1.77.0 libraries. +This package provides the Boost v1.78.0 libraries. Boost is a set of free, peer-reviewed, portable C++ source libraries. This package provides the following run-time libraries: @@ -77,7 +77,7 @@ This package provides the following run-time libraries: - wave There are many more header-only libraries supported by Boost. -See more at http://www.boost.org/doc/libs/1_77_0/ +See more at http://www.boost.org/doc/libs/1_78_0/ endef PKG_BUILD_DEPENDS:=boost/host |