diff --git a/extra/python-pwntools/.SRCINFO b/extra/python-pwntools/.SRCINFO index 925b2bdf5..6298555bf 100644 --- a/extra/python-pwntools/.SRCINFO +++ b/extra/python-pwntools/.SRCINFO @@ -1,12 +1,10 @@ pkgbase = python-pwntools pkgdesc = CTF framework and exploit development library - pkgver = 4.12.0 - pkgrel = 2 + pkgver = 4.13.0 + pkgrel = 1 url = https://github.com/Gallopsled/pwntools arch = any - license = MIT - license = GPL2 - license = BSD + license = BSD-2-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later AND MIT makedepends = pandoc makedepends = python-build makedepends = python-installer @@ -31,11 +29,11 @@ pkgbase = python-pwntools depends = python-unicorn depends = ropgadget backup = etc/pwn.conf - source = https://github.com/Gallopsled/pwntools/archive/4.12.0/python-pwntools-4.12.0.tar.gz + source = https://github.com/Gallopsled/pwntools/archive/4.13.0/python-pwntools-4.13.0.tar.gz source = pwn.conf - sha256sums = 1eb1f4156ab2cd429b79cc5d7c69e6e788ea8af5dd84d15d7be4331e26a7d8b0 + sha256sums = 20c0742b9d15af69ff21c7b89c9a7f211331c0e7fdad57fff4c1cfdf2a7c7d7a sha256sums = 50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89 - b2sums = f4739b659f30b8f8522881cacaceed96e12a8c4c9591c738a3b1b98cbd8ec7ce49d2adbffb099deb470a72d9880c0c2aea2702ec8ea48dfe9894c780d549fa5e + b2sums = 59a50621135e5e0fd247de37f9367d07155ab370fab5e5985a2e5900451d1d52b5b8362da2c1f59aaea36cfec9414345d2697256a4197fb0d31e90b4e58af45b b2sums = cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07 pkgname = python-pwntools diff --git a/extra/python-pwntools/PKGBUILD b/extra/python-pwntools/PKGBUILD index 680cdd9b0..7ff17d6d5 100644 --- a/extra/python-pwntools/PKGBUILD +++ b/extra/python-pwntools/PKGBUILD @@ -8,12 +8,12 @@ pkgname=python-pwntools _pyname=pwntools -pkgver=4.12.0 -pkgrel=2 +pkgver=4.13.0 +pkgrel=1 pkgdesc='CTF framework and exploit development library' url='https://github.com/Gallopsled/pwntools' arch=('any') -license=('MIT' 'GPL2' 'BSD') +license=('BSD-2-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later AND MIT') depends=( 'python' 'python-capstone' @@ -43,9 +43,9 @@ makedepends=( backup=('etc/pwn.conf') source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz pwn.conf) -sha256sums=('1eb1f4156ab2cd429b79cc5d7c69e6e788ea8af5dd84d15d7be4331e26a7d8b0' +sha256sums=('20c0742b9d15af69ff21c7b89c9a7f211331c0e7fdad57fff4c1cfdf2a7c7d7a' '50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89') -b2sums=('f4739b659f30b8f8522881cacaceed96e12a8c4c9591c738a3b1b98cbd8ec7ce49d2adbffb099deb470a72d9880c0c2aea2702ec8ea48dfe9894c780d549fa5e' +b2sums=('59a50621135e5e0fd247de37f9367d07155ab370fab5e5985a2e5900451d1d52b5b8362da2c1f59aaea36cfec9414345d2697256a4197fb0d31e90b4e58af45b' 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07') build() {