extra/python-pwntools to 4.13.0-1

This commit is contained in:
Kevin Mihelich 2024-08-12 23:18:21 +00:00
parent 7361eb4271
commit 49d15c5736
2 changed files with 11 additions and 13 deletions

View file

@ -1,12 +1,10 @@
pkgbase = python-pwntools pkgbase = python-pwntools
pkgdesc = CTF framework and exploit development library pkgdesc = CTF framework and exploit development library
pkgver = 4.12.0 pkgver = 4.13.0
pkgrel = 2 pkgrel = 1
url = https://github.com/Gallopsled/pwntools url = https://github.com/Gallopsled/pwntools
arch = any arch = any
license = MIT license = BSD-2-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later AND MIT
license = GPL2
license = BSD
makedepends = pandoc makedepends = pandoc
makedepends = python-build makedepends = python-build
makedepends = python-installer makedepends = python-installer
@ -31,11 +29,11 @@ pkgbase = python-pwntools
depends = python-unicorn depends = python-unicorn
depends = ropgadget depends = ropgadget
backup = etc/pwn.conf 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 source = pwn.conf
sha256sums = 1eb1f4156ab2cd429b79cc5d7c69e6e788ea8af5dd84d15d7be4331e26a7d8b0 sha256sums = 20c0742b9d15af69ff21c7b89c9a7f211331c0e7fdad57fff4c1cfdf2a7c7d7a
sha256sums = 50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89 sha256sums = 50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89
b2sums = f4739b659f30b8f8522881cacaceed96e12a8c4c9591c738a3b1b98cbd8ec7ce49d2adbffb099deb470a72d9880c0c2aea2702ec8ea48dfe9894c780d549fa5e b2sums = 59a50621135e5e0fd247de37f9367d07155ab370fab5e5985a2e5900451d1d52b5b8362da2c1f59aaea36cfec9414345d2697256a4197fb0d31e90b4e58af45b
b2sums = cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07 b2sums = cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07
pkgname = python-pwntools pkgname = python-pwntools

View file

@ -8,12 +8,12 @@
pkgname=python-pwntools pkgname=python-pwntools
_pyname=pwntools _pyname=pwntools
pkgver=4.12.0 pkgver=4.13.0
pkgrel=2 pkgrel=1
pkgdesc='CTF framework and exploit development library' pkgdesc='CTF framework and exploit development library'
url='https://github.com/Gallopsled/pwntools' url='https://github.com/Gallopsled/pwntools'
arch=('any') 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=( depends=(
'python' 'python'
'python-capstone' 'python-capstone'
@ -43,9 +43,9 @@ makedepends=(
backup=('etc/pwn.conf') backup=('etc/pwn.conf')
source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
pwn.conf) pwn.conf)
sha256sums=('1eb1f4156ab2cd429b79cc5d7c69e6e788ea8af5dd84d15d7be4331e26a7d8b0' sha256sums=('20c0742b9d15af69ff21c7b89c9a7f211331c0e7fdad57fff4c1cfdf2a7c7d7a'
'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89') '50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
b2sums=('f4739b659f30b8f8522881cacaceed96e12a8c4c9591c738a3b1b98cbd8ec7ce49d2adbffb099deb470a72d9880c0c2aea2702ec8ea48dfe9894c780d549fa5e' b2sums=('59a50621135e5e0fd247de37f9367d07155ab370fab5e5985a2e5900451d1d52b5b8362da2c1f59aaea36cfec9414345d2697256a4197fb0d31e90b4e58af45b'
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07') 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
build() { build() {