diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 08:46:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 08:46:00 +0000 |
commit | 78e333ae207f9d0de4ea192bfe93a2966a461c0a (patch) | |
tree | c32e6823c10f835b0a6f2291f627476e453eb70b | |
parent | 35e9d448f29f64c9a2565a9dff8643da911e210a (diff) | |
download | upstream-78e333ae207f9d0de4ea192bfe93a2966a461c0a.tar.gz upstream-78e333ae207f9d0de4ea192bfe93a2966a461c0a.tar.bz2 upstream-78e333ae207f9d0de4ea192bfe93a2966a461c0a.zip |
rpcd: update to the latest version, fixes build after libubox update
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42959
-rw-r--r-- | package/system/rpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile index 41261c9511..cb55ab34bd 100644 --- a/package/system/rpcd/Makefile +++ b/package/system/rpcd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rpcd -PKG_VERSION:=2014-07-04 +PKG_VERSION:=2014-10-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:=7fd4564b8acb60254817cb341b84c6468c8c6440 +PKG_SOURCE_VERSION:=ed7d16a3e0953a02655d76b2a864b37192a0844c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> |