File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name = " GR"
22uuid = " 28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
3- version = " 0.73.18 "
3+ version = " 0.73.19 "
44author = [" Josef Heinen (@jheinen)" ]
55
66[deps ]
@@ -34,7 +34,7 @@ GRIJuliaExt = "IJulia"
3434Artifacts = " 1"
3535DelimitedFiles = " 1"
3636Downloads = " 1"
37- GR_jll = " =0.73.18 "
37+ GR_jll = " =0.73.19 "
3838HTTP = " 0.8, 0.9, 1"
3939IJulia = " >=1"
4040JSON = " 0.20, 0.21, 1"
Original file line number Diff line number Diff line change 33using BinaryBuilder
44
55name = " GR"
6- version = v " 0.73.18 "
6+ version = v " 0.73.19 "
77
88# Collection of sources required to complete build
99sources = [
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]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ using Tar
99using Downloads
1010using p7zip_jll
1111
12- const version = v " 0.73.18 "
12+ const version = v " 0.73.19 "
1313
1414"""
1515 get_grdir()
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import GR
44
55const 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
99function get_jsterm ()
1010 if GR. isijulia ()
You can’t perform that action at this time.
0 commit comments