Skip to content

Commit 99128aa

Browse files
authored
[GAP_pkg_datastructures] Update to v0.4.0 (#12348)
1 parent d9c42b1 commit 99128aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

G/GAP_pkg/GAP_pkg_datastructures/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ include("../common.jl")
44

55
gap_version = v"400.1500.0"
66
name = "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"
88
offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes
99
version = offset_version(upstream_version, offset)
1010

1111
# Collection of sources required to build this JLL
1212
sources = [
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

0 commit comments

Comments
 (0)