File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
class Libgr < Formula
2
2
desc "GR framework: a graphics library for visualisation applications"
3
3
homepage "https://gr-framework.org/"
4
- url "https://github.com/sciapp/gr/archive/refs/tags/v0.73.6 .tar.gz"
5
- sha256 "00f6265e8d7c27a74a7a717006e7f18d4193748e1a36ca5d3f6749b5dd48dc09 "
4
+ url "https://github.com/sciapp/gr/archive/refs/tags/v0.73.7 .tar.gz"
5
+ sha256 "2584727b1413a337ef14daae1e61bdc5c946403031695b42ecfbf8bc1888d132 "
6
6
license "MIT"
7
7
8
8
bottle do
@@ -18,8 +18,12 @@ class Libgr < Formula
18
18
depends_on "cmake" => :build
19
19
depends_on "cairo"
20
20
depends_on "ffmpeg@6"
21
+ depends_on "freetype"
21
22
depends_on "glfw"
23
+ depends_on "jpeg-turbo"
24
+ depends_on "libpng"
22
25
depends_on "libtiff"
26
+ depends_on "pixman"
23
27
depends_on "qhull"
24
28
depends_on "qt"
25
29
depends_on "zeromq"
You can’t perform that action at this time.
0 commit comments