summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd2019-01-29 15:02:27 +0100
committerkpcyrd2019-01-29 15:02:27 +0100
commit5b317011cc0989e086a94b708db011d2617c4733 (patch)
tree56b2eeabcf1f1fb8efeb9773e4703a8d6b8d6936
parent7b05a18f2f124869ee5dff38fedfb22c578cf535 (diff)
downloadaur-5b317011cc0989e086a94b708db011d2617c4733.tar.gz
v4.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fcacec8bd76..4456f447bd89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = recon-ng
pkgdesc = A full-featured Web Reconnaissance framework written in Python
- pkgver = 4.9.4
+ pkgver = 4.9.5
pkgrel = 1
url = https://bitbucket.org/LaNMaSteR53/recon-ng
arch = any
@@ -17,9 +17,9 @@ pkgbase = recon-ng
depends = python2-pypdf2
depends = python2-flask
depends = python2-unicodecsv
- source = recon-ng-4.9.4.tar.gz::https://bitbucket.org/LaNMaSteR53/recon-ng/get/v4.9.4.tar.gz
+ source = recon-ng-4.9.5.tar.gz::https://bitbucket.org/LaNMaSteR53/recon-ng/get/v4.9.5.tar.gz
source = opt-in-analytics.patch
- sha256sums = f443616351fb9dd119a870b637bdf7be0fb3a9fac6eb5a640b9d5414a63d2160
+ sha256sums = da8f2fe8e49ede4765660eca93671e0b21044a74bd5f9e89b93ad766a2c9ebec
sha256sums = 3208e111fb44e0799272429b6d87544a2a54a6f48ef640524a19a8c0a37d3d00
pkgname = recon-ng
diff --git a/PKGBUILD b/PKGBUILD
index dd3d57801162..866036e1e4ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <git@rxv.cc>
pkgname=recon-ng
-pkgver=4.9.4
+pkgver=4.9.5
pkgrel=1
pkgdesc='A full-featured Web Reconnaissance framework written in Python'
url='https://bitbucket.org/LaNMaSteR53/recon-ng'
@@ -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=('f443616351fb9dd119a870b637bdf7be0fb3a9fac6eb5a640b9d5414a63d2160'
+sha256sums=('da8f2fe8e49ede4765660eca93671e0b21044a74bd5f9e89b93ad766a2c9ebec'
'3208e111fb44e0799272429b6d87544a2a54a6f48ef640524a19a8c0a37d3d00')
prepare() {