summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0575fefec8b5..f19900b0ec19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Firmy <firmianay@gmail.com>
pkgname=python2-pwntools
-pkgver=3.10.0
+pkgver=3.11.0
pkgrel=1
pkgdesc='A CTF framework and exploit development library.'
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=('9544c4f987a123f25dd9c6e0ad2b3d8d4f4385da66d2cfc8052480c7c5d59a82')
+sha256sums=('b86f9bed835153d1ce1839d03836aa062802ac9f5495942027030407ef1b798a')
_repodir="pwntools-${pkgver}"