diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-03-04 07:50:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-11 07:33:00 +0000 |
commit | 393a9ce6e50aff59706e1225fd3341c1f0742918 (patch) | |
tree | 54394826267fa8ff9444df3ba854ae0df06fe89d /testing/slowhttptest | |
parent | 8390b3cbd3ff4aaf31bec50e42128cfda01d96ff (diff) | |
download | aports-393a9ce6e50aff59706e1225fd3341c1f0742918.tar.bz2 aports-393a9ce6e50aff59706e1225fd3341c1f0742918.tar.xz |
testing/slowhttptest: upgrade to 1.6
Diffstat (limited to 'testing/slowhttptest')
-rw-r--r-- | testing/slowhttptest/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/slowhttptest/APKBUILD b/testing/slowhttptest/APKBUILD index cd33d5c44b..bb6a4d7fb1 100644 --- a/testing/slowhttptest/APKBUILD +++ b/testing/slowhttptest/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=slowhttptest -pkgver=1.5 +pkgver=1.6 pkgrel=0 pkgdesc="An application Layer DoS attack simulator" url="http://code.google.com/p/slowhttptest" arch="all" -license="Apache2" +license="ASL 2.0" depends="" depends_dev="" makedepends="openssl-dev" @@ -40,4 +40,6 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -md5sums="1437fdac96e99305f765a7f0b075b006 slowhttptest-1.5.tar.gz" +md5sums="72ba999ffee6b00abe25e597fa1d83b2 slowhttptest-1.6.tar.gz" +sha256sums="77c54a64cfa5f12a84729833d9b98d5f27f828f51a5e42ad5914482d0b2bd0d6 slowhttptest-1.6.tar.gz" +sha512sums="34360be27120f5922f68f25690d10d7c2e352c99cdc0224a5de5ad935d00b5e0b79ab9f80dd772fab098767acc1bdba41f7279470e75cd9dba9cf4f6aed28774 slowhttptest-1.6.tar.gz" |