From df76f9bced950ae2dfb7a44acd5c95092bc07c0c Mon Sep 17 00:00:00 2001 From: Amol Bhave Date: Sat, 5 Jan 2019 06:42:25 -0800 Subject: [PATCH] boost: bump pkg release PR #7126 updated the Makefile but didn't bump the pkg release version Signed-off-by: Amol Bhave --- libs/boost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 83f8e4152..670b385a5 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -13,7 +13,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=boost PKG_VERSION:=1.69.0 PKG_SOURCE_VERSION:=1_69_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/