Skip to content

Commit 4ef66e7

Browse files
committed
release 0.73.19
1 parent 5659400 commit 4ef66e7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GR"
22
uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
3-
version = "0.73.18"
3+
version = "0.73.19"
44
author = ["Josef Heinen (@jheinen)"]
55

66
[deps]
@@ -34,7 +34,7 @@ GRIJuliaExt = "IJulia"
3434
Artifacts = "1"
3535
DelimitedFiles = "1"
3636
Downloads = "1"
37-
GR_jll = "=0.73.18"
37+
GR_jll = "=0.73.19"
3838
HTTP = "0.8, 0.9, 1"
3939
IJulia = ">=1"
4040
JSON = "0.20, 0.21, 1"

build_tarballs.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
using BinaryBuilder
44

55
name = "GR"
6-
version = v"0.73.18"
6+
version = v"0.73.19"
77

88
# Collection of sources required to complete build
99
sources = [
10-
GitSource("https://github.com/sciapp/gr.git", "e495bada9e993664a8e680e574a1db1f49aef64f"),
10+
GitSource("https://github.com/sciapp/gr.git", "0709a84ad918ce687e80664bc7ab34b6217fda85"),
1111
FileSource("https://github.com/sciapp/gr/releases/download/v$version/gr-$version.js",
12-
"bb027f21ba968ceea8b0c70a5259223d8c9572918e80deb3e047370c04bd91c4", "gr.js"),
12+
"c430aff7cd19d01754530a57378c3fa583a1d23168677f802ccae00de8d654c5", "gr.js"),
1313
ArchiveSource("https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz",
1414
"4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49")
1515
]

src/downloader.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Tar
99
using Downloads
1010
using p7zip_jll
1111

12-
const version = v"0.73.18"
12+
const version = v"0.73.19"
1313

1414
"""
1515
get_grdir()

src/js.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import GR
44

55
const init = Ref(false)
66

7-
const jssource = Ref("https://gr-framework.org/downloads/gr-0.73.18.js")
7+
const jssource = Ref("https://gr-framework.org/downloads/gr-0.73.19.js")
88

99
function get_jsterm()
1010
if GR.isijulia()

0 commit comments

Comments
 (0)