summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2022-10-09 09:23:09 +0200
committerfordprefect2022-10-09 09:23:09 +0200
commit50e04fd9b55a5cb8cd97ce91d250ae685c3211b6 (patch)
tree5515f4ed414a3377b1d90d57ac8cfd5b0b719575
parent509d3a87bbfc6061e626e2a1710b84b59a54760a (diff)
downloadaur-50e04fd9b55a5cb8cd97ce91d250ae685c3211b6.tar.gz
20221008
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35d567b2ddab..2ea79167205f 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 = 20220815
+ pkgver = 20221008
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-20220815.tar.gz::https://github.com/elceef/dnstwist/archive/20220815.tar.gz
- md5sums = b6e5ea5fa10687bcbc709e6576b29da2
+ source = dnstwist-20221008.tar.gz::https://github.com/elceef/dnstwist/archive/20221008.tar.gz
+ md5sums = e49b461ffcc6f5375bfcd2beea7afc99
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 3a2bbb6adc0d..d92772da129f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnstwist
-pkgver=20220815
+pkgver=20221008
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=('b6e5ea5fa10687bcbc709e6576b29da2')
+md5sums=('e49b461ffcc6f5375bfcd2beea7afc99')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"