mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/python-pwntools to 4.13.1-1
This commit is contained in:
parent
8e882852c0
commit
d3eef0adf1
2 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-pwntools
|
||||
pkgdesc = CTF framework and exploit development library
|
||||
pkgver = 4.13.0
|
||||
pkgver = 4.13.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/Gallopsled/pwntools
|
||||
arch = any
|
||||
|
@ -27,13 +27,14 @@ pkgbase = python-pwntools
|
|||
depends = python-six
|
||||
depends = python-sortedcontainers
|
||||
depends = python-unicorn
|
||||
depends = python-zstandard
|
||||
depends = ropgadget
|
||||
backup = etc/pwn.conf
|
||||
source = https://github.com/Gallopsled/pwntools/archive/4.13.0/python-pwntools-4.13.0.tar.gz
|
||||
source = https://github.com/Gallopsled/pwntools/archive/4.13.1/python-pwntools-4.13.1.tar.gz
|
||||
source = pwn.conf
|
||||
sha256sums = 20c0742b9d15af69ff21c7b89c9a7f211331c0e7fdad57fff4c1cfdf2a7c7d7a
|
||||
sha256sums = 0a7982f5a6a92b3e5a98591cf91a55fee16ea713c1b364ab0fdc2afcad4a030c
|
||||
sha256sums = 50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89
|
||||
b2sums = 59a50621135e5e0fd247de37f9367d07155ab370fab5e5985a2e5900451d1d52b5b8362da2c1f59aaea36cfec9414345d2697256a4197fb0d31e90b4e58af45b
|
||||
b2sums = e7f83e877f4f5b870bc7d2036d22746d997877c9de6bb76bf21010c6c5052d617670424d6a347455547085d385a165b7d00ca5c16b9789817690e5b128ba66d9
|
||||
b2sums = cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07
|
||||
|
||||
pkgname = python-pwntools
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=python-pwntools
|
||||
_pyname=pwntools
|
||||
pkgver=4.13.0
|
||||
pkgver=4.13.1
|
||||
pkgrel=1
|
||||
pkgdesc='CTF framework and exploit development library'
|
||||
url='https://github.com/Gallopsled/pwntools'
|
||||
|
@ -34,6 +34,7 @@ depends=(
|
|||
'python-six'
|
||||
'python-sortedcontainers'
|
||||
'python-unicorn'
|
||||
'python-zstandard'
|
||||
'ropgadget'
|
||||
)
|
||||
makedepends=(
|
||||
|
@ -43,9 +44,9 @@ makedepends=(
|
|||
backup=('etc/pwn.conf')
|
||||
source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
|
||||
pwn.conf)
|
||||
sha256sums=('20c0742b9d15af69ff21c7b89c9a7f211331c0e7fdad57fff4c1cfdf2a7c7d7a'
|
||||
sha256sums=('0a7982f5a6a92b3e5a98591cf91a55fee16ea713c1b364ab0fdc2afcad4a030c'
|
||||
'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
|
||||
b2sums=('59a50621135e5e0fd247de37f9367d07155ab370fab5e5985a2e5900451d1d52b5b8362da2c1f59aaea36cfec9414345d2697256a4197fb0d31e90b4e58af45b'
|
||||
b2sums=('e7f83e877f4f5b870bc7d2036d22746d997877c9de6bb76bf21010c6c5052d617670424d6a347455547085d385a165b7d00ca5c16b9789817690e5b128ba66d9'
|
||||
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue