summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-13 10:50:25 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-13 10:50:25 +0200
commitc1f050cc243ada614ba984c9ad3072700e9fd14e (patch)
tree59f9b2bf8f43491fbfb97c208aab3ec4559ec452
parent69d5be040af236f07e8d4abeba9ae52732a80c23 (diff)
downloadopenwrt-personal-pkgs-c1f050cc243ada614ba984c9ad3072700e9fd14e.tar.gz
openwrt-personal-pkgs-c1f050cc243ada614ba984c9ad3072700e9fd14e.tar.bz2
openwrt-personal-pkgs-c1f050cc243ada614ba984c9ad3072700e9fd14e.zip
python3-jsonpath-ng: bump to new version
Upstream seem to have forgotten to tag new version in git.
-rw-r--r--python3-jsonpath-ng/Makefile9
1 files changed, 5 insertions, 4 deletions
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čí <cynerd@email.cz>
-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)