File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
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
9
- sha256 arm64_sonoma : "4c22d40e0f3e5fb0571d5ff87dee56a64dc34b4670d3f488813b5068d91c2896 "
10
- sha256 arm64_ventura : "704cbaa41f7a660ea98424f2c76fc691acfc4ed78c1853db9fa5dfecd8e2b957 "
11
- sha256 arm64_monterey : "28b481d782e3f2c04497df7e7c7c66698c0b44818bccaaf571fa7c8169a7bcfd "
12
- sha256 sonoma : "30998f6669c1b44db819e82a3158f48c9b4a91da0f1db5463736918bef278538 "
13
- sha256 ventura : "6b82df8b7eb80400d56931a88b51d40debbd46765449d53daa8165eef67063e2 "
14
- sha256 monterey : "9aeaf67006a567d70739884c8befec0ed6ec68cfed1b1a09f901a6d62face91d "
15
- sha256 x86_64_linux : "434265f56a364a14daff6c3635baea530d4290c8057c29f46d83e1b02d5ddc39 "
9
+ sha256 arm64_sonoma : "151c2541f5465682ecdd5a69856463db37f684e3194f5c13d2aab97cb11c2919 "
10
+ sha256 arm64_ventura : "1f1599f6a4b6abcf3a2d07e53a8a54de1407e8ef7c0dc1974622416d1ca5b912 "
11
+ sha256 arm64_monterey : "f33a6cb78447fc0e410470cb61f7c472e989198aa9e642d270f9d8e4d67e76f0 "
12
+ sha256 sonoma : "b2e39f5e4bab5db900610fc2869c9e29b417b21df98b126883951136e5e69c91 "
13
+ sha256 ventura : "ad82fc1fe1f247cfee54b577a55d61f52ab87f7eda2cc4aff446b14ea60731e3 "
14
+ sha256 monterey : "8e8422424e63d968da5ecedcf38e218a8807a85ad68a88b850d06ff931da5428 "
15
+ sha256 x86_64_linux : "5485d4f2faf12243a4c95e92c7f15e6d2a1e86c4657463dc6f230f164030a30a "
16
16
end
17
17
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