summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTian Qiao2023-03-21 06:24:02 +0000
committerTian Qiao2023-03-21 06:24:02 +0000
commit241c95560a992f39c596adb96e498bf21ffe5d03 (patch)
tree1c5e267b5d0a44bc58b4b74e0e41d6aa1dd2f249
parent7912e83c7f1f5e39404bf45b485fd4138394db81 (diff)
downloadaur-241c95560a992f39c596adb96e498bf21ffe5d03.tar.gz
Version 2.0.3 (automated version bump)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df1c2958c7eb..206e5ed42927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pocsuite3
pkgdesc = Open-sourced remote vulnerability testing framework
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/knownsec/pocsuite3
arch = any
@@ -24,7 +24,7 @@ pkgbase = pocsuite3
depends = python-lxml
depends = python-mmh3
depends = python-dacite
- source = https://github.com/knownsec/pocsuite3/archive/v2.0.2/pocsuite3-2.0.2.tar.gz
- sha512sums = 3209d10554e6d952146d047443d95533d7c4ea8e3a27f61009314d24a1bf7a2fa421c9dffe5631ea1e0866348f6f34fcd4189e2c27c860180e8fdc4c258e1865
+ source = https://github.com/knownsec/pocsuite3/archive/v2.0.3/pocsuite3-2.0.3.tar.gz
+ sha512sums = a591727547c737bf72069c1a8281da01bac5f75b0c11cabd4d36a9606b8feaec0383f043ad4deae89060874128a60137c59e3be0a2653fd06dfae74a2c216cb6
pkgname = pocsuite3
diff --git a/PKGBUILD b/PKGBUILD
index 7346639517cd..7f0064760fce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tian Qiao <abcnsxyz@gmail.com>
pkgname=('pocsuite3')
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc='Open-sourced remote vulnerability testing framework'
url='https://github.com/knownsec/pocsuite3'
@@ -14,7 +14,7 @@ depends=('python-requests' 'python-pysocks' 'python-requests-toolbelt' 'python-u
makedepends=('python-setuptools')
optdepends=()
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3209d10554e6d952146d047443d95533d7c4ea8e3a27f61009314d24a1bf7a2fa421c9dffe5631ea1e0866348f6f34fcd4189e2c27c860180e8fdc4c258e1865')
+sha512sums=('a591727547c737bf72069c1a8281da01bac5f75b0c11cabd4d36a9606b8feaec0383f043ad4deae89060874128a60137c59e3be0a2653fd06dfae74a2c216cb6')
build() {
cd ${pkgname}-${pkgver}