Skip to content

Commit a6cb969

Browse files
authored
[libsndfile] up to 1.0.31 (#3647)
1 parent 5a0de7a commit a6cb969

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: L/libsndfile/build_tarballs.jl

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
using BinaryBuilder
44

55
name = "libsndfile"
6-
version = v"1.0.28"
6+
version = v"1.0.31"
77

88
# Collection of sources required to build
99
sources = [
10-
ArchiveSource("http://www.mega-nerd.com/libsndfile/files/libsndfile-$(version).tar.gz",
11-
"1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9")
10+
ArchiveSource("https://github.com/libsndfile/libsndfile/releases/download/$(version)/libsndfile-$(version).tar.bz2",
11+
"a8cfb1c09ea6e90eff4ca87322d4168cdbe5035cb48717b40bf77e751cc02163")
1212
]
1313

1414
# Bash recipe for building across all platforms
@@ -21,7 +21,7 @@ make install
2121

2222
# These are the platforms we will build for by default, unless further
2323
# platforms are passed in on the command line
24-
platforms = supported_platforms()
24+
platforms = supported_platforms(;experimental=true)
2525

2626
# The products that we will ensure are always built
2727
products = [
@@ -47,4 +47,4 @@ dependencies = [
4747
]
4848

4949
# Build the tarballs, and possibly a `build.jl` as well.
50-
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
50+
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")

0 commit comments

Comments
 (0)