summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2024-01-17 10:07:31 +0100
committerfordprefect2024-01-17 10:07:31 +0100
commit9d6c1a1d9483e6a6dcda2d806f654fa0b8d242a8 (patch)
treedec37a107088bae1d987d41d850a3c12b30cfe8e /PKGBUILD
parent08d860262d3a82236b8d6e1adcdfa9e1e8672bba (diff)
downloadaur-dnstwist.tar.gz
20240116
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61c57e9ac74b..e8606620d3e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnstwist
-pkgver=20230918
+pkgver=20240116
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-geoip2" "python-requests" "python-ssdeep" "python-tld" "python-whois")
source=("$pkgname-$pkgver.tar.gz::https://github.com/elceef/dnstwist/archive/${pkgver}.tar.gz")
-md5sums=('8624fed3bb6bae1140f49e6240702666')
+md5sums=('5efbabb5f44c159e6e2e15a48181c3d4')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"