From 26b3a13b7c73b4d2d557b736baede8eb893ce187 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 3 Feb 2019 18:28:23 +0100 Subject: [PATCH] alfred-json: Set PKG_VERSION to latest official version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 87c79d3..85a551c 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