summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Levy2019-11-17 02:54:29 -0500
committerBenjamin Levy2019-11-17 02:54:29 -0500
commit2c8572af8e84fbde5974da24f68391514470575d (patch)
treeafdbce47d4cf6cf0a5aa671753c2b7194433abc3 /PKGBUILD
parent9e2c4f59829033f9ce0cc98a7334c8b658f95287 (diff)
downloadaur-2c8572af8e84fbde5974da24f68391514470575d.tar.gz
Update to 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"