summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b34238cf1456..decb11fb5a8e 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 = 20230918
+ pkgver = 20240116
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-20230918.tar.gz::https://github.com/elceef/dnstwist/archive/20230918.tar.gz
- md5sums = 8624fed3bb6bae1140f49e6240702666
+ source = dnstwist-20240116.tar.gz::https://github.com/elceef/dnstwist/archive/20240116.tar.gz
+ md5sums = 5efbabb5f44c159e6e2e15a48181c3d4
pkgname = dnstwist
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"