@@ -8,14 +8,14 @@ products = [
8
8
]
9
9
10
10
# Download binaries from hosted location
11
- bin_prefix = " https://github.com/JuliaInterop/Cxx.jl/releases/download/libcxxffi-binaries/"
11
+ bin_prefix = " https://github.com/JuliaInterop/Cxx.jl/releases/download/libcxxffi-binaries-1.3 /"
12
12
13
13
# Listing of files generated by BinaryBuilder:
14
14
download_info = Dict (
15
- Linux (:x86_64 , libc= :glibc ) => (" $bin_prefix /libcxxffi.v0.0.0.x86_64-linux-gnu-gcc7 .tar.gz" , " cc53946f4867d95f543ad112db6a5ce40bbdf9f5b9a8982906a14c1cff5aaced " ),
16
- MacOS (:x86_64 ) => (" $bin_prefix /libcxxffi.v0.0.0.x86_64-apple-darwin14-gcc7 .tar.gz" , " 76aa1dfc7ecb97069043ed6e19b685371e04daf92d73201aaf054678e2a11cf1 " ),
17
- Windows (:x86_64 ) => (" $bin_prefix /libcxxffi.v0.0.0.x86_64-w64-mingw32-gcc7 .tar.gz" , " 9730c0c438e3cfcfc793d05e511b428e01aebf75085bd36582c822e220532790 " ),
18
- FreeBSD (:x86_64 ) => (" $bin_prefix /libcxxffi.v0.0.0.x86_64-unknown-freebsd11.1-gcc7.tar.gz" , " 930df7bf7ecded6936dd9f637787b7eade402c07c0c2b2b49c4e72329d6bd9ef" ),
15
+ Linux (:x86_64 , libc= :glibc ) => (" $bin_prefix /libcxxffi.v0.0.0.x86_64-linux-gnu-libgfortran4 .tar.gz" , " e7d2bf1791f0d03491ec2b918f7ba4b12bbaf1281e42fd54bcc0defb716c106e " ),
16
+ MacOS (:x86_64 ) => (" $bin_prefix /libcxxffi.v0.0.0.x86_64-apple-darwin14-libgfortran4 .tar.gz" , " ed170a5be89ddd7b5b672005b4fecba181f5b9f19b2c93c9dbae5334eb7dd167 " ),
17
+ Windows (:x86_64 ) => (" $bin_prefix /libcxxffi.v0.0.0.x86_64-w64-mingw32-libgfortran4 .tar.gz" , " b53aaab234a2e4241e81280bc587ca125296e82d8365ffd4b74b0cd422bc3416 " ),
18
+ # FreeBSD(:x86_64, compiler_abi=CompilerABI(:gcc7) ) => ("$bin_prefix/libcxxffi.v0.0.0.x86_64-unknown-freebsd11.1-gcc7.tar.gz", "930df7bf7ecded6936dd9f637787b7eade402c07c0c2b2b49c4e72329d6bd9ef"),
19
19
)
20
20
21
21
# Install unsatisfied or updated dependencies:
0 commit comments