summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Levy2019-11-25 18:17:19 -0500
committerBenjamin Levy2019-11-25 18:17:19 -0500
commitf85a3da3c6177bd20fe2a6edb4499fcb1cbdf3d5 (patch)
tree087bba5b14920bc813d42d4e99cf17c2608933d4
parentd6783abad5c04eaf2453c2c7372c698650d7b26d (diff)
downloadaur-f85a3da3c6177bd20fe2a6edb4499fcb1cbdf3d5.tar.gz
Fix md5sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb2af0b5a20a..a4a8b338f857 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pwninit
pkgdesc = pwninit - automate starting binary exploit challenges
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/io12/pwninit
arch = i686
arch = x86_64
@@ -13,6 +13,6 @@ pkgbase = pwninit
depends = elfutils
provides = pwninit
source = https://github.com/io12/pwninit/archive/2.1.0.tar.gz
- md5sums = 7be81b2be2138d0696da125012ae795b
+ md5sums = fe53d58b56820e9ee2dfc31750a28546
pkgname = pwninit
diff --git a/PKGBUILD b/PKGBUILD
index 255f1bf26b76..024e91344446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
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=('7be81b2be2138d0696da125012ae795b')
+md5sums=('fe53d58b56820e9ee2dfc31750a28546')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"