summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Lalet2023-01-16 22:21:04 +0100
committerPierre Lalet2023-01-16 22:21:04 +0100
commitba6d24055482cdbc7580c5356bfca5dba508955e (patch)
treea8a987e905f6e528c88a76ce197de2a5177396f5
parent0a5f92af9329e69c395eb0d89ec53a5a2094bc32 (diff)
downloadaur-ba6d24055482cdbc7580c5356bfca5dba508955e.tar.gz
Version update (v0.9.20)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5acc965bf22a..93fddc6599e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ivre
pkgdesc = Network recon framework based on Nmap, Masscan, Zgrab2, Nuclei, httpx, Zeek (Bro), Argus, Netflow,... Build your own alternatives to Shodan and GreyNoise, run your Passive DNS service, and much more!
- pkgver = 0.9.19
+ pkgver = 0.9.20
pkgrel = 1
url = https://ivre.rocks/
arch = any
license = GPL3
makedepends = python
- source = https://files.pythonhosted.org/packages/source/i/ivre/ivre-0.9.19.tar.gz
- source = https://raw.githubusercontent.com/ivre/ivre/v0.9.19/pkg/apache/ivre.conf
- sha512sums = 5239230613777f98ef1e38f3a3e14a9533e4e6a546762d37effb4c7009ae97f109b80ced781b564a8ae8b89181448703bbee2aa740f99bb98a63896087eeab9f
+ source = https://files.pythonhosted.org/packages/source/i/ivre/ivre-0.9.20.tar.gz
+ source = https://raw.githubusercontent.com/ivre/ivre/v0.9.20/pkg/apache/ivre.conf
+ sha512sums = 4a6775e87c661616335b59010a6ba9da311684e8f37f1f0cfffa364f363ed7cc70a40b2e040b13a66b6bbd4b9a1cbacfa4ffd57cdb43d72c6667082c07f95e97
sha512sums = 9db82963976ed0134c88ca779ab2d8ac92fdaf5eff8f6e6c47014b56f92cb78313acd6b6ddee8de13de6c3ae8a2988f216a659496f16b756836475a9b774b0c5
pkgname = ivre
diff --git a/PKGBUILD b/PKGBUILD
index c994b23fb87a..82be2b1bff82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=ivre
pkgname=('ivre' 'ivre-web' 'ivre-docs' 'python-ivre')
-pkgver=0.9.19
+pkgver=0.9.20
pkgrel=1
pkgdesc='Network recon framework based on Nmap, Masscan, Zgrab2, Nuclei, httpx, Zeek (Bro), Argus, Netflow,... Build your own alternatives to Shodan and GreyNoise, run your Passive DNS service, and much more!'
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('python')
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/ivre/$pkgname/v$pkgver/pkg/apache/ivre.conf")
-sha512sums=('5239230613777f98ef1e38f3a3e14a9533e4e6a546762d37effb4c7009ae97f109b80ced781b564a8ae8b89181448703bbee2aa740f99bb98a63896087eeab9f'
+sha512sums=('4a6775e87c661616335b59010a6ba9da311684e8f37f1f0cfffa364f363ed7cc70a40b2e040b13a66b6bbd4b9a1cbacfa4ffd57cdb43d72c6667082c07f95e97'
'9db82963976ed0134c88ca779ab2d8ac92fdaf5eff8f6e6c47014b56f92cb78313acd6b6ddee8de13de6c3ae8a2988f216a659496f16b756836475a9b774b0c5')
build() {