Skip to content

Commit

Permalink
Musl: New version 1.2.5 (#10075)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored Dec 23, 2024
1 parent dbfe8af commit b66289a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M/Musl/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using BinaryBuilder

name = "Musl"
version = v"1.2.4"
version = v"1.2.5"

# sources to build, such as mingw32, our patches, etc....
sources = [
ArchiveSource("https://www.musl-libc.org/releases/musl-$(version).tar.gz",
"7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039"),
"a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4"),
]

# Bash recipe for building across all platforms
Expand Down

0 comments on commit b66289a

Please sign in to comment.