summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre LALET2018-08-14 16:40:35 +0200
committerPierre LALET2018-08-14 16:40:35 +0200
commitb53849a238a604aaadd84ae314efa00353dbf6c4 (patch)
treed732502f861171fea898e5e0ea5a7d288be0624d
parentf6d8ba9c2f5bb55db4fba50b7fcee3c35dcf0eb6 (diff)
downloadaur-b53849a238a604aaadd84ae314efa00353dbf6c4.tar.gz
Version upgrade
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a769b855bdec..c92516dfda30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ivre
pkgdesc = Network recon framework
- pkgver = 0.9.10
+ pkgver = 0.9.11
pkgrel = 1
url = https://ivre.rocks/
arch = any
@@ -32,9 +32,9 @@ pkgbase = ivre
optdepends = ffmpeg: Screenshots (rtsp)
optdepends = tesseract: Screenshots analysis
backup = etc/httpd/conf/extra/ivre.conf
- source = https://files.pythonhosted.org/packages/source/i/ivre/ivre-0.9.10.tar.gz
- source = https://raw.githubusercontent.com/cea-sec/ivre/v0.9.10/pkg/apache/ivre.conf
- sha256sums = 1e820dc1fddbf319e9a86c941eea4db8158afc08619198f05e062d1c59631319
+ source = https://files.pythonhosted.org/packages/source/i/ivre/ivre-0.9.11.tar.gz
+ source = https://raw.githubusercontent.com/cea-sec/ivre/v0.9.11/pkg/apache/ivre.conf
+ sha256sums = 95f456024b101d8a834a5f1a6925cb8b8e4f5067d57fbe02e54f7183555cccef
sha256sums = 9c7267b7b2bde354e03a0cf683b56c0ca2410296bdd7424a964fb2b4f14c7ee3
pkgname = ivre
diff --git a/PKGBUILD b/PKGBUILD
index e1c48488e52e..ee39734d7f1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre Lalet <pl@ivre.rocks>
pkgname=ivre
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc="Network recon framework"
url="https://ivre.rocks/"
@@ -33,7 +33,7 @@ makedepends=('python-setuptools')
backup=('etc/httpd/conf/extra/ivre.conf')
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/cea-sec/$pkgname/v$pkgver/pkg/apache/ivre.conf")
-sha256sums=('1e820dc1fddbf319e9a86c941eea4db8158afc08619198f05e062d1c59631319'
+sha256sums=('95f456024b101d8a834a5f1a6925cb8b8e4f5067d57fbe02e54f7183555cccef'
'9c7267b7b2bde354e03a0cf683b56c0ca2410296bdd7424a964fb2b4f14c7ee3')
build() {