aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/rpcd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-04-14 19:01:29 +0000
committerJohn Crispin <blogic@openwrt.org>2015-04-14 19:01:29 +0000
commitbd81f54e15381e5339a80874c93ffcdf88d74afb (patch)
tree248bb44aa670ce8ef15d8c18358e0facb4a85612 /package/system/rpcd
parentde572ca6f3e989d78b983ab7cbfc653445952536 (diff)
downloadmaster-187ad058-bd81f54e15381e5339a80874c93ffcdf88d74afb.tar.gz
master-187ad058-bd81f54e15381e5339a80874c93ffcdf88d74afb.tar.bz2
master-187ad058-bd81f54e15381e5339a80874c93ffcdf88d74afb.zip
rpcd: update to latest git HEAD
adds support for reading md5 sums of files Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45442 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/rpcd')
-rw-r--r--package/system/rpcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index e27dac5a37..ffe885ad5a 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -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>