ndhc: update to 20150527.

This commit is contained in:
Andrea Brancaleoni 2015-09-19 13:44:03 +02:00
parent 1450e69428
commit 46623d7cb5

View file

@ -1,7 +1,7 @@
# Template file for 'ndhc'
pkgname=ndhc
version=20150527
revision=3
revision=1
build_style=cmake
make_dirs="/var/lib/ndhc/state 0755 root root
/var/lib/ndhc/jail/dev 0755 root root"
@ -23,11 +23,11 @@ if [ "$build_option_static" ]; then
LDFLAGS+=" -static"
fi
_ndhcsum="277f0f67c5df5c1b023a737548e692ad92831ca3"
_ndhcsum="e0b5ff8eaf2dba7beb37ca49df5521f83a3eead5"
_libsum="9c2fd471442db3d927e76132b736b41084d9b119"
distfiles="https://github.com/niklata/ndhc/archive/$_ndhcsum.tar.gz
https://github.com/niklata/ncmlib/archive/$_libsum.tar.gz"
checksum="e3a899fb3346084788ed2ab155cc58d514271e9f97039b962813562e91fcf412 26fe5ec4ce174f5d4fe43bd272ea288b686e6d9da9ed8d6853995958b7d6b667"
checksum="43713c1481eea26a9a46980ec652e10ac64365361d45b3c7f86d41ae3a9ab4bd 26fe5ec4ce174f5d4fe43bd272ea288b686e6d9da9ed8d6853995958b7d6b667"
wrksrc="ndhc-$_ndhcsum"