diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-04-29 15:25:34 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-04-29 15:25:34 -0700 |
commit | da03d1a9b0fff0edaf1abeda80f4f97edbade698 (patch) | |
tree | b7320e2f711edefbf3a4f83c2abadb60312f7ab5 /libs/boost/Makefile | |
parent | 2c78f8b1548d3070839bd1ee6977e25fc55030e6 (diff) |
Revert "boost: Updates package to version 1.79.0"
This reverts commit 70b7dc87d408e5a69a96bf0879f3b1f2192f7460.
Diffstat (limited to 'libs/boost/Makefile')
-rw-r--r-- | libs/boost/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/boost/Makefile b/libs/boost/Makefile index a02851338..46ffa10bb 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -11,13 +11,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=boost -PKG_VERSION:=1.79.0 -PKG_SOURCE_VERSION:=1_79_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:=475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39 +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.79.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: |