summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Lalet2023-01-14 18:10:35 +0100
committerPierre Lalet2023-01-14 18:10:35 +0100
commit0a5f92af9329e69c395eb0d89ec53a5a2094bc32 (patch)
tree1020fce55dc433d63625f46f3d640a85934aa0c2
parentbdba71fd1a1008ba1d318f40b7090ce62516530e (diff)
downloadaur-0a5f92af9329e69c395eb0d89ec53a5a2094bc32.tar.gz
Version update (v0.9.19)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe41b7d865ef..5acc965bf22a 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.18
+ pkgver = 0.9.19
pkgrel = 1
url = https://ivre.rocks/
arch = any
license = GPL3
makedepends = python
- source = https://files.pythonhosted.org/packages/source/i/ivre/ivre-0.9.18.tar.gz
- source = https://raw.githubusercontent.com/ivre/ivre/v0.9.18/pkg/apache/ivre.conf
- sha512sums = c39709d42b39a17e12756e85d8129618dc0beaa6001cc333c861f319ea82aae747e78e0cc505c7f9a6d27379bf3d525218b2c2f7a162d02c3f1aedd1ca12a729
+ 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
sha512sums = 9db82963976ed0134c88ca779ab2d8ac92fdaf5eff8f6e6c47014b56f92cb78313acd6b6ddee8de13de6c3ae8a2988f216a659496f16b756836475a9b774b0c5
pkgname = ivre
diff --git a/PKGBUILD b/PKGBUILD
index c499e066b594..c994b23fb87a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=ivre
pkgname=('ivre' 'ivre-web' 'ivre-docs' 'python-ivre')
-pkgver=0.9.18
+pkgver=0.9.19
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=('c39709d42b39a17e12756e85d8129618dc0beaa6001cc333c861f319ea82aae747e78e0cc505c7f9a6d27379bf3d525218b2c2f7a162d02c3f1aedd1ca12a729'
+sha512sums=('5239230613777f98ef1e38f3a3e14a9533e4e6a546762d37effb4c7009ae97f109b80ced781b564a8ae8b89181448703bbee2aa740f99bb98a63896087eeab9f'
'9db82963976ed0134c88ca779ab2d8ac92fdaf5eff8f6e6c47014b56f92cb78313acd6b6ddee8de13de6c3ae8a2988f216a659496f16b756836475a9b774b0c5')
build() {