summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042017-09-26 12:39:06 +0800
committerjerry732042017-09-26 12:39:06 +0800
commitf8f303c0519c46b8268791f928d2d9e43e01808a (patch)
tree08de1f3bb063b23b67e400adba14db27d520a36d
parent5ea47b9115304adaa1c7a67a0c7bd4075d0b212e (diff)
downloadaur-f8f303c0519c46b8268791f928d2d9e43e01808a.tar.gz
Updated to 3.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed431275637a..1e65037dc7cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 7 16:24:47 UTC 2017
+# Tue Sep 26 04:38:37 UTC 2017
pkgbase = python2-pwntools
pkgdesc = The CTF framework used by Gallopsled in every CTF
- pkgver = 3.8.0
+ pkgver = 3.9.0
pkgrel = 1
url = https://pwntools.com/
arch = any
@@ -32,8 +32,8 @@ pkgbase = python2-pwntools
conflicts = python2-pwntools
conflicts = python2-pwntools-git
options = strip
- source = https://github.com/Gallopsled/pwntools/archive/3.8.0.tar.gz
- sha256sums = 2abf4cc6b77928411c515f7b221d1414ed06b321d240f958c399e7638bc4998e
+ source = https://github.com/Gallopsled/pwntools/archive/3.9.0.tar.gz
+ sha256sums = bc62c6ae0ac0e9ea14e660b4a603355a53ca3134c1ab90b654e618eb2be6df5b
pkgname = python2-pwntools
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}"