Date: Sunday, November 17, 2019 @ 13:57:36 Author: anthraxx Revision: 530010
upgpkg: slowhttptest 1.8.1-1 Modified: slowhttptest/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-17 13:56:54 UTC (rev 530009) +++ PKGBUILD 2019-11-17 13:57:36 UTC (rev 530010) @@ -2,7 +2,7 @@ # Contributor: Changaco <changaco ατ changaco δοτ net> pkgname=slowhttptest -pkgver=1.8 +pkgver=1.8.1 pkgrel=1 pkgdesc='Highly configurable tool that simulates some Application Layer Denial of Service (DoS) attacks' url='https://github.com/shekyan/slowhttptest' @@ -10,8 +10,8 @@ license=('Apache') depends=('openssl' 'gcc-libs') source=(https://github.com/shekyan/slowhttptest/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('31f7f1779c3d8e6f095ab19559ea515b5397b5c021573ade9cdba2ee31aaef11') -sha512sums=('527a902927302243b92beb9f9ab184d552c7092dc15fe5a3e95abdd444b00cfeaa2dfe1f93b60e3a350e7238fb8d4d5669cd3e03f84da9cc4dc7927468406ef4') +sha256sums=('95f43a18efbdfaa088acf0e2d6ce0fc4f4fc33a7486cd536d327a6ba71de30e7') +sha512sums=('1866c2bd7f314ec27c556ae6850e4aff4328cf3e9b14878bdbcbb17473b74dadb5a858adbaff4952d66a8d4a18a6655086797c1ccb7232a64cfc35aba3c59a83') prepare() { cd ${pkgname}-${pkgver}