From 10b0ddb9135dfa2c74209ed9ad9ed7654e2d0800 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 8 Oct 2022 17:16:33 +0000 Subject: [PATCH] python-lief: update to 0.12.2 --- mingw-w64-python-lief/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-lief/PKGBUILD b/mingw-w64-python-lief/PKGBUILD index 72fd23e150..1f41574ad8 100644 --- a/mingw-w64-python-lief/PKGBUILD +++ b/mingw-w64-python-lief/PKGBUILD @@ -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() {