gef: update to 2022.01.
This commit is contained in:
parent
b42607f639
commit
3cde1e6239
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'gef'
|
||||
pkgname=gef
|
||||
version=2021.10
|
||||
version=2022.01
|
||||
revision=1
|
||||
pycompile_dirs="usr/share/gef"
|
||||
pycompile_dirs="usr/lib/gef"
|
||||
depends="keystone-python3 capstone-python3 unicorn-python3 python3-Ropper"
|
||||
short_desc="GDB Enhanced Features for exploit devs & reversers"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://gef.readthedocs.io/en/master/"
|
||||
distfiles="https://github.com/hugsy/gef/archive/${version}.tar.gz"
|
||||
checksum=31b2658e9c72e29533ad9188fd991f79334ae00ea31b8dff3696f81a62606467
|
||||
checksum=bb1070dfee440577927d7fa1aa5d310d9fb7297d87ffd786ee63cc6ae7f0f177
|
||||
python_version="3"
|
||||
|
||||
do_install() {
|
||||
vlicense LICENSE
|
||||
vmkdir usr/share/gef
|
||||
vcopy gef.py usr/share/gef
|
||||
vmkdir usr/lib/gef
|
||||
vcopy gef.py usr/lib/gef
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue