Skip to content

Commit

Permalink
[GR] bump version (#7052)
Browse files Browse the repository at this point in the history
bump version to 0.72.8
  • Loading branch information
jheinen authored Jul 14, 2023
1 parent e52ed57 commit 21d0e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.72.7"
version = v"0.72.8"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/sciapp/gr.git", "d0758e25475bcbe3da796ef0290be9e2a942e87c"),
GitSource("https://github.com/sciapp/gr.git", "2e9d75e3e062ac2dc3e520456e4769901e24cd86"),
FileSource("https://github.com/sciapp/gr/releases/download/v$version/gr-$version.js",
"203269cc2dbce49536e54e7f0ece3542a8bd5bec4931b0937846a1e260e00312", "gr.js"),
"55b6d9144b251124c85c8e72627496543e7f83a5d9fb543011331eaf0c41ff2a", "gr.js"),
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz",
"0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f")
]
Expand Down

0 comments on commit 21d0e10

Please sign in to comment.