summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2019-04-26 10:05:48 +0200
committerfordprefect2019-04-26 10:05:48 +0200
commite9a8086039a7ca350fe1aca80f1ee22fbe62d515 (patch)
treea5d4a16a5ac0679437b4a9468d3c8d9e9d210be8
parent929ad4bb5e31721d7a897c2c96616134f87e0ca6 (diff)
downloadaur-e9a8086039a7ca350fe1aca80f1ee22fbe62d515.tar.gz
version 20190425
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6843dd713186..4f7ceea4da24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 11 23:29:09 UTC 2016
+# Fri Apr 26 08:05:37 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 = 1.02
- pkgrel = 2
+ pkgver = 20190425
+ pkgrel = 1
url = https://github.com/elceef/dnstwist
arch = any
license = unknown
@@ -11,8 +11,8 @@ pkgbase = dnstwist
depends = python-pygeoip
depends = python-requests
depends = python-ssdeep
- source = https://github.com/elceef/dnstwist/archive/v1.02.tar.gz
- md5sums = d927ffd3f9d69c4a1df56e6648e5ded2
+ source = https://github.com/elceef/dnstwist/archive/20190425.tar.gz
+ md5sums = b5d06b8d72cd3fa8710fed4231912797
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index bb74f18e8e2a..6478e72a9aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=dnstwist
-pkgver=1.02
-pkgrel=2
+pkgver=20190425
+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"
arch=('any')
license=('unknown')
depends=("python-dnspython" "python-pygeoip" "python-requests" "python-ssdeep")
-source=("https://github.com/elceef/dnstwist/archive/v${pkgver}.tar.gz")
-md5sums=('d927ffd3f9d69c4a1df56e6648e5ded2')
+source=("https://github.com/elceef/dnstwist/archive/${pkgver}.tar.gz")
+md5sums=('b5d06b8d72cd3fa8710fed4231912797')
package() {
install -D "${srcdir}/${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"