summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmanuel Fernandes2019-07-22 13:01:23 +0100
committerEmanuel Fernandes2019-07-22 13:01:23 +0100
commitadc4624d1cdb8464526f61d108f18766a4726fa4 (patch)
treeae32832318bb007630852706a638a3968492ef6f /PKGBUILD
parent0e16bf9c16fa105c92e99c1d710e46629380cce8 (diff)
downloadaur-httprint.tar.gz
fix source link. Thanks @gildasio
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {