diff options
author | TBK <tbk@jjtc.dk> | 2017-12-14 15:54:49 +0100 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-12-15 13:08:47 +0000 |
commit | 94764b5a9ab5c62359d74aa1deeccdab0fdcebe9 (patch) | |
tree | b1c60935d1b9a3946f99eddb8659448c13eb6401 /testing/ostinato | |
parent | 72174d30899bcd1eaff779a6bf1d4fa2a243ce30 (diff) | |
download | aports-94764b5a9ab5c62359d74aa1deeccdab0fdcebe9.tar.bz2 aports-94764b5a9ab5c62359d74aa1deeccdab0fdcebe9.tar.xz |
testing/ostinato: upgrade to 0.9
Diffstat (limited to 'testing/ostinato')
-rw-r--r-- | testing/ostinato/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/ostinato/APKBUILD b/testing/ostinato/APKBUILD index 865404c3ea..e85c94e542 100644 --- a/testing/ostinato/APKBUILD +++ b/testing/ostinato/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Corentin Henry <corentinhenry@gmail.com> # Contributor: Corentin Henry <corentinhenry@gmail.com> pkgname=ostinato -pkgver=0.8 -pkgrel=1 +pkgver=0.9 +pkgrel=0 pkgdesc="Packet/Traffic Generator and Analyzer" url="http://www.ostinato.org/" arch="all" license="GPLv3" -depends="" +options="!check" # make test does nothing makedepends="qt-dev protobuf-dev libpcap-dev paxmark" subpackages="$pkgname-drone $pkgname-gui" source="$pkgname-$pkgver.tar.gz::https://github.com/pstavirs/$pkgname/archive/v$pkgver.tar.gz" @@ -42,4 +42,4 @@ gui() { mv "$pkgdir"/usr/bin/ostinato "$subpkgdir"/usr/bin/ostinato } -sha512sums="0f2430e1df7a8e36e6d4db3dffbf575203e3127f2fd4e035e17752a140c263b9b97611d6028d80c9238c788fb5f0b303e5511fe250fffcf8762d4e52c0ade61d ostinato-0.8.tar.gz" +sha512sums="a50f6e20d8a2a4d76ca43a89feaa774778981377ce1f4c731ad8b1a97aa658013082fb85cc3f4dfdd888d708c45c8093e55facaa7f02cecbd2ce5228f57e2e14 ostinato-0.9.tar.gz" |