summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2018-05-17 11:55:19 +1000
committerPhillip Smith2018-05-17 11:55:19 +1000
commit3ca635869f1db06618fe59bd88b1b8c364a78f31 (patch)
treec13f9c81ed09ce9e7abc05181d77e954bc70219c
parentd837e405bd3fe00e190377e6c4ff9095e3591e5d (diff)
downloadaur-3ca635869f1db06618fe59bd88b1b8c364a78f31.tar.gz
upgpkg: sshfp 1.2.2-2
update url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49ef64da662c..2cb571c5176a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu May 17 01:55:19 UTC 2018
pkgbase = sshfp
pkgdesc = Generates DNS SSHFP-type records from SSH public keys from public keys from a known_hosts file or from scanning the host's sshd daemon.
pkgver = 1.2.2
pkgrel = 2
- url = http://www.xelerance.com/software/sshfp/
+ url = https://github.com/xelerance/sshfp
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ee4b069c58bf..412d0cc5e0c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ pkgdesc="Generates DNS SSHFP-type records from SSH public keys from public keys
arch=('i686' 'x86_64')
license=('GPL')
depends=('python2' 'python2-dnspython')
-url="http://www.xelerance.com/software/sshfp/"
+url="https://github.com/xelerance/sshfp"
source=("$pkgname-$pkgver.tar.gz::https://github.com/xelerance/$pkgname/archive/${pkgver}.tar.gz")
md5sums=('3cedcc3463e72196ee2028543d03ebfc')