summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 271c73b1bdd9..6e64dedbcc2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 23 05:25:06 UTC 2016
+# Mon Jan 2 17:34:03 UTC 2017
pkgbase = python2-pwntools
pkgdesc = The CTF framework used by Gallopsled in every CTF
- pkgver = 3.1.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://pwntools.com/
arch = any
@@ -29,8 +29,8 @@ pkgbase = python2-pwntools
conflicts = python2-pwntools
conflicts = python2-pwntools-git
options = strip
- source = https://github.com/Gallopsled/pwntools/archive/3.1.0.tar.gz
- sha1sums = 4aeb40f60f33fd8a8a66026c3f051c0ef6bd412b
+ source = https://github.com/Gallopsled/pwntools/archive/3.3.0.tar.gz
+ sha256sums = 323775fb33ef289065a39817ff0b53a4e1bf6383723ba9553b7e1c1ef1b8bc24
pkgname = python2-pwntools
diff --git a/PKGBUILD b/PKGBUILD
index e03640441048..7c9838ab2383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=python2-pwntools
-pkgver=3.1.0
+pkgver=3.3.0
pkgrel=1
pkgdesc='The CTF framework used by Gallopsled in every CTF'
arch=('any')
@@ -26,7 +26,7 @@ depends=('python2>=2.7'
conflicts=('python2-pwntools' 'python2-pwntools-git')
options=('strip')
source=("https://github.com/Gallopsled/pwntools/archive/${pkgver}.tar.gz")
-sha1sums=('4aeb40f60f33fd8a8a66026c3f051c0ef6bd412b')
+sha256sums=('323775fb33ef289065a39817ff0b53a4e1bf6383723ba9553b7e1c1ef1b8bc24')
_repodir="pwntools-${pkgver}"