Author: jow
Date: 2014-06-19 09:56:24 +0200 (Thu, 19 Jun 2014)
New Revision: 41266

Modified:
   trunk/package/utils/jsonfilter/Makefile
Log:
jsonfilter: improve error reporting

The CLI now describes expression errors more precisely, e.g.:

  Syntax error: Invalid escape sequence
  In expression @["foo\x"]
  Near here ----------^

Signed-off-by: Jo-Philipp Wich <[email protected]>

Modified: trunk/package/utils/jsonfilter/Makefile
===================================================================
--- trunk/package/utils/jsonfilter/Makefile     2014-06-19 07:40:17 UTC (rev 
41265)
+++ trunk/package/utils/jsonfilter/Makefile     2014-06-19 07:56:24 UTC (rev 
41266)
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=jsonfilter
-PKG_VERSION:=2014-06-18
+PKG_VERSION:=2014-06-19
 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:=c0e1d4495a8afe51cc1900269d6a6fcf0b51a761
+PKG_SOURCE_VERSION:=afa3a10096e6d3ad50dc9d8250f40d8f23a9ad42
 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

Reply via email to