Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0850a2f
Update jll version scheme
lgoettgens Sep 6, 2025
0ca2a72
Fix update.jl
lgoettgens Sep 6, 2025
e59c898
Update `ace` to 5.7.0
lgoettgens Sep 6, 2025
322415a
Update `anupq`to 3.3.2
lgoettgens Sep 6, 2025
3c457a3
Rebuild `browse` for new gap
lgoettgens Sep 6, 2025
77ff511
Touch `caratinterface` for updated versioning scheme
lgoettgens Sep 6, 2025
854c91c
Update `cddinterface` to 2025.06.24
lgoettgens Sep 6, 2025
4019107
Touch `cohomolo` for updated versioning scheme
lgoettgens Sep 6, 2025
dbf10e3
Update `crpyting` to 0.10.6
lgoettgens Sep 6, 2025
6242adf
Update `curlinterface` to 2.4.2
lgoettgens Sep 6, 2025
15863fa
Update `cvec` to 2.8.4
lgoettgens Sep 6, 2025
0d5c1cd
Update `datastructures` to 0.3.3
lgoettgens Sep 6, 2025
d298710
Update `deepthought` to 1.0.9
lgoettgens Sep 6, 2025
1257db8
Update `digraphs` to 1.11.0
lgoettgens Sep 6, 2025
35584a7
Update `digraphs` to 1.12.0
lgoettgens Sep 8, 2025
f47fe5e
Rebuild `edim` with new gap
lgoettgens Sep 6, 2025
e89deea
Rebuild `ferret` with new gap
lgoettgens Sep 6, 2025
4afd7e0
Update `float` to 1.0.9
lgoettgens Sep 6, 2025
019e44a
Update `fplsa` to 1.2.7
lgoettgens Sep 6, 2025
61deca1
Rebuild `gauss` with new gap
lgoettgens Sep 6, 2025
4de168d
Update `guava` to 3.20
lgoettgens Sep 6, 2025
79a63f4
Update `io` to 4.9.3
lgoettgens Sep 6, 2025
39a8df4
Update `json` to 2.2.3
lgoettgens Sep 6, 2025
134096c
Touch `kbmag` for new versioning scheme
lgoettgens Sep 6, 2025
1dff3ea
Update `normalizinterface` to 1.4.1
lgoettgens Sep 6, 2025
5ecb6da
Touch `nq` for new versioning scheme
lgoettgens Sep 6, 2025
8e8f628
Update `orb` to 5.0.1
lgoettgens Sep 6, 2025
cddb9bb
Update `profiling` to 2.6.2
lgoettgens Sep 6, 2025
0a1f3f8
Update `semigroups` to 5.5.4
lgoettgens Sep 6, 2025
8f09f26
Touch `simpcomp` for new versioning scheme
lgoettgens Sep 6, 2025
32037e7
Update `zeromqinterface` to 0.17
lgoettgens Sep 6, 2025
3c44c65
[GAP_pkg_juliainterface] Rebuild with GAP 4.15.0
lgoettgens Sep 1, 2025
58f4ad9
Adapt `juliainterface` to build changes in gap-system/gap#6007
lgoettgens Sep 3, 2025
29bbcee
Fix juliainterface rebuilding on macos
lgoettgens Sep 11, 2025
489a39e
Update `update.jl` for beta2
lgoettgens Sep 22, 2025
11a34a6
Update `digraphs` to 1.12.1
lgoettgens Sep 22, 2025
d248ac8
Update `ferret` to 1.0.15
lgoettgens Sep 22, 2025
f4d1514
`simpcomp` needs to expand cxxstring abis
lgoettgens Sep 23, 2025
31040df
Update `update.jl` for beta3
lgoettgens Sep 24, 2025
68f5ac4
Update `digraphs` to 1.12.2
lgoettgens Sep 24, 2025
7ba25f8
Update `juliainterface` to latest master
lgoettgens Sep 24, 2025
a831278
Update `update.jl` for 4.15.0
lgoettgens Sep 29, 2025
8a72af9
Update `digraphs` to 1.13.1
lgoettgens Sep 29, 2025
2699479
TEMPORARY: Use local version of GAP_jll
lgoettgens Sep 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions G/GAP_pkg/GAP_pkg_ace/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
include("../common.jl")

name = "ace"
upstream_version = "5.6.2" # when you increment this, reset offset to v"0.0.0"
offset = v"0.0.1" # increment this when rebuilding with unchanged upstream_version
upstream_version = "5.7.0" # 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)

# This package only produces an executable and does not need GAP for this at all.

# Collection of sources required to build this JLL
sources = [
ArchiveSource("https://github.com/gap-packages/ace/releases/download/v$(upstream_version)/ace-$(upstream_version).tar.gz",
"9cc94cd6327147b8b538341ba7594e4252a80ca7c960ac6749224efa437c9b66"),
"7123e4100f1340a791d20bca1a8d9e6d9f09fe74a1c5fb15f1723899a1bb4553"),
]

# Bash recipe for building across all platforms
Expand Down
6 changes: 3 additions & 3 deletions G/GAP_pkg/GAP_pkg_anupq/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
include("../common.jl")

