diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-06 20:27:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-06 20:27:31 +0000 |
commit | bb8e04d927526451d2f26fc012d0873ad849dfa1 (patch) | |
tree | 7350ffbc7dd77cde8ab8309ecdb9537ba23cace5 /package/system/procd | |
parent | c1447f8ac4233edcd2a0fc5283865d8b6363af3c (diff) | |
download | upstream-bb8e04d927526451d2f26fc012d0873ad849dfa1.tar.gz upstream-bb8e04d927526451d2f26fc012d0873ad849dfa1.tar.bz2 upstream-bb8e04d927526451d2f26fc012d0873ad849dfa1.zip |
procd: r42814 added a bad git version
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42826 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd')
-rw-r--r-- | package/system/procd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 8a6c5dc53c..d38c0f007d 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -15,7 +15,7 @@ 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:=50e58ba53e75f5fb7c30e31cb235b5f7d160c47d +PKG_SOURCE_VERSION:=f45672d80bf2fec4ccb7363de1da6adb9e3f4421 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |