From 36020ea243560a670975a45678985f7f099c0486 Mon Sep 17 00:00:00 2001 From: Josef Heinen Date: Mon, 22 Jul 2024 13:08:29 +0200 Subject: [PATCH] release 0.73.7 --- Project.toml | 4 ++-- build_tarballs.jl | 6 +++--- src/downloader.jl | 2 +- src/js.jl | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 2221d15..feba12e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GR" uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" author = ["Josef Heinen (@jheinen)"] -version = "0.73.6" +version = "0.73.7" [deps] Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" @@ -28,7 +28,7 @@ Qt6Wayland_jll = "e99dba38-086e-5de3-a5b1-6e4c66e897c3" Artifacts = "1" DelimitedFiles = "1" Downloads = "1" -GR_jll = "=0.73.6" +GR_jll = "=0.73.7" HTTP = "0.8, 0.9, 1" JSON = "0.20, 0.21, 1" Preferences = "1" diff --git a/build_tarballs.jl b/build_tarballs.jl index b9e2766..aece154 100644 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -3,13 +3,13 @@ using BinaryBuilder name = "GR" -version = v"0.73.6" +version = v"0.73.7" # Collection of sources required to complete build sources = [ - GitSource("https://github.com/sciapp/gr.git", "3b7a729650cc663c98b8066e93fa4799feef1537"), + GitSource("https://github.com/sciapp/gr.git", "a8f4f0b867ad8e40e9a927d72e4ada571fdca461"), FileSource("https://github.com/sciapp/gr/releases/download/v$version/gr-$version.js", - "024c3600cf6d28f1888158862c237dcae39d5635b05c524d98f652cfa4308e29", "gr.js"), + "89a114eac7e96f0a32441da01e1929068aeaa286ad2ea22f923420cff8d4e2a4", "gr.js"), ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz", "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f") ] diff --git a/src/downloader.jl b/src/downloader.jl index f1e5d8b..d76987d 100644 --- a/src/downloader.jl +++ b/src/downloader.jl @@ -9,7 +9,7 @@ using Tar using Downloads using p7zip_jll -const version = v"0.73.6" +const version = v"0.73.7" """ get_grdir() diff --git a/src/js.jl b/src/js.jl index 20fc3ad..dabfba8 100644 --- a/src/js.jl +++ b/src/js.jl @@ -391,7 +391,7 @@ function ws_cb(webs) end const plutoisinit = Ref(false) -const jssource = Ref("https://gr-framework.org/downloads/gr-0.73.6.js") +const jssource = Ref("https://gr-framework.org/downloads/gr-0.73.7.js") function init_pluto(source=jssource[]::String) plutoisinit[] = true