Skip to content

Commit 582c7e1

Browse files
authored
Merge pull request #251027 from Homebrew/bump-c2patool-0.24.0
c2patool 0.24.0
2 parents 8e55946 + 60662a7 commit 582c7e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/c2patool.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class C2patool < Formula
22
desc "CLI for working with C2PA manifests and media assets"
33
homepage "https://contentauthenticity.org"
4-
url "https://github.com/contentauth/c2pa-rs/archive/refs/tags/c2patool-v0.23.4.tar.gz"
5-
sha256 "fc68a916cd9e4d69cf91f51349ea711773c9689e28e7a9d029f54b5ff03a174b"
4+
url "https://github.com/contentauth/c2pa-rs/archive/refs/tags/c2patool-v0.24.0.tar.gz"
5+
sha256 "227a4e3b2a21bf90c6696d0b557e04c6ecfd93aab3c7c7104490ca13a56585f9"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/contentauth/c2pa-rs.git", branch: "main"
88

@@ -12,12 +12,12 @@ class C2patool < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "8722bad5997f234d11f5c37a0a9e508857b6cb9b0b41e94e2b94c3eaafeb3cd7"
16-
sha256 cellar: :any, arm64_sequoia: "bfa0c8d2bfea87cac092c3ba1192cbd61da2bf307d302849e85e39646fdaf8f3"
17-
sha256 cellar: :any, arm64_sonoma: "a8cf8886be73579b9036d73b7194b036a0d3bc18c76ce3b7e3ada12b0660183f"
18-
sha256 cellar: :any, sonoma: "1dd0969b1899cf6155c4e3702bc21fc262c89bf0728e2502bf1052d00d99a9c8"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "a1709bdb01e7204aad9bf71a0b1bfebe4f9d1c811d541b71da28215941272b04"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4cd751d40da5f0e4dd7a5f9299934b15f03cdd34f9576a34087d96a30417e270"
15+
sha256 cellar: :any, arm64_tahoe: "083fb4728682fc44354c6526cfd30ca1e8f2f43c74a640186d0ededc2f3ead6f"
16+
sha256 cellar: :any, arm64_sequoia: "740a22ec2d358bbfcbff4cd9988d33cf806623c0cc5c9d2b09f5fa3dd7ed4b27"
17+
sha256 cellar: :any, arm64_sonoma: "f5b2008492c275aa784187a2517fcb328547722789f53092d2aef39ef1aca505"
18+
sha256 cellar: :any, sonoma: "13c744d5e010afb3fc20f37e17575836d33e22ab3d14a2d6c3d8dc0940492f47"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "7ac6df8ab6220c938498c1cc083a1b9a6268a9677c14c9829193aa53c821c55b"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "42bcabe3893755127464e157ab1103c862ec8874b0647c50c2de03a861a5ff53"
2121
end
2222

2323
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)