diff --git a/L/libsingular_julia/build_tarballs.jl b/L/libsingular_julia/build_tarballs.jl index b8b5aae74a5..2f194775d0f 100644 --- a/L/libsingular_julia/build_tarballs.jl +++ b/L/libsingular_julia/build_tarballs.jl @@ -4,12 +4,12 @@ using BinaryBuilder import Pkg: PackageSpec const name = "libsingular_julia" -const version = v"0.2.0" +const version = v"0.2.2" # Collection of sources required to build libsingular-julia const sources = [ ArchiveSource("https://github.com/oscar-system/libsingular-julia/archive/v$(version).tar.gz", - "ee4e5ef96caf9d18553600d87f922e5d40cb1c7d30a1697c92b23b493498db1a"), + "7de191972c8f116e70715808c96857de64140dd610aeb7d0b69fc869cf49593a"), ] # Bash recipe for building across all platforms