summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2019-11-17 21:23:41 -0500
committerBenjamin Levy2019-11-17 21:23:41 -0500
commit321372160850fa993a11916836ed89e4f8ef75db (patch)
tree3947a5b0ccdb5846b19cfc8d17fa881db79e9561
parentcf15fa233560557c2ecbf81347038801cb94951f (diff)
downloadaur-321372160850fa993a11916836ed89e4f8ef75db.tar.gz
Update to 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf53ea871c6b..ad162294b7f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pwninit
pkgdesc = pwninit - automate starting binary exploit challenges
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://github.com/io12/pwninit
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = pwninit
makedepends = cargo
depends = elfutils
provides = pwninit
- source = https://github.com/io12/pwninit/archive/1.2.1.tar.gz
- md5sums = 910a96c3bca003fe78aa557e2462e62c
+ source = https://github.com/io12/pwninit/archive/2.0.1.tar.gz
+ md5sums = 7be81b2be2138d0696da125012ae795b
pkgname = pwninit
diff --git a/PKGBUILD b/PKGBUILD
index 5d926aaa7a1e..7c5a5eb4cb4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit
-pkgver=1.2.1
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
provides=('pwninit')
depends=('elfutils')
makedepends=('rust' 'cargo')
@@ -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=('910a96c3bca003fe78aa557e2462e62c')
+md5sums=('7be81b2be2138d0696da125012ae795b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"