summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-09-13 20:18:44 +0200
committerMichał Wojdyła2022-09-13 20:18:44 +0200
commite02157c41b859a8ec9b7117c54c2bbe30c8257ae (patch)
tree143af79d4991a402262d0de7a12e55ad2893f828
parentd9b1574d42fd26c328b8952be3fbf1e6049bf744 (diff)
downloadaur-pocsuite-git.tar.gz
switch to git+https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d221135b700..ce705762e1e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pocsuite-git
pkgdesc = Pocsuite is A remote vulnerability test framework developed by Knownsec Security Team. http://sebug.net
- pkgver = 1.7.6.0.gf8dddd9
+ pkgver = 1.9.11.1.gb26a773
pkgrel = 1
url = https://github.com/knownsec/pocsuite3
arch = any
@@ -10,7 +10,7 @@ pkgbase = pocsuite-git
provides = pocsuite
conflicts = pocsuite
options = !strip
- source = git://github.com/knownsec/pocsuite3.git
+ source = git+https://github.com/knownsec/pocsuite3.git
md5sums = SKIP
pkgname = pocsuite-git
diff --git a/PKGBUILD b/PKGBUILD
index ff49b0748490..104d42b886ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: lightning1141 <lightning1141@gmail.com>
+# Contributor: lightning1141 <lightning1141@gmail.com>
pkgname=pocsuite-git
pkgdesc="Pocsuite is A remote vulnerability test framework developed by Knownsec Security Team. http://sebug.net"
-pkgver=1.7.6.0.gf8dddd9
+pkgver=1.9.11.1.gb26a773
pkgrel=1
arch=('any')
url="https://github.com/knownsec/pocsuite3"
@@ -11,7 +11,7 @@ provides=('pocsuite')
conflicts=('pocsuite')
makedepends=('git')
options=('!strip')
-source=("git://github.com/knownsec/pocsuite3.git")
+source=("git+https://github.com/knownsec/pocsuite3.git")
md5sums=(SKIP)
_repo_name=pocsuite3