summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2019-11-17 02:54:29 -0500
committerBenjamin Levy2019-11-17 02:54:29 -0500
commit2c8572af8e84fbde5974da24f68391514470575d (patch)
treeafdbce47d4cf6cf0a5aa671753c2b7194433abc3
parent9e2c4f59829033f9ce0cc98a7334c8b658f95287 (diff)
downloadaur-2c8572af8e84fbde5974da24f68391514470575d.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8392e999eac5..d1e1bc018360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwninit
pkgdesc = pwninit - automate starting binary exploit challenges
- pkgver = 1.2.0
+ pkgver = 1.2.1
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.2.0.tar.gz
- md5sums = 3dd6c7d975a8d99ab46eab480c09ff17
+ source = https://github.com/io12/pwninit/archive/1.2.1.tar.gz
+ md5sums = 910a96c3bca003fe78aa557e2462e62c
pkgname = pwninit
diff --git a/PKGBUILD b/PKGBUILD
index 2b86b60b7321..bc872fcf8199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit
-pkgver=1.2.0
+pkgver=1.2.1
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=('3dd6c7d975a8d99ab46eab480c09ff17')
+md5sums=('910a96c3bca003fe78aa557e2462e62c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"