summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-12-28 14:48:42 +0100
committerfordprefect2020-12-28 14:48:42 +0100
commitb1c366194a02e51211fad452a88a4946b6ef544c (patch)
tree147e764b44930fd91642838c9a7afbe9515c7f3c
parentcadc7164aefd1e5baacbe3017e63df455103e10c (diff)
downloadaur-b1c366194a02e51211fad452a88a4946b6ef544c.tar.gz
20201228
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc917f6e8acf..f9b8ea8cce72 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 = 20201022
+ pkgver = 20201228
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-20201022.tar.gz::https://github.com/elceef/dnstwist/archive/20201022.tar.gz
- md5sums = 2c18109419cbd9998f6b9ae1bf4dbb12
+ source = dnstwist-20201228.tar.gz::https://github.com/elceef/dnstwist/archive/20201228.tar.gz
+ md5sums = 31819c95be58cd425a0ea93dea165185
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 0ba62e635494..b861b2a8eb66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnstwist
-pkgver=20201022
+pkgver=20201228
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=('2c18109419cbd9998f6b9ae1bf4dbb12')
+md5sums=('31819c95be58cd425a0ea93dea165185')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"