summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2022-08-16 11:32:06 +0200
committerfordprefect2022-08-16 11:32:06 +0200
commit509d3a87bbfc6061e626e2a1710b84b59a54760a (patch)
tree1cfbb18d5eda4026b23a58d6baf831cdf83726b4
parent463f8a61edb9f10e53db06a6ce1b75cf9916432f (diff)
downloadaur-509d3a87bbfc6061e626e2a1710b84b59a54760a.tar.gz
20220815
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80168912f010..35d567b2ddab 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 = 20220131
+ pkgver = 20220815
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-20220131.tar.gz::https://github.com/elceef/dnstwist/archive/20220131.tar.gz
- md5sums = fc205380907f4877a30490b87b8755b0
+ source = dnstwist-20220815.tar.gz::https://github.com/elceef/dnstwist/archive/20220815.tar.gz
+ md5sums = b6e5ea5fa10687bcbc709e6576b29da2
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 86675a2405ea..3a2bbb6adc0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnstwist
-pkgver=20220131
+pkgver=20220815
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=('fc205380907f4877a30490b87b8755b0')
+md5sums=('b6e5ea5fa10687bcbc709e6576b29da2')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"