summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2019-11-17 21:38:48 -0500
committerBenjamin Levy2019-11-17 21:38:48 -0500
commitf1377d36d524f74311b0d53bf65aca1911659bea (patch)
tree6c51ca3d34ce43ef2aaf637f344ad061368da750
parent0f21cceda0a2e878406f1b0eb0a4eec645acbc13 (diff)
downloadaur-f1377d36d524f74311b0d53bf65aca1911659bea.tar.gz
Update to 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04b3b34d25dd..a26ad876f291 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pwninit-bin
pkgdesc = pwninit - automate starting binary exploit challenges. Pre-compiled.
- pkgver = 1.2.1
- pkgrel = 3
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://github.com/io12/pwninit
arch = x86_64
license = MIT
depends = elfutils
provides = pwninit
conflicts = pwninit
- source = https://github.com/io12/pwninit/releases/download/1.2.1/pwninit
- md5sums = 5e2779c87e9548f8fc434917859b8edd
+ source = https://github.com/io12/pwninit/releases/download/2.0.1/pwninit
+ md5sums = 708a4eb80ac07d2ca57c391ac312342c
pkgname = pwninit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1d6818edda3e..1f7be3b14179 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit-bin
-pkgver=1.2.1
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
provides=('pwninit')
conflicts=('pwninit')
depends=('elfutils')
@@ -10,7 +10,7 @@ pkgdesc="pwninit - automate starting binary exploit challenges. Pre-compiled."
license=('MIT')
url="https://github.com/io12/pwninit"
source=("https://github.com/io12/pwninit/releases/download/${pkgver}/pwninit")
-md5sums=('5e2779c87e9548f8fc434917859b8edd')
+md5sums=('708a4eb80ac07d2ca57c391ac312342c')
package() {
install -Dm 755 pwninit -t "${pkgdir}/usr/bin"