From 6567f18d3e81f085f0154a76ca1ccbd0104640e8 Mon Sep 17 00:00:00 2001 From: thofma Date: Tue, 1 Dec 2020 11:20:27 +0100 Subject: [PATCH 1/2] [libsingular-julia]: version v0.2.2 --- L/libsingular_julia/build_tarballs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/L/libsingular_julia/build_tarballs.jl b/L/libsingular_julia/build_tarballs.jl index b8b5aae74a5..4a62db7f994 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"), + "4db87f8c8d68989dff577d602f8888ae3bbffd5f1b06a78fa5b535b9187d3e61"), ] # Bash recipe for building across all platforms From 2f444f3b6928495e3af65a0412b60fb0661ca951 Mon Sep 17 00:00:00 2001 From: thofma Date: Tue, 1 Dec 2020 11:44:53 +0100 Subject: [PATCH 2/2] Update build_tarballs.jl --- L/libsingular_julia/build_tarballs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L/libsingular_julia/build_tarballs.jl b/L/libsingular_julia/build_tarballs.jl index 4a62db7f994..2f194775d0f 100644 --- a/L/libsingular_julia/build_tarballs.jl +++ b/L/libsingular_julia/build_tarballs.jl @@ -9,7 +9,7 @@ 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", - "4db87f8c8d68989dff577d602f8888ae3bbffd5f1b06a78fa5b535b9187d3e61"), + "7de191972c8f116e70715808c96857de64140dd610aeb7d0b69fc869cf49593a"), ] # Bash recipe for building across all platforms