summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2022-01-21 10:55:55 +0100
committerfordprefect2022-01-21 10:55:55 +0100
commitbfc005c50f8740f485e1597500885fe24917f69b (patch)
tree088c95c58eefd906032a8ca3a1e91140e713b538
parent3ae975833fc4435809b40910b106dea671b2ff13 (diff)
downloadaur-bfc005c50f8740f485e1597500885fe24917f69b.tar.gz
20220120
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1785448f7fee..8b6d95fcb026 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 = 20211204
+ pkgver = 20220120
pkgrel = 1
url = https://github.com/elceef/dnstwist
arch = any
@@ -11,7 +11,7 @@ pkgbase = dnstwist
depends = python-ssdeep
depends = python-tld
depends = python-whois
- source = dnstwist-20211204.tar.gz::https://github.com/elceef/dnstwist/archive/20211204.tar.gz
- md5sums = ed00e365a5333521d630081fc5590d08
+ source = dnstwist-20220120.tar.gz::https://github.com/elceef/dnstwist/archive/20220120.tar.gz
+ md5sums = 0bb3cc39d138fee51891a509c3149181
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index d4ceda2a126e..da5ff4cb9e8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnstwist
-pkgver=20211204
+pkgver=20220120
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"
@@ -7,7 +7,7 @@ arch=('any')
license=('Apache')
depends=("python-dnspython" "python-pygeoip" "python-requests" "python-ssdeep" "python-tld" "python-whois")
source=("$pkgname-$pkgver.tar.gz::https://github.com/elceef/dnstwist/archive/${pkgver}.tar.gz")
-md5sums=('ed00e365a5333521d630081fc5590d08')
+md5sums=('0bb3cc39d138fee51891a509c3149181')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"