libffi: Update to 3.5.2

This commit is contained in:
Christoph Reiter 2025-09-10 16:10:04 +02:00
parent 4eb9180bb4
commit b83f165eab

View File

@ -4,7 +4,7 @@
_realname=libffi
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.5.1
pkgver=3.5.2
pkgrel=1
pkgdesc="A portable, high level programming interface to various calling conventions (mingw-w64)"
arch=('any')
@ -17,7 +17,7 @@ msys2_references=(
"cpe: cpe:/a:libffi_project:libffi"
)
source=("https://github.com/libffi/libffi/releases/download/v$pkgver/libffi-$pkgver.tar.gz")
sha256sums=('f99eb68a67c7d54866b7706af245e87ba060d419a062474b456d3bc8d4abdbd1')
sha256sums=('f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc')
prepare() {
cd "${_realname}-${pkgver}"