summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2022-01-13 04:08:34 +0200
committerDimitris Kiziridis2022-01-13 04:08:34 +0200
commit7915d53ba180aa9164b4d69b5f7380108b3a9b74 (patch)
treed88c16627c7be4ba4dc106c2bba09c968ad6ac04
parent3c78aa8e9e7915102f5e1a6c7e18d567ef8cbaa0 (diff)
downloadaur-7915d53ba180aa9164b4d69b5f7380108b3a9b74.tar.gz
Update to 0.1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a6d0ecb3db1..d2a777ad3f86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = pwncat
pkgdesc = Netcat on steroids with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable with Python (PSE)
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://cytopia.github.io/pwncat
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = pwncat-0.1.1.tar.gz::https://github.com/cytopia/pwncat/archive/v0.1.1.tar.gz
- sha256sums = 24c52fd9463c91217b7c7405a6cdb567d14e0de586a2a34cf226a8d4a3467776
+ source = pwncat-0.1.2.tar.gz::https://github.com/cytopia/pwncat/archive/v0.1.2.tar.gz
+ sha256sums = bca4deb557d4341a6ae3695cd42b9571c247ac4d81dca141e3b26119621a79fd
pkgname = pwncat
-
diff --git a/PKGBUILD b/PKGBUILD
index b83e83e85274..30baf476244d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=pwncat
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc='Netcat on steroids with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable with Python (PSE)'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cytopia/pwncat/archive/v${pkgver}.tar.gz")
-sha256sums=('24c52fd9463c91217b7c7405a6cdb567d14e0de586a2a34cf226a8d4a3467776')
+sha256sums=('bca4deb557d4341a6ae3695cd42b9571c247ac4d81dca141e3b26119621a79fd')
build() {
cd "${pkgname}-${pkgver}"