From 3256fa1b3af0bd1b779bd04bbb26a629ea701d8d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 8 Oct 2020 15:08:52 +0200 Subject: [PATCH] rebuild --- L/libjulia/common.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/L/libjulia/common.jl b/L/libjulia/common.jl index 485c5a2e7af..854605a49b4 100644 --- a/L/libjulia/common.jl +++ b/L/libjulia/common.jl @@ -229,5 +229,6 @@ function configure(version) push!(dependencies, Dependency(PackageSpec(name="GMP_jll", version=v"6.2.0"))) push!(dependencies, Dependency(PackageSpec(name="LibGit2_jll", version=v"1.0.1"))) end + return name, version, sources, script, platforms, products, dependencies end