[arch-commits] Commit in zaproxy/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Jun 6 19:13:24 UTC 2016
Date: Monday, June 6, 2016 @ 21:13:24
Author: anthraxx
Revision: 178048
archrelease: copy trunk to community-any
Added:
zaproxy/repos/community-any/PKGBUILD
(from rev 178047, zaproxy/trunk/PKGBUILD)
Deleted:
zaproxy/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-06 19:13:16 UTC (rev 178047)
+++ PKGBUILD 2016-06-06 19:13:24 UTC (rev 178048)
@@ -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.4.3
-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=('ec28e3acd8eb71707984bd0cf55099bcec21dfaf4ce515b3d47573ea349d1935ad44cfc64e1fdd4bf09fa58fee6eb6229e1640e0c9d6a910fdbbc0d4b6254ca2')
-
-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 178047, zaproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-06-06 19:13:24 UTC (rev 178048)
@@ -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.5.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=('070c2a1ae8193e79e50d21ea38702a9bd6fdba5c1fc73308b3c79be44589f5ffaff1809c48d0fbe6db39d4369ea477b85e3f57f8b90ad674043d7e1970b3696b')
+
+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