From 482d94bf4725f95710369dd31ed0b49cce593ed7 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Thu, 4 Oct 2018 15:59:43 -0400 Subject: [PATCH] iotivity, i2pd, domoticz: Bump PKG_RELEASE to force re-build with Boost upgrade to 1.68 Signed-off-by: Ted Hess --- net/i2pd/Makefile | 2 +- net/iotivity/Makefile | 2 +- utils/domoticz/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/i2pd/Makefile b/net/i2pd/Makefile index c15994ed82..14672c3742 100644 --- a/net/i2pd/Makefile +++ b/net/i2pd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=i2pd PKG_VERSION:=2.18.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_PARALLEL:=1 PKG_SOURCE_PROTO:=git diff --git a/net/iotivity/Makefile b/net/iotivity/Makefile index f31adbd9c3..818ba6a299 100644 --- a/net/iotivity/Makefile +++ b/net/iotivity/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iotivity PKG_VERSION:=1.2.1 -PKG_RELEASE=1 +PKG_RELEASE=2 PKG_SOURCE:=${PKG_NAME}-${PKG_VERSION}.tar.gz PKG_SOURCE_URL:=http://mirrors.kernel.org/${PKG_NAME}/${PKG_VERSION}/ diff --git a/utils/domoticz/Makefile b/utils/domoticz/Makefile index b91e1dd67e..1fee52fe70 100644 --- a/utils/domoticz/Makefile +++ b/utils/domoticz/Makefile @@ -12,7 +12,7 @@ PKG_VERSION_MAJOR:=4 PKG_VERSION_PATCH:=9700 PKG_COMMIT:= PKG_VERSION:=$(PKG_VERSION_MAJOR).$(PKG_VERSION_PATCH) -PKG_RELEASE:=1 +PKG_RELEASE:=2 ifeq ($(PKG_COMMIT),) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz