summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-09-18 13:35:46 +0200
committerfordprefect2020-09-18 13:35:46 +0200
commit263341e60e860e5acc2c841bf7537dab48cf08e4 (patch)
tree215b8c79d3258e786e1723a4f3eb6ccb2abb4515
parentaedee7adbc5c05bd317e187af9417e1ae9b5c7d1 (diff)
downloadaur-263341e60e860e5acc2c841bf7537dab48cf08e4.tar.gz
20200916
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0fefddd8883..fc0535908892 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 = 20200707
+ pkgver = 20200916
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-20200707.tar.gz::https://github.com/elceef/dnstwist/archive/20200707.tar.gz
- md5sums = b0d850311f9044e4bef2ba1d41c822a0
+ source = dnstwist-20200916.tar.gz::https://github.com/elceef/dnstwist/archive/20200916.tar.gz
+ md5sums = d2ecb194e5972e0ab0badddbf1bddd2e
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 01933ca35ccc..06596766bf67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=dnstwist
-pkgver=20200707
+pkgver=20200916
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 +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=('b0d850311f9044e4bef2ba1d41c822a0')
+md5sums=('d2ecb194e5972e0ab0badddbf1bddd2e')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"