binwalk: update to 2.2.0.

This commit is contained in:
Duncaen 2019-10-17 12:17:29 +02:00
parent 5b508405b6
commit becbc34ae1

View file

@ -1,18 +1,27 @@
# Template build file for 'binwalk'. # Template file for 'binwalk'
pkgname=binwalk pkgname=binwalk
version=2.1.1 version=2.2.0
revision=4 revision=1
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
pycompile_module="binwalk" pycompile_module="binwalk"
hostmakedepends="python3" hostmakedepends="python3"
depends="python3" depends="python3"
checkdepends="python3-nose"
short_desc="Easy tool for analyzing/reversing/extracting firmware images" short_desc="Easy tool for analyzing/reversing/extracting firmware images"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
homepage="http://www.binwalk.org"
license="MIT" license="MIT"
homepage="https://github.com/ReFirmLabs/binwalk"
distfiles="https://github.com/ReFirmLabs/binwalk/archive/v${version}.tar.gz" distfiles="https://github.com/ReFirmLabs/binwalk/archive/v${version}.tar.gz"
checksum=1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a checksum=f5495f0e4c5575023d593f7c087c367675df6aeb7f4d9a2966e49763924daa27
post_extract() {
vsed -i -e 's;/etc/bash_completion.d/%s;%s.bash;' setup.py
}
do_check() {
PYTHONPATH="${wrksrc}/src" python3 setup.py test
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE