summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Fernandes2019-07-22 13:01:23 +0100
committerEmanuel Fernandes2019-07-22 13:01:23 +0100
commitadc4624d1cdb8464526f61d108f18766a4726fa4 (patch)
treeae32832318bb007630852706a638a3968492ef6f
parent0e16bf9c16fa105c92e99c1d710e46629380cce8 (diff)
downloadaur-httprint.tar.gz
fix source link. Thanks @gildasio
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56b4047d4e05..8046d7435880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = httprint
pkgdesc = httprint is a web server fingerprinting tool.
pkgver = 301
- pkgrel = 2
+ pkgrel = 3
url = http://www.net-square.com/httprint.html
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = httprint
depends = bash
provides = httprint
conflicts = httprint
- source = http://net-square.com/zip%20folders/httprint_linux_301.zip
+ source = http://net-square.com/_assets/httprint_linux_301.zip
md5sums = af53704de9c1851bd439cbe3fab3e0ad
pkgname = httprint
diff --git a/PKGBUILD b/PKGBUILD
index 1bed19274472..0b07048d2db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=httprint
pkgver=301
-pkgrel=2
+pkgrel=3
pkgdesc="httprint is a web server fingerprinting tool."
arch=('i686' 'x86_64')
url="http://www.net-square.com/httprint.html"
@@ -12,7 +12,7 @@ depends=(bash)
provides=(httprint)
conflicts=(httprint)
install=
-source=(http://net-square.com/zip%20folders/httprint_linux_$pkgver.zip)
+source=(http://net-square.com/_assets/httprint_linux_$pkgver.zip)
md5sums=('af53704de9c1851bd439cbe3fab3e0ad')
package() {