name = "anupq"
upstream_version = "3.3.1" # when you increment this, reset offset to v"0.0.0"
offset = v"0.0.1" # increment this when rebuilding with unchanged upstream_version
upstream_version = "3.3.2" # 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)

# This package only produces an executable and does not need GAP for this at all.
Expand All @@ -13,7 +13,7 @@ version = offset_version(upstream_version, offset)
# Collection of sources required to build this JLL
sources = [
ArchiveSource("https://github.com/gap-packages/anupq/releases/download/v$(upstream_version)/anupq-$(upstream_version).tar.gz",
"fba1526f9e904e13ee7a9b980c795fbf27a8276c6734d684c1f91ebb3a1926b6"),
"2ee92fc2314ad139cc6800a8a21e5dfbde04a6182f4867dc32c20024b2ac3bca"),
]

# Bash recipe for building across all platforms
Expand Down
4 changes: 2 additions & 2 deletions G/GAP_pkg/GAP_pkg_browse/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion G/GAP_pkg/GAP_pkg_caratinterface/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include("../common.jl")

name = "caratinterface"
upstream_version = "2.3.7" # when you increment this, reset offset to v"0.0.0"
offset = v"0.0.2" # increment this when rebuilding with unchanged upstream_version
offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version
version = offset_version(upstream_version, offset)

# This package only produces an executable and does not need GAP for this at all.
Expand Down Expand Up @@ -140,3 +140,4 @@ products = [
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
julia_compat="1.10", preferred_gcc_version=v"7")

# rebuild trigger: 1
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_cddinterface/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "cddinterface"
upstream_version = "2024.09.02" # 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
upstream_version = "2025.06.24" # 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/homalg-project/CddInterface/releases/download/v$(upstream_version)/CddInterface-$(upstream_version).tar.gz",
"5a59b6306c2b4e75d499cf1465c0b38a22cc275aa76defcfe62aaa365e1b69d1"),
"fc3f4ae2b4cb27152bf82d3a64a3aec63be283c83090e586204540a12b0d4883"),
]

# Bash recipe for building across all platforms
Expand Down
3 changes: 2 additions & 1 deletion G/GAP_pkg/GAP_pkg_cohomolo/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include("../common.jl")

name = "cohomolo"
upstream_version = "1.6.11" # when you increment this, reset offset to v"0.0.0"
offset = v"0.0.1" # increment this when rebuilding with unchanged upstream_version
offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version, e.g. gap_version changes
version = offset_version(upstream_version, offset)

# This package only produces an executable and does not need GAP for this at all.
Expand Down Expand Up @@ -69,3 +69,4 @@ products = [
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
julia_compat="1.10", preferred_gcc_version=v"7")

# rebuild trigger: 1
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_crypting/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "crypting"
upstream_version = "0.10.5" # 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 = "0.10.6" # 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/gap-packages/crypting/releases/download/v$(upstream_version)/crypting-$(upstream_version).tar.gz",
"bbb8d321bc1e616a975960a7ecdddb8478f70e9ccc3d6e77c7c30283153aafc5"),
"946b05c75e877de8aea71b5bf0af74f79b392064793fda7322e4895073e7cf6a"),
]

# Bash recipe for building across all platforms
Expand Down
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_curlinterface/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "curlinterface"
upstream_version = "2.4.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 = "2.4.2" # 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/gap-packages/curlInterface/releases/download/v$(upstream_version)/curlInterface-$(upstream_version).tar.gz",
"6f758ad512edf033ba8892875c3216cf111feb5b856909b84889cad89c78a4ff"),
"973d4b518bb25295fa36e367c54fd257adb7af4723634f039f53dae507855756"),
]

# Bash recipe for building across all platforms
Expand Down
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_cvec/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "cvec"
upstream_version = "2.8.2" # 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 = "2.8.4" # 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/gap-packages/cvec/releases/download/v$(upstream_version)/cvec-$(upstream_version).tar.gz",
"6232ed29003713263ec95b0c562d710cf3fd18015266dc34a4b51581c2a1461b"),
"0df5c9d9b5e55002f596e79a4a799d09554d4964683fbd8f813ed2f9d2f5635f"),
]

# Bash recipe for building across all platforms
Expand Down
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_datastructures/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "datastructures"
upstream_version = "0.3.1" # 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 = "0.3.3" # 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/gap-packages/datastructures/releases/download/v$(upstream_version)/datastructures-$(upstream_version).tar.gz",
"0d4fba02f80e7c5eada63fae0402effbbe2ccbeb4d204c1d826cc85e67a582b0"),
"c0231ad18ae23a4da6c62373df5032c3bd284dae922e05362551fe55a6a14c0d"),
]

# Bash recipe for building across all platforms
Expand Down
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_deepthought/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "deepthought"
upstream_version = "1.0.7" # 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.0.9" # 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/gap-packages/DeepThought/releases/download/v$(upstream_version)/DeepThought-$(upstream_version).tar.gz",
"01d89babd2f62307bb0c4fe42303c6c645192ca6141ce02299c1c240e92ea93a"),
"4eda8cddaa8987473b963c740d6f1f647099a92112a1e7c8bba4fff7515fb5e4"),
]

