Skip to content

Commit b28a957

Browse files
authored
Merge pull request #249898 from Homebrew/bump-openexr-3.4.2
openexr 3.4.2
2 parents 983e616 + af342f1 commit b28a957

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/openexr.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Openexr < Formula
22
desc "High dynamic-range image file format"
33
homepage "https://www.openexr.com/"
4-
url "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.4.1.tar.gz"
5-
sha256 "0d75aa277c33a4ed1fce2e272126f2d8dbd01adda82d7cf4fe67b99f6f7eedce"
4+
url "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.4.2.tar.gz"
5+
sha256 "d7d38eb6a63ea8ba0f301d0ad6a80094032d488e9e6c525b35236d20a9ae3ef2"
66
license "BSD-3-Clause"
77

88
bottle do
9-
sha256 cellar: :any, arm64_tahoe: "3738e25d89fc47be20189ac0a25ba15e139bce31ddb1ffc16edf9e91ee360767"
10-
sha256 cellar: :any, arm64_sequoia: "72f6f0c2ab1cfaac6df72d9df3d3de2052f33a9d4981db2641f9e38d017e5520"
11-
sha256 cellar: :any, arm64_sonoma: "b717768d29cd65ef11d9056c88255f420631d0c90ea3d6d0908cd45ed3073aae"
12-
sha256 cellar: :any, sonoma: "aee5976cb6164cf99b4b1f641f4df203638960d6c2ed9b14c6565039e0844f40"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "4c24c82b57d8ade9ee3c51c95317b36df5c0237819923378812ff18cc7c761f7"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6764dbc6efd995393941c85fe666d29c8851830aedbebf92808be1334fea7e98"
9+
sha256 cellar: :any, arm64_tahoe: "1f87a3a1802cf7fe786cef30be7bac22e961d2733fcaf3c321ceb0878b903d6e"
10+
sha256 cellar: :any, arm64_sequoia: "6e4279cef58092ba7d95c6f805b77ca4a8e3420010b0093d17d5ce058b749fd7"
11+
sha256 cellar: :any, arm64_sonoma: "2f45a6fac8e5fd39da045c223883b3b6769681bfe92b272974961cdea66b2671"
12+
sha256 cellar: :any, sonoma: "e96c9c19aec1a062f4ca16287b202c734ab499ba95671b0b8c3f48dc1fc2ecfd"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "0af71abc4c5fac6858c2d90143017ae403fac3042d0f13f361e98722a09acd34"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6da3fb02a60829f7092e28aa28484cde97daa1759b166403ed57fae4ca7f4b69"
1515
end
1616

1717
depends_on "cmake" => :build

0 commit comments

Comments
 (0)