summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2019-11-14 16:07:18 -0500
committerBenjamin Levy2019-11-14 16:07:18 -0500
commit9e2c4f59829033f9ce0cc98a7334c8b658f95287 (patch)
treea112e1911428aa7e9a6ff0079404a63e7f787468
parent0196ac81cd73f6eaf58f88695ed99429baf9d2b2 (diff)
downloadaur-9e2c4f59829033f9ce0cc98a7334c8b658f95287.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb0d455ae0e7..8392e999eac5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwninit
pkgdesc = pwninit - automate starting binary exploit challenges
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/io12/pwninit
arch = i686
@@ -11,7 +11,7 @@ pkgbase = pwninit
makedepends = rust
makedepends = cargo
depends = elfutils
- source = https://github.com/io12/pwninit/archive/1.1.0.tar.gz
- md5sums = 522042bc3b5dffaee463b26579042df4
+ source = https://github.com/io12/pwninit/archive/1.2.0.tar.gz
+ md5sums = 3dd6c7d975a8d99ab46eab480c09ff17
pkgname = pwninit
diff --git a/PKGBUILD b/PKGBUILD
index c01ea4c50cdb..2b86b60b7321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
depends=('elfutils')
makedepends=('rust' 'cargo')
@@ -9,7 +9,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=('522042bc3b5dffaee463b26579042df4')
+md5sums=('3dd6c7d975a8d99ab46eab480c09ff17')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"