python-lief: update to 0.12.2

This commit is contained in:
Mehdi Chinoune
2022-10-08 17:16:33 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 1e8388f0ba
commit 10b0ddb913

View File

@@ -4,7 +4,7 @@ _realname=lief
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgdesc="LIEF - Library to Instrument Executable Formats (mingw-w64)"
pkgver=0.12.1
pkgver=0.12.2
pkgrel=1
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
options=('staticlibs' '!strip' '!debug')
source=(lief-${pkgver}.zip::https://pypi.io/packages/source/l/lief/lief-${pkgver}.zip
lief.patch)
sha256sums=('4ff4ccfae2e1ee4ccba2b5556027dbb56282b8a973c5835c5b597e8b7b664416'
sha256sums=('d6fbab6a7cd4c30db83646c893aa4f43b15628e635711c2cf20e9a27be963469'
'a85f8ae0cc72dd675bc6a9a5276f65c1136d07969976888b2609d378b4e81479')
prepare() {