diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-19 15:30:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-19 15:30:59 +0000 |
commit | 1d9497292575b5c0ada993073b1f4b00bcf66e28 (patch) | |
tree | eb0fb429404811b5390975dbab6a0904580f98cd /package/utils | |
parent | bce52219fa8c03b85f7157fcafb6c98c917a5796 (diff) | |
download | upstream-1d9497292575b5c0ada993073b1f4b00bcf66e28.tar.gz upstream-1d9497292575b5c0ada993073b1f4b00bcf66e28.tar.bz2 upstream-1d9497292575b5c0ada993073b1f4b00bcf66e28.zip |
jsonfilter: implement custom separators and support limiting the results, fix handling of negative array indices
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41280
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/jsonfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/jsonfilter/Makefile b/package/utils/jsonfilter/Makefile index c8d6b21ff9..cd154d25d3 100644 --- a/package/utils/jsonfilter/Makefile +++ b/package/utils/jsonfilter/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/jsonpath.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=afa3a10096e6d3ad50dc9d8250f40d8f23a9ad42 +PKG_SOURCE_VERSION:=cdc760c58077f44fc40adbbe41e1556a67c1b9a9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |