Author: jow Date: 2014-07-04 00:21:04 +0200 (Fri, 04 Jul 2014) New Revision: 41502
Modified: trunk/package/system/rpcd/Makefile Log: rpcd: fix parsing of executable plugin output Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/system/rpcd/Makefile =================================================================== --- trunk/package/system/rpcd/Makefile 2014-07-03 21:41:33 UTC (rev 41501) +++ trunk/package/system/rpcd/Makefile 2014-07-03 22:21:04 UTC (rev 41502) @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rpcd -PKG_VERSION:=2014-06-29 +PKG_VERSION:=2014-07-04 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/rpcd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME) -PKG_SOURCE_VERSION:=3c55504336eb04a779515f0acff8ecbeea4a3d53 +PKG_SOURCE_VERSION:=7fd4564b8acb60254817cb341b84c6468c8c6440 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
