summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Levy2019-12-12 22:56:02 -0500
committerBenjamin Levy2019-12-12 22:56:02 -0500
commit816346eacbe70b9b455446d55dfedef726724e9a (patch)
tree3e4a9ccfc3fea778297421a82aa2327218f977c4 /PKGBUILD
parentf85a3da3c6177bd20fe2a6edb4499fcb1cbdf3d5 (diff)
downloadaur-816346eacbe70b9b455446d55dfedef726724e9a.tar.gz
Release 2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 024e91344446..f371d84b63ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=0
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=('fe53d58b56820e9ee2dfc31750a28546')
+md5sums=('79ef76d29f4cc9ee66672fbd20ef3131')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"