summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Grousset/tuxayo2017-04-22 04:10:46 +0200
committerVictor Grousset/tuxayo2017-04-22 04:10:46 +0200
commitd13c94ed485ef91914c211c9aa12908ea2afa02b (patch)
tree9a2bb414c6a232cdf13ecb2e444e220f2d89b60b
parentd77007316bf7a7c7086555fed96b3d908f040c46 (diff)
downloadaur-d13c94ed485ef91914c211c9aa12908ea2afa02b.tar.gz
Update to 7.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1d109f21531..098f2fba61d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 5.0.1
-# Fri Nov 4 09:02:57 UTC 2016
pkgbase = webgoat
pkgdesc = Deliberately insecure J2EE web application designed to teach web application security concepts
- pkgver = 7.0.1
- pkgrel = 3
+ pkgver = 7.1
+ pkgrel = 1
url = https://github.com/WebGoat/WebGoat
install = webgoat.install
arch = i686
@@ -14,10 +12,10 @@ pkgbase = webgoat
depends = java-runtime
optdepends = webscarab: proxy for analyzing applications that communicate using the HTTP and HTTPS protocols, used to help solve most WebGoat lessons
optdepends = paros: MitM HTTP/HTTPS proxy, spider, XSS and injection scanner + more, used to help solve WebGoat lessons
- source = webgoat-7.0.1.tar.gz::https://github.com/WebGoat/WebGoat/archive/7.0.1.tar.gz
+ source = webgoat-7.1.tar.gz::https://github.com/WebGoat/WebGoat/archive/7.1.tar.gz
source = webgoat.sh
source = git+https://github.com/WebGoat/WebGoat-Lessons.git
- sha256sums = 8d044f63470eb07be848566cf7cbb7058e7ba89221e00cc8289aeeea8e70d87f
+ sha256sums = bbf5c3abbc43a7e7f5bcc01af5ab5969a9a063c0f630c82606398e5ec71a8d9e
sha256sums = 3615a09c64eb07709bede9b22782bedeffe7c7097cde1c6bcc2a07adcd28712c
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index df7b4e3e0d89..6ba6b616b1cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: tuxayo < victor (replace by @) tuxayo DOT net >
# Contributor: Andrejs Mivreņiks <gim at fastmail dot fm>
pkgname=webgoat
-pkgver=7.0.1
-pkgrel=3
+pkgver=7.1
+pkgrel=1
pkgdesc='Deliberately insecure J2EE web application designed to teach web application security concepts'
arch=('i686' 'x86_64')
url='https://github.com/WebGoat/WebGoat'
@@ -18,7 +18,7 @@ optdepends=('webscarab: proxy for analyzing applications that communicate using
source=("$pkgname-$pkgver.tar.gz::https://github.com/WebGoat/WebGoat/archive/${pkgver}.tar.gz"
"webgoat.sh"
"git+https://github.com/WebGoat/WebGoat-Lessons.git")
-sha256sums=('8d044f63470eb07be848566cf7cbb7058e7ba89221e00cc8289aeeea8e70d87f'
+sha256sums=('bbf5c3abbc43a7e7f5bcc01af5ab5969a9a063c0f630c82606398e5ec71a8d9e'
'3615a09c64eb07709bede9b22782bedeffe7c7097cde1c6bcc2a07adcd28712c'
'SKIP')
install="$pkgname.install"