summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2019-12-12 22:56:02 -0500
committerBenjamin Levy2019-12-12 22:56:02 -0500
commit816346eacbe70b9b455446d55dfedef726724e9a (patch)
tree3e4a9ccfc3fea778297421a82aa2327218f977c4
parentf85a3da3c6177bd20fe2a6edb4499fcb1cbdf3d5 (diff)
downloadaur-816346eacbe70b9b455446d55dfedef726724e9a.tar.gz
Release 2.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4a8b338f857..fe6c7145c800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pwninit
pkgdesc = pwninit - automate starting binary exploit challenges
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.1.1
+ pkgrel = 0
url = https://github.com/io12/pwninit
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = pwninit
makedepends = cargo
depends = elfutils
provides = pwninit
- source = https://github.com/io12/pwninit/archive/2.1.0.tar.gz
- md5sums = fe53d58b56820e9ee2dfc31750a28546
+ source = https://github.com/io12/pwninit/archive/2.1.1.tar.gz
+ md5sums = 79ef76d29f4cc9ee66672fbd20ef3131
pkgname = pwninit
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}"