summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-04-27 09:46:59 +0200
committerfordprefect2020-04-27 09:46:59 +0200
commitaeac746580251a970f8d8c84bd527b1f9c539236 (patch)
treee2fad2cab998cb05fcdc7ffeeb8c75c98c172497
parentf69717d4804165ba5e1bba709bae4e10da8c926b (diff)
downloadaur-aeac746580251a970f8d8c84bd527b1f9c539236.tar.gz
20200427
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00d93a5933f4..74f58ce9deac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 20200424
+ pkgver = 20200427
pkgrel = 1
url = https://github.com/elceef/dnstwist
arch = any
@@ -9,8 +9,8 @@ pkgbase = dnstwist
depends = python-pygeoip
depends = python-requests
depends = python-ssdeep
- source = dnstwist-20200424.tar.gz::https://github.com/elceef/dnstwist/archive/20200424.tar.gz
- md5sums = 7376b096e921d93228107ac8c15e0e73
+ source = dnstwist-20200427.tar.gz::https://github.com/elceef/dnstwist/archive/20200427.tar.gz
+ md5sums = 92b5d9a9730ac602cf7f079a80914db1
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 70994b2d53ea..20a40634fe19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=dnstwist
-pkgver=20200424
+pkgver=20200427
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=('7376b096e921d93228107ac8c15e0e73')
+md5sums=('92b5d9a9730ac602cf7f079a80914db1')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"