libffi: Update to 3.5.1 (#24678)

This commit is contained in:
Christoph Reiter
2025-06-29 13:08:40 +02:00
committed by GitHub
parent 9aa1990209
commit a480b97d2b

View File

@@ -4,7 +4,7 @@
_realname=libffi
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.5.0
pkgver=3.5.1
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=('8c72678628a5dd8782f08ad421d5a441e42c1c5c1b33e0bc211cbfcf1f3b3978')
sha256sums=('f99eb68a67c7d54866b7706af245e87ba060d419a062474b456d3bc8d4abdbd1')
prepare() {
cd "${_realname}-${pkgver}"