|
1 | 1 | class JxlOxide < Formula
|
2 | 2 | desc "JPEG XL decoder"
|
3 | 3 | homepage "https://github.com/tirr-c/jxl-oxide"
|
4 |
| - url "https://github.com/tirr-c/jxl-oxide/archive/refs/tags/0.12.3.tar.gz" |
5 |
| - sha256 "332a716446daa5bb5571b43e9aea00df96378517709b9ef68b8230a16d04deef" |
| 4 | + url "https://github.com/tirr-c/jxl-oxide/archive/refs/tags/0.12.4.tar.gz" |
| 5 | + sha256 "535d0b8ef739c4d76a0630ef708d4151c3fb36e73b329f61a81088d22493e7a4" |
6 | 6 | license any_of: ["MIT", "Apache-2.0"]
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any, arm64_sequoia: "9dfc3d51f58ccfbc27fd108f7d9004a3c36662ddb747d3758ea0be7f6f12b6df" |
10 |
| - sha256 cellar: :any, arm64_sonoma: "cd5ffd5bacd16c9de2ce8f02f9173aebf5a4a51a9df5b6fe8475eb62910f8275" |
11 |
| - sha256 cellar: :any, arm64_ventura: "2ee31c523e2856cd0a32f2cffd238f5a18fc5cce2781b5bc6d554abdead6f4bf" |
12 |
| - sha256 cellar: :any, sonoma: "b39b4d67a5e8d9208d8a80d2c4d7ee474dd81ad0ea6a6d565d6bd713fa6d7fd8" |
13 |
| - sha256 cellar: :any, ventura: "61d5aeb5dc501c383dc401b933bdf9287e72632d3fa0e8fa96c95a27d012470b" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "c8c5db11aa4a993932a3fa4a56427806de870d15a48ad1f1e9edcebb09b118ac" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "c07e2dc9301710154fc0ac2b698ca6a48d50c8447032d08c4b5888c2935f3925" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "b8e3262661f8853d5a3c2e5a612df1cdb251777baf381ef1da94b79dfa5f38f3" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "b9c0fbcceed69c2ac67ea71a567c0494448b0dbe3a442465c97a0243f16fdc20" |
| 11 | + sha256 cellar: :any, arm64_ventura: "2ec8533b051604f4e0f9c116a7e78f6a6f0aec239c511ac5f4f548ce2066352b" |
| 12 | + sha256 cellar: :any, sonoma: "fbdb3997ce23c7484ea50436202fb52d87f201425ee81853d866d558f118572b" |
| 13 | + sha256 cellar: :any, ventura: "6718e6d52e176702caa57cc1a9035433e8279f594835c316d548fb73cf3fd0cc" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "21f47baefe4e3e67e2493b8bf710a0710ff47cbd101e16bb5f9cbe0e273a7eb8" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1a7df541facd5da6e412d0251416fa4c3f468480d07b824bb890fddd32eea28a" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "rust" => :build
|
|
0 commit comments