diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-10-28 11:14:45 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-10-28 11:14:45 +0000 |
commit | c9e97cb90ef4f9bf2cfb78a01c9384a5d1a78608 (patch) | |
tree | 0ebf196c73873d7c80874001b0d51f39d0aba7e6 /testing/openlldp | |
parent | fb990d5ea38fb4a596478e81de3dc5ffaf0319ee (diff) | |
download | aports-c9e97cb90ef4f9bf2cfb78a01c9384a5d1a78608.tar.bz2 aports-c9e97cb90ef4f9bf2cfb78a01c9384a5d1a78608.tar.xz |
testing/openlldp: cheksum update
Diffstat (limited to 'testing/openlldp')
-rw-r--r-- | testing/openlldp/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/testing/openlldp/APKBUILD b/testing/openlldp/APKBUILD index 570e66a1b9..f07f87ddcb 100644 --- a/testing/openlldp/APKBUILD +++ b/testing/openlldp/APKBUILD @@ -2,7 +2,7 @@ pkgname=openlldp pkgver=0.4a _realver=0.4alpha -pkgrel=1 +pkgrel=2 pkgdesc="Open Source implementation of the IEEE standard 802.1AB Link Layer Discovery Protocol (LLDP)" url="http://openlldp.sourceforge.net/" license="GPL" @@ -10,7 +10,9 @@ depends= makedepends= install= subpackages="" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$_realver.tar.gz" +source="http://downloads.sourceforge.net/$pkgname/$pkgname-$_realver.tar.gz + $pkgname.initd + $pkgname.confd" _builddir="$srcdir"/$pkgname-$_realver @@ -35,4 +37,6 @@ package() { install -m644 -D ../../$pkgname.confd "$pkgdir"/etc/conf.d/lldpd } -md5sums="f48ffd632b96246cbf0f5c485dea3b01 openlldp-0.4alpha.tar.gz" +md5sums="f48ffd632b96246cbf0f5c485dea3b01 openlldp-0.4alpha.tar.gz +7e1a489d8ccdd204cac68ce87e0ce360 openlldp.initd +7ac497e5a8b2f68532816c5718f5bf62 openlldp.confd" |