Author: jow Date: 2014-06-19 17:30:59 +0200 (Thu, 19 Jun 2014) New Revision: 41280
Modified: trunk/package/utils/jsonfilter/Makefile Log: jsonfilter: implement custom separators and support limiting the results, fix handling of negative array indices Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/utils/jsonfilter/Makefile =================================================================== --- trunk/package/utils/jsonfilter/Makefile 2014-06-19 14:13:45 UTC (rev 41279) +++ trunk/package/utils/jsonfilter/Makefile 2014-06-19 15:30:59 UTC (rev 41280) @@ -7,7 +7,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
