[arch-commits] Commit in slowhttptest/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Nov 8 22:59:16 UTC 2019
Date: Friday, November 8, 2019 @ 22:59:14
Author: anthraxx
Revision: 524713
upgpkg: slowhttptest 1.8-1
Modified:
slowhttptest/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-08 22:58:05 UTC (rev 524712)
+++ PKGBUILD 2019-11-08 22:59:14 UTC (rev 524713)
@@ -2,7 +2,7 @@
# Contributor: Changaco <changaco ατ changaco δοτ net>
pkgname=slowhttptest
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc='Highly configurable tool that simulates some Application Layer Denial of Service (DoS) attacks'
url='https://github.com/shekyan/slowhttptest'
@@ -9,9 +9,9 @@
arch=('x86_64')
license=('Apache')
depends=('openssl' 'gcc-libs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shekyan/slowhttptest/archive/v${pkgver}.tar.gz)
-sha256sums=('9fd3ce4b0a7dda2e96210b1e438c0c8ec924a13e6699410ac8530224b29cfb8e')
-sha512sums=('f3dcab977ce538f8b74bee0649e8941d2928d8497a3611ecb6a6367b193b3a8251e90368bdbf4e58096f37afd268aff12d5c60981eb560fc08465a5fedebf069')
+source=(https://github.com/shekyan/slowhttptest/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('31f7f1779c3d8e6f095ab19559ea515b5397b5c021573ade9cdba2ee31aaef11')
+sha512sums=('527a902927302243b92beb9f9ab184d552c7092dc15fe5a3e95abdd444b00cfeaa2dfe1f93b60e3a350e7238fb8d4d5669cd3e03f84da9cc4dc7927468406ef4')
prepare() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list