binwalk, bump version (#10307)

This commit is contained in:
Schrijvers Luc
2024-04-09 08:53:16 +02:00
committed by GitHub
parent 8618fc9ca0
commit 890fec9c8f

View File

@@ -1,11 +1,12 @@
SUMMARY="A firmware analysis tool"
DESCRIPTION="A fast, easy to use tool for analyzing, reverse engineering, and extracting data from binary firmware images."
DESCRIPTION="A fast, easy to use tool for analyzing, reverse engineering, and extracting data \
from binary firmware images."
HOMEPAGE="https://github.com/ReFirmLabs/binwalk"
COPYRIGHT="2010-2015 Craig Heffner"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/ReFirmLabs/binwalk/archive/v${portVersion}.tar.gz"
CHECKSUM_SHA256="f5495f0e4c5575023d593f7c087c367675df6aeb7f4d9a2966e49763924daa27"
SOURCE_URI="https://github.com/OSPG/binwalk/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="69d39f02b95c31b6dc07da0927070cadfcc5647a7e46281b6b0c7656887bfeb8"
ARCHITECTURES="any"
@@ -27,6 +28,7 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:python3
setuptools_python310
"
BUILD()