rpcd: update to latest git HEAD
authorJohn Crispin <john@openwrt.org>
Tue, 14 Apr 2015 19:01:29 +0000 (19:01 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 14 Apr 2015 19:01:29 +0000 (19:01 +0000)
adds support for reading md5 sums of files

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45442

package/system/rpcd/Makefile

index e27dac5a37aad722ebf13990726194f45b632e77..ffe885ad5a5b704dd404c1bd41263ab627255251 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rpcd
-PKG_VERSION:=2015-03-30
+PKG_VERSION:=2015-04-14
 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:=311c85e7d9a8f7fee17e65afc371f4fd0c8cd588
+PKG_SOURCE_VERSION:=9a6bfa110a5f8caa10951921b63bafdbb6e97d33
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>