From 80e40c393b28f6a7a7dcc9400e3952a559370c23 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Fri, 21 Sep 2018 11:43:22 -0400 Subject: [PATCH] boost: Bump PKG_RELEASE to force buildbot re-builds Signed-off-by: Ted Hess --- libs/boost/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index ae1e3d2a4..8fdd15590 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -1,5 +1,4 @@ # -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -17,7 +16,7 @@ include $(INCLUDE_DIR)/target.mk PKG_NAME:=boost PKG_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_URL:=@SF/$(PKG_NAME)/$(PKG_NAME)/$(PKG_VERSION) https://dl.bintray.com/boostorg/release/$(PKG_VERSION)/source/