Skip to content

Commit d9c42b1

Browse files
authored
[GAP_pkg_coholomo] Update to v1.6.12 (#12347)
1 parent 32d36c1 commit d9c42b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

G/GAP_pkg/GAP_pkg_cohomolo/build_tarballs.jl

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

55
name = "cohomolo"
6-
upstream_version = "1.6.11" # when you increment this, reset offset to v"0.0.0"
6+
upstream_version = "1.6.12" # when you increment this, reset offset to v"0.0.0"
77
offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes
88
version = offset_version(upstream_version, offset)
99

@@ -12,7 +12,7 @@ version = offset_version(upstream_version, offset)
1212
# Collection of sources required to build this JLL
1313
sources = [
1414
ArchiveSource("https://github.com/gap-packages/cohomolo/releases/download/v$(upstream_version)/cohomolo-$(upstream_version).tar.gz",
15-
"63e9ff01c73e3c263b57407075a77d7981bbb32b6a1b611610f092781db5d7e5"),
15+
"9f68a987685affd3510a21c4a7d2b1260a6a98f237c5ac76531e4980616532a8"),
1616
]
1717

1818
# Bash recipe for building across all platforms

G/GAP_pkg/update.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using GZip
77
using JSON
88
using SHA
99

10-
upstream_version = v"4.15.0"
10+
upstream_version = v"4.15.1"
1111
gap_version = v"400.1500.000"
1212
gap_lib_version = v"400.1500.000"
1313

0 commit comments

Comments
 (0)