python3-Ropper: update to 1.13.6.
This commit is contained in:
parent
d9dbd4b103
commit
9166ba0bd3
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-Ropper'
|
# Template file for 'python3-Ropper'
|
||||||
pkgname=python3-Ropper
|
pkgname=python3-Ropper
|
||||||
version=1.13.5
|
version=1.13.6
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="Ropper-${version}"
|
wrksrc="Ropper-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="capstone-python3 python3-filebytes keystone-python3"
|
depends="capstone-python3 python3-filebytes keystone-python3"
|
||||||
|
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"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
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=b32329495645a6e0a8c1b2c4f4e330295a05b82eb8a5965051ad5c73e89bf371
|
checksum=a897597e323b3a83820db7e8ced386c398990cec99d67373eb83e8eafe4ff126
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue