summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2020-02-14 02:25:17 -0500
committerBenjamin Levy2020-02-14 02:25:17 -0500
commit82f90e8c730b0a05a5d5c046895b5679301b80e1 (patch)
tree46bba731d09d75148b520f18a758eca92f709afd
parent77996ee46c1c199cec38dbce09a20356bc3ee0ca (diff)
downloadaur-82f90e8c730b0a05a5d5c046895b5679301b80e1.tar.gz
Update to 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed24d45fa184..ca5d572f3dba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwninit
pkgdesc = pwninit - automate starting binary exploit challenges
- pkgver = 2.1.4
+ pkgver = 2.2.0
pkgrel = 0
url = https://github.com/io12/pwninit
arch = i686
@@ -12,7 +12,7 @@ pkgbase = pwninit
makedepends = cargo
depends = elfutils
provides = pwninit
- source = https://github.com/io12/pwninit/archive/2.1.4.tar.gz
- md5sums = b38517ac6780cfbe9424144dfca4992a
+ source = https://github.com/io12/pwninit/archive/2.2.0.tar.gz
+ md5sums = 6c7777c8aaf7c53d0f54f25a72c72e8e
pkgname = pwninit
diff --git a/PKGBUILD b/PKGBUILD
index 227c67d99b6e..d52a8565b50d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit
-pkgver=2.1.4
+pkgver=2.2.0
pkgrel=0
provides=('pwninit')
depends=('elfutils')
@@ -10,7 +10,7 @@ pkgdesc="pwninit - automate starting binary exploit challenges"
license=('MIT')
url="https://github.com/io12/pwninit"
source=("https://github.com/io12/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('b38517ac6780cfbe9424144dfca4992a')
+md5sums=('6c7777c8aaf7c53d0f54f25a72c72e8e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"