Skip to content

Commit

Permalink
Libffi: New version 3.4.6 (JuliaPackaging#8275)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored Mar 10, 2024
1 parent de2b80e commit ff6c554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L/Libffi/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using BinaryBuilder

name = "Libffi"
upstream_version = "3.4.4"
upstream_version = "3.4.6"
version = VersionNumber(upstream_version)

# Collection of sources required to build libffi
sources = [
ArchiveSource("https://github.com/libffi/libffi/releases/download/v$(upstream_version)/libffi-$(upstream_version).tar.gz",
"d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676"),
"b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e"),
]

# Bash recipe for building across all platforms
Expand Down

0 comments on commit ff6c554

Please sign in to comment.