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.20 "
3+ version = " 0.73.21 "
44author = [" Josef Heinen (@jheinen)" ]
55
66[deps ]
@@ -34,7 +34,7 @@ IJuliaExt = "IJulia"
3434Artifacts = " 1"
3535DelimitedFiles = " 1"
3636Downloads = " 1"
37- GR_jll = " =0.73.20 "
37+ GR_jll = " =0.73.21 "
3838HTTP = " 0.8, 0.9, 1"
3939IJulia = " 1"
4040JSON = " 0.20, 0.21, 1"
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.20 "
12+ const version = v " 0.73.21 "
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.20 .js" )
7+ const jssource = Ref (" https://gr-framework.org/downloads/gr-0.73.21 .js" )
88
99function get_jsterm ()
1010 if GR. isijulia ()
Original file line number Diff line number Diff line change 33using BinaryBuilder
44
55name = " GR"
6- version = v " 0.73.20 "
6+ version = v " 0.73.21 "
77
88# Collection of sources required to complete build
99sources = [
10- GitSource (" https://github.com/sciapp/gr.git" , " 8996fa47ff760c44417d3273d8b42b9c4f65459e " ),
10+ GitSource (" https://github.com/sciapp/gr.git" , " faafd404516bf28d237d5fb913799a7e07ab67ac " ),
1111 FileSource (" https://github.com/sciapp/gr/releases/download/v$version /gr-$version .js" ,
12- " d950b7cbbffc18d8f2264333252cabedb9891589e5ca5ee463f7dbf6f908200a " , " gr.js" ),
12+ " a33da3ce2879467dcdef023881982106e2fa57100aa4b5dec362926a06a34278 " , " gr.js" ),
1313 ArchiveSource (" https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" ,
1414 " 4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" )
1515]
You can’t perform that action at this time.
0 commit comments