summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-04-30 12:09:25 +0200
committerfordprefect2020-04-30 12:09:25 +0200
commitf95c36498f61be87e2c3afe02b94791a1e7f3fd3 (patch)
tree755b639dad1e6942ef3f584dbb05de352e2114e4
parentaeac746580251a970f8d8c84bd527b1f9c539236 (diff)
downloadaur-f95c36498f61be87e2c3afe02b94791a1e7f3fd3.tar.gz
20200429
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74f58ce9deac..4cf61479dc24 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 = 20200427
+ pkgver = 20200429
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-20200427.tar.gz::https://github.com/elceef/dnstwist/archive/20200427.tar.gz
- md5sums = 92b5d9a9730ac602cf7f079a80914db1
+ source = dnstwist-20200429.tar.gz::https://github.com/elceef/dnstwist/archive/20200429.tar.gz
+ md5sums = 8f70380ac115d335e201568109ceab73
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 20a40634fe19..12542c8e42bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=dnstwist
-pkgver=20200427
+pkgver=20200429
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=('92b5d9a9730ac602cf7f079a80914db1')
+md5sums=('8f70380ac115d335e201568109ceab73')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"