[arch-commits] Commit in slowhttptest/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Nov 8 22:59:20 UTC 2019


    Date: Friday, November 8, 2019 @ 22:59:20
  Author: anthraxx
Revision: 524714

archrelease: copy trunk to community-x86_64

Added:
  slowhttptest/repos/community-x86_64/PKGBUILD
    (from rev 524713, slowhttptest/trunk/PKGBUILD)
Deleted:
  slowhttptest/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-08 22:59:14 UTC (rev 524713)
+++ PKGBUILD	2019-11-08 22:59:20 UTC (rev 524714)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Changaco <changaco ατ changaco δοτ net>
-
-pkgname=slowhttptest
-pkgver=1.7
-pkgrel=1
-pkgdesc='Highly configurable tool that simulates some Application Layer Denial of Service (DoS) attacks'
-url='https://github.com/shekyan/slowhttptest'
-arch=('x86_64' 'i686')
-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')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: slowhttptest/repos/community-x86_64/PKGBUILD (from rev 524713, slowhttptest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-08 22:59:20 UTC (rev 524714)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Changaco <changaco ατ changaco δοτ net>
+
+pkgname=slowhttptest
+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'
+arch=('x86_64')
+license=('Apache')
+depends=('openssl' 'gcc-libs')
+source=(https://github.com/shekyan/slowhttptest/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('31f7f1779c3d8e6f095ab19559ea515b5397b5c021573ade9cdba2ee31aaef11')
+sha512sums=('527a902927302243b92beb9f9ab184d552c7092dc15fe5a3e95abdd444b00cfeaa2dfe1f93b60e3a350e7238fb8d4d5669cd3e03f84da9cc4dc7927468406ef4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list