rpcd: update to latest git HEAD
adds support for reading md5 sums of files Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45442
This commit is contained in:
parent
da2742db3b
commit
9d982afe5e
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue