Skip to content

Commit

Permalink
Bump libffi from 3.2.1 to latest 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Jan 8, 2025
1 parent be8f9e9 commit 1b7e556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ libffi_build ()

libffi_install ()
{
libffi_version='libffi-3.2.1'
libffi_lib_tar="v3.2.1.tar.gz"
libffi_lib_sha='96d08dee6f262beea1a18ac9a3801f64018dc4521895e9198d029d6850febe23'
libffi_version='libffi-3.4.6'
libffi_lib_tar="v3.4.6.tar.gz"
libffi_lib_sha='9ac790464c1eb2f5ab5809e978a1683e9393131aede72d1b0a0703771d3c6cda'
libffi_url="https://github.com/libffi/libffi/archive"

if check_skip_build "${libffi_version}"; then
Expand Down

0 comments on commit 1b7e556

Please sign in to comment.