summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Levy2020-01-28 00:09:29 -0500
committerBenjamin Levy2020-01-28 00:09:29 -0500
commitf9c816f8a60f2c03c0bb1743a01889d519632a9e (patch)
tree2a0a56eacdd3cd22705a1219324a29870159451e /PKGBUILD
parent816346eacbe70b9b455446d55dfedef726724e9a (diff)
downloadaur-f9c816f8a60f2c03c0bb1743a01889d519632a9e.tar.gz
Release 2.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f371d84b63ca..467c36160cea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit
-pkgver=2.1.1
+pkgver=2.1.2
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=('79ef76d29f4cc9ee66672fbd20ef3131')
+md5sums=('010966c039473ac8d408301696324580')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"