File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
G/GAP_pkg/GAP_pkg_datastructures Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ include("../common.jl")
44
55gap_version = v " 400.1500.0"
66name = " datastructures"
7- upstream_version = " 0.3.3 " # when you increment this, reset offset to v"0.0.0"
7+ upstream_version = " 0.4.0 " # when you increment this, reset offset to v"0.0.0"
88offset = v " 1.0.0" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes
99version = offset_version (upstream_version, offset)
1010
1111# Collection of sources required to build this JLL
1212sources = [
1313 ArchiveSource (" https://github.com/gap-packages/datastructures/releases/download/v$(upstream_version) /datastructures-$(upstream_version) .tar.gz" ,
14- " c0231ad18ae23a4da6c62373df5032c3bd284dae922e05362551fe55a6a14c0d " ),
14+ " c6ba1b9a43973e085b9f2b6bc70c216b1b297957cf59bde904e98387acf2cb3f " ),
1515]
1616
1717# Bash recipe for building across all platforms
You can’t perform that action at this time.
0 commit comments