summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2019-05-19 22:04:31 -0400
committerGI_Jack2019-05-19 22:04:31 -0400
commitbdca044a834f4cdfc9eb235ade266e28e2581523 (patch)
tree46d04716e74613b3ffe34332353fa3cb89397b64
parenta6be6fad2cf0b1465dc02c496bffe059db2e4751 (diff)
downloadaur-bdca044a834f4cdfc9eb235ade266e28e2581523.tar.gz
switched target to archive, and switched to sha256sums
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ee7fea9324f..3a80ee79ed2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = skipfish
pkgdesc = A fully automated, active web application security reconnaissance tool
pkgver = 2.10b
- pkgrel = 1
+ pkgrel = 2
url = http://code.google.com/p/skipfish/
arch = any
license = APACHE
@@ -10,10 +10,10 @@ pkgbase = skipfish
depends = zlib
depends = glibc
depends = sh
- source = http://skipfish.googlecode.com/files/skipfish-2.10b.tgz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/skipfish/skipfish-2.10b.tgz
source = skipfish.patch
- md5sums = 8edf6092f3d1835cb4a381b7a723db8a
- md5sums = 640b24c2989f2316ac5e0926bba3b226
+ sha256sums = 1a4fbc9d013f1f9b970946ea7228d943266127b7f4100c994ad26c82c5352a9e
+ sha256sums = 096e9f7095a499605c8bf29bb9737397e9d5a168ec47888004dc8c2e7ceb0b62
pkgname = skipfish
diff --git a/PKGBUILD b/PKGBUILD
index 3db260dd17f3..b7cf5a4bf658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# Contributor: CRT <crt.011@gmail.com>
pkgname=skipfish
pkgver=2.10b
-pkgrel=1
+pkgrel=2
pkgdesc="A fully automated, active web application security reconnaissance tool"
arch=('any')
license=('APACHE')
url='http://code.google.com/p/skipfish/'
depends=('openssl' 'libidn' 'zlib' 'glibc' 'sh')
-source=("http://skipfish.googlecode.com/files/${pkgname}-${pkgver}.tgz"
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/skipfish/${pkgname}-${pkgver}.tgz"
"skipfish.patch")
-md5sums=('8edf6092f3d1835cb4a381b7a723db8a'
- '640b24c2989f2316ac5e0926bba3b226')
+sha256sums=('1a4fbc9d013f1f9b970946ea7228d943266127b7f4100c994ad26c82c5352a9e'
+ '096e9f7095a499605c8bf29bb9737397e9d5a168ec47888004dc8c2e7ceb0b62')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"