diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-16 23:49:36 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-16 23:49:36 +0800 |
| commit | 976e1f91e4230804944a19026ffc9e3a2f831d65 (patch) | |
| tree | 2793454557b822213611e56ca2561b66537f59be | |
| parent | 043e4f2cde9ef8707c534254bc296315c0759bf5 (diff) | |
| download | alicelinux-976e1f91e4230804944a19026ffc9e3a2f831d65.tar.gz alicelinux-976e1f91e4230804944a19026ffc9e3a2f831d65.zip | |
libffi: updated to 3.4.7
| -rw-r--r-- | repos/extra/libffi/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libffi/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/libffi/.checksum b/repos/extra/libffi/.checksum index ceda5df1..0ad61a36 100644 --- a/repos/extra/libffi/.checksum +++ b/repos/extra/libffi/.checksum @@ -1 +1 @@ -c7d7a36b1dad81ff39ca53f3a11c3e01450dfb2d787e05ca60cfe1b4b6491759 libffi-3.4.6.tar.gz +a55f8c8b09f5e70b8f19a01c42fe4371e60e194a307906150bf2d391bdfd8682 libffi-3.4.7.tar.gz diff --git a/repos/extra/libffi/abuild b/repos/extra/libffi/abuild index c60837b0..2f4b5d26 100644 --- a/repos/extra/libffi/abuild +++ b/repos/extra/libffi/abuild @@ -1,5 +1,5 @@ name=libffi -version=3.4.6 +version=3.4.7 release=1 source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.gz" build_opt="--with-gcc-arch=x86-64" |