diff options
author | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:32 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:32 +0000 |
commit | f815a8c108b4c4f00912584f03f3d759f0e7bf69 (patch) | |
tree | 519d955d8b78a694165c563a4c8515a908c2298d /package/system/procd/Makefile | |
parent | f97a3cfbe843dbc7ff9755a22687194b92263dd0 (diff) | |
download | upstream-f815a8c108b4c4f00912584f03f3d759f0e7bf69.tar.gz upstream-f815a8c108b4c4f00912584f03f3d759f0e7bf69.tar.bz2 upstream-f815a8c108b4c4f00912584f03f3d759f0e7bf69.zip |
procd: update to latest git head
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd/Makefile')
-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 5d9e725e58..fbdd08433d 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-01-29 +PKG_VERSION:=2014-02-17 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:=e0921ed71bab0ad7d2344774a33c22809eb10190 +PKG_SOURCE_VERSION:=3a225cfa1782763980c86e9811c683ade33012cc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |