boost: Bump PKG_RELEASE to force buildbot re-builds
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
428f65bee8
commit
80e40c393b
|
@ -1,5 +1,4 @@
|
||||||
#
|
#
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
@ -17,7 +16,7 @@ include $(INCLUDE_DIR)/target.mk
|
||||||
PKG_NAME:=boost
|
PKG_NAME:=boost
|
||||||
PKG_VERSION:=1.68.0
|
PKG_VERSION:=1.68.0
|
||||||
PKG_SOURCE_VERSION:=1_68_0
|
PKG_SOURCE_VERSION:=1_68_0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_SOURCE_VERSION).tar.bz2
|
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_SOURCE_URL:=@SF/$(PKG_NAME)/$(PKG_NAME)/$(PKG_VERSION) https://dl.bintray.com/boostorg/release/$(PKG_VERSION)/source/
|
||||||
|
|
Loading…
Reference in New Issue