[arch-commits] Commit in zaproxy/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Sep 3 21:31:18 UTC 2019


    Date: Tuesday, September 3, 2019 @ 21:31:18
  Author: anthraxx
Revision: 507964

archrelease: copy trunk to community-any

Added:
  zaproxy/repos/community-any/PKGBUILD
    (from rev 507963, zaproxy/trunk/PKGBUILD)
Deleted:
  zaproxy/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-03 21:31:11 UTC (rev 507963)
+++ PKGBUILD	2019-09-03 21:31:18 UTC (rev 507964)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Joris Steyn <jorissteyn at gmail.com>
-# Contributor: fnord0 <fnord0 AT riseup DOT net>
-
-pkgname=zaproxy
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='Integrated penetration testing tool for finding vulnerabilities in web applications'
-url='https://www.owasp.org/index.php/ZAP'
-arch=('any')
-license=('Apache')
-depends=('java-runtime' 'ttf-font')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/v${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('f3f6ace4fb2304b62a080cba3b3d58dc5d42af181ce71e42def7f89d82b3d41d54c87b80e9379f4c6a4b1bbefb6d21deac25392f32951f0afe419968d2178519')
-
-prepare() {
-  cd ZAP_${pkgver}
-  cat > ${pkgname} <<EOF
-#!/bin/sh
-cd /usr/share/zaproxy
-./zap.sh
-cd -
-EOF
-}
-
-package() {
-  cd ZAP_${pkgver}
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  cp -pR . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: zaproxy/repos/community-any/PKGBUILD (from rev 507963, zaproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-03 21:31:18 UTC (rev 507964)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Joris Steyn <jorissteyn at gmail.com>
+# Contributor: fnord0 <fnord0 AT riseup DOT net>
+
+pkgname=zaproxy
+pkgver=2.8.1
+pkgrel=1
+pkgdesc='Integrated penetration testing tool for finding vulnerabilities in web applications'
+url='https://www.owasp.org/index.php/ZAP'
+arch=('any')
+license=('Apache')
+depends=('bash' 'java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/v${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('1cff2c6a99d404cb82ffd8b5a3a9bb223e2d9bfbc1ae009566ba6d11f5b3e2376d217b6ae2e0babc6515ab16852a5880081961ddec88b104c6afc3b2ff61cf53')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat > ${pkgname} <<EOF
+#!/bin/sh
+cd /usr/share/zaproxy
+./zap.sh
+cd -
+EOF
+}
+
+package() {
+  cd ZAP_${pkgver}
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  cp -pR . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list