summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-10-23 09:39:12 +0200
committerfordprefect2020-10-23 09:39:12 +0200
commitcadc7164aefd1e5baacbe3017e63df455103e10c (patch)
treefa139bc9c4c63def80b289f71ae86368c701fb21
parent263341e60e860e5acc2c841bf7537dab48cf08e4 (diff)
downloadaur-cadc7164aefd1e5baacbe3017e63df455103e10c.tar.gz
20201022
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc0535908892..dc917f6e8acf 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 = 20200916
+ pkgver = 20201022
pkgrel = 1
url = https://github.com/elceef/dnstwist
arch = any
@@ -9,8 +9,8 @@ pkgbase = dnstwist
depends = python-pygeoip
depends = python-requests
depends = python-ssdeep
- source = dnstwist-20200916.tar.gz::https://github.com/elceef/dnstwist/archive/20200916.tar.gz
- md5sums = d2ecb194e5972e0ab0badddbf1bddd2e
+ source = dnstwist-20201022.tar.gz::https://github.com/elceef/dnstwist/archive/20201022.tar.gz
+ md5sums = 2c18109419cbd9998f6b9ae1bf4dbb12
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 06596766bf67..0ba62e635494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnstwist
-pkgver=20200916
+pkgver=20201022
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")
source=("$pkgname-$pkgver.tar.gz::https://github.com/elceef/dnstwist/archive/${pkgver}.tar.gz")
-md5sums=('d2ecb194e5972e0ab0badddbf1bddd2e')
+md5sums=('2c18109419cbd9998f6b9ae1bf4dbb12')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"