diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/pcapy/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/pcapy/APKBUILD b/testing/pcapy/APKBUILD index dd9971ec30..d2417573a4 100644 --- a/testing/pcapy/APKBUILD +++ b/testing/pcapy/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pcapy -pkgver=0.10.5 +pkgver=0.10.8 pkgrel=0 pkgdesc="Module to interfaces with the libpcap packet capture library" url="http://oss.coresecurity.com/projects/pcapy.html" @@ -12,7 +12,7 @@ depends_dev="" makedepends="python-dev libpcap-dev" install="" subpackages="$pkgname-doc" -source="http://oss.coresecurity.com/repo/$pkgname-$pkgver.tar.gz" +source="pcapy-$pkgver.tar.gz::https://github.com/CoreSecurity/pcapy/archive/0.10.8.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { @@ -25,4 +25,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="1dcff6af494f3d6763f457aa86aa0853 pcapy-0.10.5.tar.gz" +md5sums="f975fa8f0f6b51cf607649d28e2ccb5a pcapy-0.10.8.tar.gz" +sha256sums="67c8a8410eb7e319c3afadaf290a81d48209c88a5020f11a8570265f5971975c pcapy-0.10.8.tar.gz" +sha512sums="ccb2b5035a3992b945470b871a79f7446e85a65584469b1fa34a1de9cb24fc755f9482dba712ca97fe16a0227ecedb07f1e7d05729967b9c709ac0203ecba38f pcapy-0.10.8.tar.gz" |