diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-16 18:35:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-16 18:35:09 +0000 |
commit | 585e0406bc079073e466f78003964014c0975589 (patch) | |
tree | 8a25ae995f63f4b29a69be198e94ecde7e480325 | |
parent | 200de51ed35af45d148f8c7379d93680e55976e3 (diff) | |
download | upstream-585e0406bc079073e466f78003964014c0975589.tar.gz upstream-585e0406bc079073e466f78003964014c0975589.tar.bz2 upstream-585e0406bc079073e466f78003964014c0975589.zip |
procd: update to latest git HEAD
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42581 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/system/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 840778af5b..de73784fcf 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-07-30 +PKG_VERSION:=2014-09-15 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=35e01a9601292b2f609e65c2ddb3990cba8f378e +PKG_SOURCE_VERSION:=c1a558f7d0c1e6c1ffa5a47d557a7b45205eef1d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |