summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-04-24 07:59:39 +0200
committerfordprefect2020-04-24 07:59:39 +0200
commitf69717d4804165ba5e1bba709bae4e10da8c926b (patch)
treec9163654f7f60e0106ebc7db3b3b40ff109f2c46
parentcf516b233c9c0fd99cc27a734cbcdcd90e062464 (diff)
downloadaur-f69717d4804165ba5e1bba709bae4e10da8c926b.tar.gz
20200424
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68e57c7d9ee3..00d93a5933f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jul 6 11:37:59 UTC 2019
pkgbase = dnstwist
pkgdesc = simple tool to look for registered domains similar to your own, only distinguished by typos. useful for detection of fraud and fishing attacs
- pkgver = 20190706
+ pkgver = 20200424
pkgrel = 1
url = https://github.com/elceef/dnstwist
arch = any
@@ -11,8 +9,8 @@ pkgbase = dnstwist
depends = python-pygeoip
depends = python-requests
depends = python-ssdeep
- source = dnstwist-20190706.tar.gz::https://github.com/elceef/dnstwist/archive/20190706.tar.gz
- md5sums = 8769b8531186b6f79d3014e4d055e2cf
+ source = dnstwist-20200424.tar.gz::https://github.com/elceef/dnstwist/archive/20200424.tar.gz
+ md5sums = 7376b096e921d93228107ac8c15e0e73
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index e1a91450accc..70994b2d53ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=dnstwist
-pkgver=20190706
+pkgver=20200424
pkgrel=1
pkgdesc="simple tool to look for registered domains similar to your own, only distinguished by typos. useful for detection of fraud and fishing attacs"
url="https://github.com/elceef/dnstwist"
@@ -8,7 +8,7 @@ arch=('any')
license=('Apache')
depends=("python-dnspython" "python-pygeoip" "python-requests" "python-ssdeep")
source=("$pkgname-$pkgver.tar.gz::https://github.com/elceef/dnstwist/archive/${pkgver}.tar.gz")
-md5sums=('8769b8531186b6f79d3014e4d055e2cf')
+md5sums=('7376b096e921d93228107ac8c15e0e73')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"