summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2019-05-18 09:53:46 +0200
committerfordprefect2019-05-18 09:53:46 +0200
commitf9d9c99ba22348700b807baa269b86546afc614d (patch)
tree56b2394e3075153b78028c97e3ff0f0a4cdb3b6c
parente9a8086039a7ca350fe1aca80f1ee22fbe62d515 (diff)
downloadaur-f9d9c99ba22348700b807baa269b86546afc614d.tar.gz
version 20190518
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f7ceea4da24..0ec46732344e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 26 08:05:37 UTC 2019
+# Sat May 18 07:53:30 UTC 2019
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 = 20190425
+ pkgver = 20190518
pkgrel = 1
url = https://github.com/elceef/dnstwist
arch = any
@@ -11,8 +11,8 @@ pkgbase = dnstwist
depends = python-pygeoip
depends = python-requests
depends = python-ssdeep
- source = https://github.com/elceef/dnstwist/archive/20190425.tar.gz
- md5sums = b5d06b8d72cd3fa8710fed4231912797
+ source = https://github.com/elceef/dnstwist/archive/20190518.tar.gz
+ md5sums = 306a5adb9e809d5ff5b04777189abbb5
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 6478e72a9aba..c6313e92618f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=dnstwist
-pkgver=20190425
+pkgver=20190518
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=('unknown')
depends=("python-dnspython" "python-pygeoip" "python-requests" "python-ssdeep")
source=("https://github.com/elceef/dnstwist/archive/${pkgver}.tar.gz")
-md5sums=('b5d06b8d72cd3fa8710fed4231912797')
+md5sums=('306a5adb9e809d5ff5b04777189abbb5')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"