summaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-05-24 17:15:44 +0200
committerJo-Philipp Wich <jo@mein.io>2016-05-24 17:15:44 +0200
commitf6785e33a086aca210a611b382ca09a3e2b6cfb5 (patch)
tree8cb3dbeceb7519f8f603aff21ed70f828dc424f3 /package/utils
parent4d1c75c601b3675f802ff3e7658e46be9aeabd6b (diff)
downloadmaster-31e0f0ae-f6785e33a086aca210a611b382ca09a3e2b6cfb5.tar.gz
master-31e0f0ae-f6785e33a086aca210a611b382ca09a3e2b6cfb5.tar.bz2
master-31e0f0ae-f6785e33a086aca210a611b382ca09a3e2b6cfb5.zip
jsonfilter: allow empty paths
Allow path specifications to refer to just '@' or '$' which is useful for exporting the keys or array indizes of the toplevel object to the shell. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/jsonfilter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/jsonfilter/Makefile b/package/utils/jsonfilter/Makefile
index e651095958..ab14b5f37f 100644
--- a/package/utils/jsonfilter/Makefile
+++ b/package/utils/jsonfilter/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=jsonfilter
-PKG_VERSION:=2014-06-19
+PKG_VERSION:=2016-05-24
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/jsonpath.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=cdc760c58077f44fc40adbbe41e1556a67c1b9a9
+PKG_SOURCE_VERSION:=596f31e7c6e59685d1c04e91ea01b5982c044459
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1