diff --git a/G/GAP_pkg/GAP_pkg_digraphs/build_tarballs.jl b/G/GAP_pkg/GAP_pkg_digraphs/build_tarballs.jl index 00c96850fd7..635fcd8fca4 100644 --- a/G/GAP_pkg/GAP_pkg_digraphs/build_tarballs.jl +++ b/G/GAP_pkg/GAP_pkg_digraphs/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 = "digraphs" -upstream_version = "1.9.0" # 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.13.1" # 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/digraphs/Digraphs/releases/download/v$(upstream_version)/digraphs-$(upstream_version).tar.gz", - "08dcc08be73a042f85ec1694111f91b1026b3241483f74f7100b308bbf9c4f11"), + "b965094b187b448c36edac9eb8400809adcd3045df7067aea47ba3dd5fec7396"), ] # Bash recipe for building across all platforms