mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/python-pwntools to 4.5.0-1
This commit is contained in:
parent
5e5f5fa928
commit
f802b30a35
1 changed files with 5 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=python-pwntools
|
||||
_pyname=pwntools
|
||||
pkgver=4.4.0
|
||||
pkgver=4.5.0
|
||||
pkgrel=1
|
||||
pkgdesc='CTF framework and exploit development library'
|
||||
url='https://github.com/Gallopsled/pwntools'
|
||||
|
@ -31,13 +31,15 @@ depends=('python'
|
|||
'python-sortedcontainers'
|
||||
'python-unicorn'
|
||||
'python-paramiko'
|
||||
'python-colored-traceback'
|
||||
'python-rpyc'
|
||||
'ropgadget')
|
||||
makedepends=('python-setuptools')
|
||||
source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
|
||||
pwn.conf)
|
||||
sha256sums=('d6eb197a3173fc66e3479b65211d002951bd719215063e5bd7a2af6c767d2b76'
|
||||
sha256sums=('0661601cdc59108da6f9c4538f7208e65074b797941f0509841b1a7b5c2de392'
|
||||
'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
|
||||
b2sums=('bb9f313f17f8c43df2387db6f47f7337a8c615419f5d6e99dfb447782a7189a60d4dc012beb90c2419c370aa083cbea0810d6518f181d88dcc8c9e99ff3c21df'
|
||||
b2sums=('13f4e0ecbca87f66ce7068fa5559452199af7d45ad9674f15248b487fcc18dba5999d1abc01c59b27431c53c13c262e0c78f81bfa04805e099b855396f6d869b'
|
||||
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue