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 efbacd8ee9c8..bfa9284689e9 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 = 20221011
+ pkgver = 20221022
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-20221011.tar.gz::https://github.com/elceef/dnstwist/archive/20221011.tar.gz
- md5sums = 32167381ecc21927a9c9542a5567ff06
+ source = dnstwist-20221022.tar.gz::https://github.com/elceef/dnstwist/archive/20221022.tar.gz
+ md5sums = 43ae708dd8a63b8a6279cf148480ba4b
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 3d084f0c75b0..f91efc1c338d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnstwist
-pkgver=20221011
+pkgver=20221022
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=('32167381ecc21927a9c9542a5567ff06')
+md5sums=('43ae708dd8a63b8a6279cf148480ba4b')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"