binwalk: update to 2.3.3.
This commit is contained in:
parent
8437a1fc17
commit
22a3bc81ba
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'binwalk'
|
# Template file for 'binwalk'
|
||||||
pkgname=binwalk
|
pkgname=binwalk
|
||||||
version=2.3.1
|
version=2.3.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="binwalk"
|
pycompile_module="binwalk"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ReFirmLabs/binwalk"
|
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=7ec9d8fcb8686f4060d37e1096669e3ed8ce1194c91ad80199622448bcc01b19
|
checksum=7e32b94dc77632b51d18732b5456e2a3ef85e4521d7d4a54410e36f93859501f
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i -e 's;/etc/bash_completion.d/%s;%s.bash;' setup.py
|
vsed -i -e 's;/etc/bash_completion.d/%s;%s.bash;' setup.py
|
||||||
|
|
Loading…
Reference in a new issue