mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Ropper: update to 1.13.12.
This commit is contained in:
parent
a46c96b5c4
commit
d5c33b1723
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-Ropper'
|
# Template file for 'python3-Ropper'
|
||||||
pkgname=python3-Ropper
|
pkgname=python3-Ropper
|
||||||
version=1.13.10
|
version=1.13.12
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="capstone-python3 python3-filebytes keystone-python3 python3-setuptools"
|
depends="capstone-python3 python3-filebytes keystone-python3 python3-setuptools"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Find gadgets to build rop chains for different architectures"
|
short_desc="Find gadgets to build rop chains for different architectures"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://scoding.de/ropper/"
|
homepage="https://scoding.de/ropper/"
|
||||||
distfiles="https://github.com/sashs/Ropper/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sashs/Ropper/archive/v${version}.tar.gz"
|
||||||
checksum=ced95f6596d6e44dd639eae0f4dbc08e278db073143f43fb8a7dcaf0579120aa
|
checksum=a5059d38e887105b6a19b3d3987435ad9b018f67ae5020e002a38b71d765e786
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue