summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd2018-11-23 15:13:20 +0100
committerkpcyrd2018-11-23 15:13:20 +0100
commit7b05a18f2f124869ee5dff38fedfb22c578cf535 (patch)
tree870bc8ddbc9df88d08ec6174cb53ef1a1e9ab8ed
parent37c595c018f2a6040f1aa84595fd6052ad19f6d0 (diff)
downloadaur-7b05a18f2f124869ee5dff38fedfb22c578cf535.tar.gz
v4.9.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fc4dc35223b..2fcacec8bd76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = recon-ng
pkgdesc = A full-featured Web Reconnaissance framework written in Python
- pkgver = 4.9.3
- pkgrel = 2
+ pkgver = 4.9.4
+ pkgrel = 1
url = https://bitbucket.org/LaNMaSteR53/recon-ng
arch = any
license = GPL3
@@ -17,9 +17,9 @@ pkgbase = recon-ng
depends = python2-pypdf2
depends = python2-flask
depends = python2-unicodecsv
- source = recon-ng-4.9.3.tar.gz::https://bitbucket.org/LaNMaSteR53/recon-ng/get/v4.9.3.tar.gz
+ source = recon-ng-4.9.4.tar.gz::https://bitbucket.org/LaNMaSteR53/recon-ng/get/v4.9.4.tar.gz
source = opt-in-analytics.patch
- sha256sums = e841bc43c5097f3506d548d23a538411f9e5712ec5dbdb2be2d3fb0a863f7faf
+ sha256sums = f443616351fb9dd119a870b637bdf7be0fb3a9fac6eb5a640b9d5414a63d2160
sha256sums = 3208e111fb44e0799272429b6d87544a2a54a6f48ef640524a19a8c0a37d3d00
pkgname = recon-ng
diff --git a/PKGBUILD b/PKGBUILD
index 5c4034eaa464..dd3d57801162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: kpcyrd <git@rxv.cc>
pkgname=recon-ng
-pkgver=4.9.3
-pkgrel=2
+pkgver=4.9.4
+pkgrel=1
pkgdesc='A full-featured Web Reconnaissance framework written in Python'
url='https://bitbucket.org/LaNMaSteR53/recon-ng'
license=('GPL3')
@@ -14,7 +14,7 @@ depends=('python2' 'python2-dicttoxml' 'python2-dnspython'
'python2-flask' 'python2-unicodecsv')
source=(${pkgname}-${pkgver}.tar.gz::https://bitbucket.org/LaNMaSteR53/recon-ng/get/v${pkgver}.tar.gz
opt-in-analytics.patch)
-sha256sums=('e841bc43c5097f3506d548d23a538411f9e5712ec5dbdb2be2d3fb0a863f7faf'
+sha256sums=('f443616351fb9dd119a870b637bdf7be0fb3a9fac6eb5a640b9d5414a63d2160'
'3208e111fb44e0799272429b6d87544a2a54a6f48ef640524a19a8c0a37d3d00')
prepare() {