summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042017-09-26 12:39:06 +0800
committerjerry732042017-09-26 12:39:06 +0800
commitf8f303c0519c46b8268791f928d2d9e43e01808a (patch)
tree08de1f3bb063b23b67e400adba14db27d520a36d /PKGBUILD
parent5ea47b9115304adaa1c7a67a0c7bd4075d0b212e (diff)
downloadaur-f8f303c0519c46b8268791f928d2d9e43e01808a.tar.gz
Updated to 3.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df803fb4817b..353356ecc3e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=python2-pwntools
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='The CTF framework used by Gallopsled in every CTF'
arch=('any')
@@ -29,7 +29,7 @@ depends=('python2>=2.7'
conflicts=('python2-pwntools' 'python2-pwntools-git')
options=('strip')
source=("https://github.com/Gallopsled/pwntools/archive/${pkgver}.tar.gz")
-sha256sums=('2abf4cc6b77928411c515f7b221d1414ed06b321d240f958c399e7638bc4998e')
+sha256sums=('bc62c6ae0ac0e9ea14e660b4a603355a53ca3134c1ab90b654e618eb2be6df5b')
_repodir="pwntools-${pkgver}"