Skip to content

Commit

Permalink
[GR] bump version (#9609)
Browse files Browse the repository at this point in the history
bump GR run-time version
  • Loading branch information
jheinen authored Oct 14, 2024
1 parent 43a1334 commit 92649ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions G/GR/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
using BinaryBuilder

name = "GR"
version = v"0.73.7"
version = v"0.73.8"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/sciapp/gr.git", "a8f4f0b867ad8e40e9a927d72e4ada571fdca461"),
GitSource("https://github.com/sciapp/gr.git", "23937754fa7c8e943cda49ff493f464dfa98f976"),
FileSource("https://github.com/sciapp/gr/releases/download/v$version/gr-$version.js",
"89a114eac7e96f0a32441da01e1929068aeaa286ad2ea22f923420cff8d4e2a4", "gr.js"),
"55c2bad5787304548a819de220cb32eeffed69466d3f3b1be69cb0ef35c4b6a5", "gr.js"),
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz",
"0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f")
]
Expand Down Expand Up @@ -96,7 +96,7 @@ dependencies = [
Dependency("GLFW_jll"),
Dependency("JpegTurbo_jll"),
Dependency("libpng_jll"),
Dependency("Libtiff_jll"; compat="~4.5.1"),
Dependency("Libtiff_jll"; compat="4.7.0"),
Dependency("Pixman_jll"),
HostBuildDependency("Qt6Base_jll"),
Dependency("Qt6Base_jll"; compat="~6.7.1"), # Never allow upgrading more than the minor version without recompilation
Expand Down

0 comments on commit 92649ca

Please sign in to comment.