summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-07-07 21:12:04 +0200
committerfordprefect2020-07-07 21:12:04 +0200
commitaedee7adbc5c05bd317e187af9417e1ae9b5c7d1 (patch)
tree376e30ddc9d9bbd21dddb38921e8f117f4861e68
parentdd88561a79b348a95194e170fd84324bd29aaeaa (diff)
downloadaur-aedee7adbc5c05bd317e187af9417e1ae9b5c7d1.tar.gz
20200707
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee1f600d811e..e0fefddd8883 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 = 20200521
+ pkgver = 20200707
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-20200521.tar.gz::https://github.com/elceef/dnstwist/archive/20200521.tar.gz
- md5sums = 76a29d05b65196bd9fdaa2302df41c17
+ source = dnstwist-20200707.tar.gz::https://github.com/elceef/dnstwist/archive/20200707.tar.gz
+ md5sums = b0d850311f9044e4bef2ba1d41c822a0
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index a390547c6d15..01933ca35ccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=dnstwist
-pkgver=20200521
+pkgver=20200707
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"
@@ -8,7 +8,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=('76a29d05b65196bd9fdaa2302df41c17')
+md5sums=('b0d850311f9044e4bef2ba1d41c822a0')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"