# Bash recipe for building across all platforms
Expand Down
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_digraphs/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions G/GAP_pkg/GAP_pkg_edim/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "EDIM"
upstream_version = "1.3.8" # 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
Expand Down
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_ferret/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "ferret"
upstream_version = "1.0.14" # 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.0.15" # 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/gap-packages/ferret/releases/download/v$(upstream_version)/ferret-$(upstream_version).tar.gz",
"6e9b7e5aa98dbcafaf5630560b53d42c53dd97d4c7137c2bcf80045c4710d995"),
"2850f3c13114cb4c05f8da16104d63db94452fe2c7fb642caa7a7ad863e802a0"),
]

# Bash recipe for building across all platforms
Expand Down
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_float/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "float"
upstream_version = "1.0.5" # 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.0.9" # 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/gap-packages/float/releases/download/v$(upstream_version)/float-$(upstream_version).tar.gz",
"d7c07cc3fe892c2fd8a808624ee3e24d5412e44e38325a7e946bab821d3b75a0"),
"cf4e87714ef774d5d760ef252f81bcfe6d0b3bb726ae263c602c68cd5d3a495b"),
]

# Bash recipe for building across all platforms
Expand Down
6 changes: 3 additions & 3 deletions G/GAP_pkg/GAP_pkg_fplsa/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
include("../common.jl")

name = "fplsa"
upstream_version = "1.2.6" # when you increment this, reset offset to v"0.0.0"
offset = v"0.0.1" # increment this when rebuilding with unchanged upstream_version
upstream_version = "1.2.7" # when you increment this, reset offset to v"0.0.0"
offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version
version = offset_version(upstream_version, offset)

# This package only produces an executable and does not need GAP for this at all.

# Collection of sources required to build this JLL
sources = [
ArchiveSource("https://github.com/gap-packages/FPLSA/releases/download/v$(upstream_version)/FPLSA-$(upstream_version).tar.gz",
"cd9fb93eb4198955070d836575e15f6e156c7fee417fef9c42c8fc3502ba422f"),
"eb3400869479a547c80f7b461ce0dceec5d480fa7042f2abffc2fd8d3df05fc3"),
]

# Bash recipe for building across all platforms
Expand Down
4 changes: 2 additions & 2 deletions G/GAP_pkg/GAP_pkg_gauss/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "gauss"
upstream_version = "2024.11-01" # 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
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
Expand Down
6 changes: 3 additions & 3 deletions G/GAP_pkg/GAP_pkg_guava/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
include("../common.jl")

name = "guava"
upstream_version = "3.19" # when you increment this, reset offset to v"0.0.0"
offset = v"0.0.1" # increment this when rebuilding with unchanged upstream_version
upstream_version = "3.20" # when you increment this, reset offset to v"0.0.0"
offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version
version = offset_version(upstream_version, offset)

# This package only produces an executable and does not need GAP for this at all.

# Collection of sources required to build this JLL
sources = [
ArchiveSource("https://github.com/gap-packages/guava/releases/download/v$(upstream_version)/guava-$(upstream_version).tar.gz",
"653fa83dfb97702eab0936c2e8db6d293a4d55fd73f8e5e6f3847ee19da3fe3d"),
"a6a19aae3dc8d32569d2c98715c3de84df88e65819ce70bdb7595850de5cbe56"),
]

# Bash recipe for building across all platforms
Expand Down
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_io/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "io"
upstream_version = "4.9.1" # 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 = "4.9.3" # when you increment this, reset offset to v"0.0.0"
offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version
version = offset_version(upstream_version, offset)

# Collection of sources required to build this JLL
sources = [
ArchiveSource("https://github.com/gap-packages/io/releases/download/v$(upstream_version)/io-$(upstream_version).tar.gz",
"edb0a8ab61ad36664e2ddaab38af052ad3e063479dfdb7985a10ebb8b1c7795b"),
"842926c02ecdfcc16ff31468c376dcf4fbb7faa5094e637c83d7b00a503900c3"),
]

# Bash recipe for building across all platforms
Expand Down
8 changes: 4 additions & 4 deletions G/GAP_pkg/GAP_pkg_json/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "json"
upstream_version = "2.2.2" # 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 = "2.2.3" # when you increment this, reset offset to v"0.0.0"
offset = v"1.0.0" # increment this when rebuilding with unchanged upstream_version
version = offset_version(upstream_version, offset)

# Collection of sources required to build this JLL
sources = [
ArchiveSource("https://github.com/gap-packages/json/releases/download/v$(upstream_version)/json-$(upstream_version).tar.gz",
"4991f1f1fadba4b2369ba808a5976b722261ea1dbe11d15339260983684c953b"),
"a504a50d662c3d1167e25aba9be2f528a2f907c832a4dd452e7e915a3ebc5f39"),
]

# Bash recipe for building across all platforms
Expand Down
Loading