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

Levente Polyak anthraxx at archlinux.org
Sun Nov 17 13:57:42 UTC 2019


    Date: Sunday, November 17, 2019 @ 13:57:42
  Author: anthraxx
Revision: 530011

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-17 13:57:36 UTC (rev 530010)
+++ PKGBUILD	2019-11-17 13:57:42 UTC (rev 530011)
@@ -1,32 +0,0 @@
-# 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:

Copied: slowhttptest/repos/community-x86_64/PKGBUILD (from rev 530010, slowhttptest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-17 13:57:42 UTC (rev 530011)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Changaco <changaco ατ changaco δοτ net>
+
+pkgname=slowhttptest
+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'
+arch=('x86_64')
+license=('Apache')
+depends=('openssl' 'gcc-libs')
+source=(https://github.com/shekyan/slowhttptest/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('95f43a18efbdfaa088acf0e2d6ce0fc4f4fc33a7486cd536d327a6ba71de30e7')
+sha512sums=('1866c2bd7f314ec27c556ae6850e4aff4328cf3e9b14878bdbcbb17473b74dadb5a858adbaff4952d66a8d4a18a6655086797c1ccb7232a64cfc35aba3c59a83')
+
+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