diff --git a/G/GAP_pkg/GAP_pkg_browse/build_tarballs.jl b/G/GAP_pkg/GAP_pkg_browse/build_tarballs.jl index f6c653c10e5..e4c52be473f 100644 --- a/G/GAP_pkg/GAP_pkg_browse/build_tarballs.jl +++ b/G/GAP_pkg/GAP_pkg_browse/build_tarballs.jl @@ -2,10 +2,10 @@ # `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 = "Browse" upstream_version = "1.8.21" # when you increment this, reset offset to v"0.0.0" -offset = v"0.0.3" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes +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