summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2020-02-13 22:15:14 -0500
committerBenjamin Levy2020-02-13 22:15:14 -0500
commit77996ee46c1c199cec38dbce09a20356bc3ee0ca (patch)
treec121ef0453fb8a4d2f9864526da95972d67c9839
parentb81ddaf2858d51f4ea67afb8cc2fa160465b9420 (diff)
downloadaur-77996ee46c1c199cec38dbce09a20356bc3ee0ca.tar.gz
Update to 2.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f83cb28b121..ed24d45fa184 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwninit
pkgdesc = pwninit - automate starting binary exploit challenges
- pkgver = 2.1.3
+ pkgver = 2.1.4
pkgrel = 0
url = https://github.com/io12/pwninit
arch = i686
@@ -12,7 +12,7 @@ pkgbase = pwninit
makedepends = cargo
depends = elfutils
provides = pwninit
- source = https://github.com/io12/pwninit/archive/2.1.3.tar.gz
- md5sums = 4c2b3cd18e6ffac98bc6672d32dea898
+ source = https://github.com/io12/pwninit/archive/2.1.4.tar.gz
+ md5sums = b38517ac6780cfbe9424144dfca4992a
pkgname = pwninit
diff --git a/PKGBUILD b/PKGBUILD
index 7ef0867d76e3..227c67d99b6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit
-pkgver=2.1.3
+pkgver=2.1.4
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=('4c2b3cd18e6ffac98bc6672d32dea898')
+md5sums=('b38517ac6780cfbe9424144dfca4992a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"