summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Levy2019-11-25 18:17:19 -0500
committerBenjamin Levy2019-11-25 18:17:19 -0500
commitf85a3da3c6177bd20fe2a6edb4499fcb1cbdf3d5 (patch)
tree087bba5b14920bc813d42d4e99cf17c2608933d4 /PKGBUILD
parentd6783abad5c04eaf2453c2c7372c698650d7b26d (diff)
downloadaur-f85a3da3c6177bd20fe2a6edb4499fcb1cbdf3d5.tar.gz
Fix md5sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"