diff --git a/G/GAP_pkg/GAP_pkg_deepthought/build_tarballs.jl b/G/GAP_pkg/GAP_pkg_deepthought/build_tarballs.jl index 8162f8556bb..7d0063912d2 100644 --- a/G/GAP_pkg/GAP_pkg_deepthought/build_tarballs.jl +++ b/G/GAP_pkg/GAP_pkg_deepthought/build_tarballs.jl @@ -2,16 +2,16 @@ # `julia build_tarballs.jl --help` to see a usage message. include("../common.jl") -gap_version = v"400.1401.5" +gap_version = v"400.1500.0" name = "deepthought" -upstream_version = "1.0.7" # when you increment this, reset offset to v"0.0.0" -offset = v"0.0.2" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes +upstream_version = "1.0.9" # when you increment this, reset offset to v"0.0.0" +offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes version = offset_version(upstream_version, offset) # Collection of sources required to build this JLL sources = [ ArchiveSource("https://github.com/gap-packages/DeepThought/releases/download/v$(upstream_version)/DeepThought-$(upstream_version).tar.gz", - "01d89babd2f62307bb0c4fe42303c6c645192ca6141ce02299c1c240e92ea93a"), + "4eda8cddaa8987473b963c740d6f1f647099a92112a1e7c8bba4fff7515fb5e4"), ] # Bash recipe for building across all platforms