mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/python-pwntools to 4.7.1-1
This commit is contained in:
parent
97fe4ffa11
commit
6d865dd191
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
pkgname=python-pwntools
|
||||
_pyname=pwntools
|
||||
pkgver=4.7.0
|
||||
pkgrel=2
|
||||
pkgver=4.7.1
|
||||
pkgrel=1
|
||||
pkgdesc='CTF framework and exploit development library'
|
||||
url='https://github.com/Gallopsled/pwntools'
|
||||
arch=('any')
|
||||
|
@ -37,9 +37,9 @@ depends=('python'
|
|||
makedepends=('python-setuptools')
|
||||
source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
|
||||
pwn.conf)
|
||||
sha256sums=('0eae8558029e383f88b9569c7f711c5b3fc150fc02bd6256b116663809ae797a'
|
||||
sha256sums=('f16f73068b62fae0ffc0e06dcd1b2bcb037827204e6d6a50b5f811052a1df007'
|
||||
'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
|
||||
b2sums=('d3cb17a56e3449241ae264d260145d6e2aa607a614cb22fb79a55ef105352380a8f30c8cf22bc25e53700b2a54234380b8050c95f90ac6994156c9daf82dead3'
|
||||
b2sums=('5f77acc8188fe4042d96a438308ad1e7c22e2a8636b66320d18394833add7d7baef4fc8e6d925c302eac91d331da6aa7f89d91b17864f13db141ad378c0d36df'
|
||||
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue