Skip to content

Commit

Permalink
python-binwalk: update to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Sep 26, 2024
1 parent 51ef13c commit 1256db4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions mingw-w64-python-binwalk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=binwalk
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.4.1
pkgrel=2
pkgver=2.4.2
pkgrel=1
pkgdesc="A tool for searching a given binary image for embedded files (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -16,11 +16,10 @@ license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=("https://github.com/OSPG/binwalk/archive/v${pkgver}/${_realname}-v${pkgver}.tar.gz")
sha256sums=('26d13afd3610b39a38a3062a34c05d94dacda3f6f6aa6d1d19e42b61fabe1c8f')
sha256sums=('36b11a4d245bce9663c2c17085282eb1012716c9f0f6754497126b1ad25cd4e7')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit 1256db4

Please sign in to comment.