From patchwork Sun Feb 3 17:28:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [1/2] alfred-json: Set PKG_VERSION to latest official version From: Adrian Schmutzler X-Patchwork-Id: 1019 Message-Id: <20190203172824.2081-1-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Sun, 3 Feb 2019 18:28:23 +0100 Although this tag is very old, this is how PKG_VERSION is meant to be used. Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse Reviewed-by: Fabian Bläse > --- Maybe we should set a newer tag in the alfred-json repo. --- src/packages/fff/alfred-json/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/fff/alfred-json/Makefile b/src/packages/fff/alfred-json/Makefile index 87c79d3e..85a551cb 100644 --- a/src/packages/fff/alfred-json/Makefile +++ b/src/packages/fff/alfred-json/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alfred-json -PKG_VERSION:=0.0.1 +PKG_VERSION:=0.3.1 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 PKG_SOURCE_PROTO:=git