diff --git a/L/libsingular_julia/build_tarballs.jl b/L/libsingular_julia/build_tarballs.jl index aa7f7151fab..112b5cb4418 100644 --- a/L/libsingular_julia/build_tarballs.jl +++ b/L/libsingular_julia/build_tarballs.jl @@ -9,7 +9,7 @@ uuid = Base.UUID("a83860b7-747b-57cf-bf1f-3e79990d037f") delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid) name = "libsingular_julia" -version = v"0.45.6" +version = v"0.46.0" # Collection of sources required to build libsingular-julia sources = [ @@ -50,10 +50,10 @@ products = [ # Dependencies that must be installed before this package can be built dependencies = [ - BuildDependency(PackageSpec(;name="libjulia_jll", version=v"1.10.9")), + BuildDependency(PackageSpec(;name="libjulia_jll", version=v"1.10.11")), BuildDependency("GMP_jll"), BuildDependency("MPFR_jll"), - Dependency("libcxxwrap_julia_jll"; compat = "~0.11.2"), + Dependency("libcxxwrap_julia_jll"; compat = "~0.13.2"), # we do not set a compat entry for Singular_jll -- instead we leave it to # Singular.jl to ensure the right versions of libsingular_julia_jll and # Singular_jll are paired. This gives us flexibility in the development