From c1f050cc243ada614ba984c9ad3072700e9fd14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 13 Sep 2018 10:50:25 +0200 Subject: python3-jsonpath-ng: bump to new version Upstream seem to have forgotten to tag new version in git. --- python3-jsonpath-ng/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'python3-jsonpath-ng/Makefile') diff --git a/python3-jsonpath-ng/Makefile b/python3-jsonpath-ng/Makefile index f0393fb..445c743 100644 --- a/python3-jsonpath-ng/Makefile +++ b/python3-jsonpath-ng/Makefile @@ -1,13 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-jsonpath-ng -PKG_VERSION:=1.4.2 +PKG_VERSION:=1.4.3 +PKG_GIT_VERSION:=003a0b78f8a1857aa7027a837def54564a2b578a PKG_RELEASE:=1 -PKG_SOURCE_URL:=https://github.com/h2non/jsonpath-ng/archive/v$(PKG_VERSION)/ +PKG_SOURCE_URL:=https://github.com/h2non/jsonpath-ng/archive/$(PKG_GIT_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MDSUM:=aa3162e145a7c5cab58662f49db7aecf +PKG_MDSUM:=bcc11792f1877b60ad267b7eb3c1e3b6 PKG_MAINTAINER:=Karel Kočí -PKG_BUILD_DIR:=$(BUILD_DIR)/jsonpath-ng-$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/jsonpath-ng-$(PKG_GIT_VERSION) include $(INCLUDE_DIR)/package.mk $(call include_mk, python3-package.mk) -- cgit v1.2.3