Skip to content

Commit 64fdbd6

Browse files
authored
Merge pull request Homebrew#200962 from Homebrew/bump-opencolorio-2.4.1
opencolorio 2.4.1
2 parents da17b8a + 452a36e commit 64fdbd6

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/o/opencolorio.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Opencolorio < Formula
22
desc "Color management solution geared towards motion picture production"
33
homepage "https://opencolorio.org/"
4-
url "https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.4.0.tar.gz"
5-
sha256 "0ff3966b9214da0941b2b1cbdab3975a00a51fc6f3417fa860f98f5358f2c282"
4+
url "https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.4.1.tar.gz"
5+
sha256 "d4eb15408b33dffd6ba0bba9a53328085b40bdd9319fa3d0d7348d06a8cbe842"
66
license "BSD-3-Clause"
7-
revision 1
87
head "https://github.com/AcademySoftwareFoundation/OpenColorIO.git", branch: "master"
98

109
bottle do
11-
rebuild 1
12-
sha256 cellar: :any, arm64_sequoia: "b08a1c82a6f2f5e5dec10e08a853726fcacef51b4605f95f89e8e8908ed19fe7"
13-
sha256 cellar: :any, arm64_sonoma: "2f1b55053fd7ef4a22105666ae8c567c2e49ad3b31a3fc3330928c345dd4b13c"
14-
sha256 cellar: :any, arm64_ventura: "c6343b306d31ede970e02b824f818ae5bf612bc7f1ed184cdab99593e232ce7f"
15-
sha256 cellar: :any, sonoma: "50863919fdd8765261e4ad779c9941ecacbeaada5fe8b982ad97d8e1fe708ec7"
16-
sha256 cellar: :any, ventura: "bef54ecf3bf6e192640f2bb937eb34e22f9779108737982816bee3d9d8bdfa7b"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "afdbae92d7160b40aa3afb2661a97f3be3367526d1fd170750e24036f037d87a"
10+
sha256 cellar: :any, arm64_sequoia: "09ace865c0e44550c5642cb0710fc72bcfa40e7b22f38aafe07458d6dbc794d0"
11+
sha256 cellar: :any, arm64_sonoma: "87b0c29f5595d393a76ac33db2efd96a99e1bb531a792a57708f9dbaaef97994"
12+
sha256 cellar: :any, arm64_ventura: "e6bfaa96d7d4bacffc8cabb48e9ce40eb1a7c973e67f22beac0da0b138d94f6c"
13+
sha256 cellar: :any, sonoma: "9b5789f446304b85ad4ff79fe73b353a1acfa6d564d021c86a5f766b97039a88"
14+
sha256 cellar: :any, ventura: "fe6b6df8642a3a1a8c5c6690042fbf44ae59559d3a27d56bb1c44b8b3cf4da1c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a5294782fb736ba42baedbd1d9999f5b2611b76c6711f61d9f2867c3e0f3c172"
1816
end
1917

2018
depends_on "cmake" => :build

0 commit comments

Comments
 (0)