We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c53c9 commit 0567fe3Copy full SHA for 0567fe3
1 file changed
deps/build.jl
@@ -16,7 +16,7 @@ if !issource_build
16
dependencies = [
17
# This has to be in sync with the corresponding commit in the source build below (for flint, arb, antic)
18
"https://github.com/JuliaPackaging/Yggdrasil/releases/download/GMP-v6.1.2-1/build_GMP.v6.1.2.jl",
19
- "https://github.com/ederc/GBBuilder/releases/download/v0.16-dev0/build_libgb.v0.16.0-dev0.jl"
+ "https://github.com/ederc/GBBuilder/releases/download/v0.17-dev0/build_libgb.v0.17.0-dev0.jl"
20
]
21
22
const prefix = Prefix(get([a for a in ARGS if a != "--verbose"], 1,
0 commit comments