libffi: Update to 3.5.2 (#5622)

This commit is contained in:
Christoph Reiter 2025-09-10 16:34:03 +02:00 committed by GitHub
parent 7233389391
commit 05abbe40bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
pkgbase=libffi
pkgname=('libffi' 'libffi-devel')
pkgver=3.5.1
pkgver=3.5.2
pkgrel=1
pkgdesc="Portable, high level programming interface to various calling conventions"
arch=('i686' 'x86_64')
@ -17,7 +17,7 @@ depends=()
checkdepends=('dejagnu')
makedepends=('autotools' 'gcc')
source=(https://github.com/libffi/libffi/releases/download/v$pkgver/libffi-$pkgver.tar.gz)
sha256sums=('f99eb68a67c7d54866b7706af245e87ba060d419a062474b456d3bc8d4abdbd1')
sha256sums=('f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc')
prepare() {
cd ${pkgname}-${pkgver}