update to 12.3: libffi

This commit is contained in:
2025-03-25 23:33:41 -04:00
parent 85bf1956d1
commit eb14859b09

View File

@@ -1,11 +1,11 @@
pkgname=libffi
pkgver=3.4.6
pkgver=3.4.7
pkgdesc='Portable foreign function interface library'
homepage='https://sourceware.org/libffi/'
license=(MIT)
sources=("${pkgname}-${pkgver}.tar.gz")
urls=("https://github.com/libffi/libffi/releases/download/v${pkgver}/${sources[0]}")
md5sums=("b9cac6c5997dca2b3787a59ede34e0eb")
md5sums=("696a1d483a1174ce8a477575546a5284")
src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1