diff options
author | Duncaen <duncaen@voidlinux.org> | 2024-11-09 00:13:16 +0000 |
---|---|---|
committer | Duncaen <duncaen@voidlinux.org> | 2024-11-09 00:13:16 +0000 |
commit | 83c819397e33f49c23099b6ac89d1d30abb93faf (patch) | |
tree | 9063931637be2451bb0deb7e4dbf6bda888c6cce | |
parent | 9bfa63184bb5e519a8a8d460ebaf882226892a23 (diff) | |
download | void-packages-83c819397e33f49c23099b6ac89d1d30abb93faf.tar void-packages-83c819397e33f49c23099b6ac89d1d30abb93faf.tar.gz void-packages-83c819397e33f49c23099b6ac89d1d30abb93faf.tar.bz2 void-packages-83c819397e33f49c23099b6ac89d1d30abb93faf.tar.lz void-packages-83c819397e33f49c23099b6ac89d1d30abb93faf.tar.xz void-packages-83c819397e33f49c23099b6ac89d1d30abb93faf.tar.zst void-packages-83c819397e33f49c23099b6ac89d1d30abb93faf.zip |
binwalk: update to 2.4.3.
-rw-r--r-- | srcpkgs/binwalk/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template index 8298d8af36a..f4e69b04007 100644 --- a/srcpkgs/binwalk/template +++ b/srcpkgs/binwalk/template @@ -1,6 +1,6 @@ # Template file for 'binwalk' pkgname=binwalk -version=2.4.2 +version=2.4.3 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>" license="MIT" homepage="https://github.com/OSPG/binwalk" distfiles="https://github.com/OSPG/binwalk/archive/v${version}.tar.gz" -checksum=36b11a4d245bce9663c2c17085282eb1012716c9f0f6754497126b1ad25cd4e7 +checksum=1b48aa2167dda6b434d6c98bdfbf513358ed65ca10d5e5dd90893718cabcdfab post_extract() { vsed -i -e 's;/etc/bash_completion.d/%s;%s.bash;' setup.py |