8000 Merge pull request #224904 from Homebrew/bump-c2patool-0.18.0 · Homebrew/homebrew-core@def2c90 · GitHub
[go: up one dir, main page]

Skip to content

Commit def2c90

Browse files
authored
Merge pull request #224904 from Homebrew/bump-c2patool-0.18.0
c2patool 0.18.0
2 parents 0f32750 + 266201c commit def2c90

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/c2patool.rb

Expand all lines: Formula/c/c2patool.rb
Lines changed: 9 additions & 9 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.17.0.tar.gz"
5-
sha256 "b4f74332aa31cfe4ba45e272cad4bb500d71d70b4c46278d8c224d1fd6ef60cb"
4+
url "https://github.com/contentauth/c2pa-rs/archive/refs/tags/c2patool-v0.18.0.tar.gz"
5+
sha256 "4095081e6c9dd6f01fbcbe50d8ce8deb317b3b170b48cdcbbc8a722537e09a42"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/contentauth/c2pa-rs.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "d1b1a05f9ca8e1af066eb3c61e446a836d4ffd7fa190453322dd68920ab0a040"
16-
sha256 cellar: :any, arm64_sonoma: "585881c24f2df31a75f8c104e17b37fb1530d0ce3122b9e3f4c82930d689f64e"
17-
sha256 cellar: :any, arm64_ventura: "376ea0c6cf302197b06dcc1dec80ac93b8ceb30f7ddcab2c7e047b610263270b"
18-
sha256 cellar: :any, sonoma: "281cb06452d5aa258e6ef6185a12915900f874abd34d2926ab182ebedb524338"
19-
sha256 cellar: :any, ventura: "a82a48feb34bd781c46b14f294f8b65cbdc5ec765baf6abdab008f19fafca599"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "1a69bc23fbee9ae5596de459a5e713f14f975fa034b4d8f0ec12c4e674194588"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "77c51a8b50c55e4b27057e141be640cfa671aebf864b59abb8b3b5cbb0caeb07"
15+
sha256 cellar: :any, arm64_sequoia: "c68a75d8ed9f537fd95fa9d30041b5c03f2b6436098c258c98c135503b27d996"
16+
sha256 cellar: :any, arm64_sonoma: "db2454972b9af1468985c486914a297fbe995dc6ff69e8757a489e0e4e0f755a"
17+
sha256 cellar: :any, arm64_ventura: "cbc5c7d180202c7fe52be698cecabd23be26578bbd5730b19bb6507e2e3dbbe2"
18+
sha256 cellar: :any, sonoma: "61dc8a5f672347161eba3b88c331499616c9a86054fa00e8880184d08a1de767"
19+
sha256 cellar: :any, ventura: "ac2a65892cffd043b30519c8e8bb600685dc3adc615720e3abbe9955f3cc054f"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "0a87b511e9b18a4d27e7a4f00b4a99dd20fda3632162afae32a246ce5b726d61"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d782e46fbeb7b605294c9365656a4646beaebacb28ce9a030cbbaa5bd5b58ec1"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)
0