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

Levente Polyak anthraxx at archlinux.org
Mon Dec 11 23:14:30 UTC 2017


    Date: Monday, December 11, 2017 @ 23:14:29
  Author: anthraxx
Revision: 273915

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-11 23:14:17 UTC (rev 273914)
+++ PKGBUILD	2017-12-11 23:14:29 UTC (rev 273915)
@@ -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.6.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/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('e2b3321f233c9bae31f60238e10684779f64db1d88c36530d6de6faf5f1fd09cfc53c3738b6572686f5239238009fe7318519e28884ffc113f0464650609c4d7')
-
-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 273914, zaproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-11 23:14:29 UTC (rev 273915)
@@ -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.7.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/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('7d98fb930bd179af141215387fb0f62b49e1040cb9942abe09dba1a2bb4df2af05cab18e4b67fbdfd29a3171fd2a8e6e59e7b17aedf9dd7030dfb16e95919488')
+
+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