|
1 | 1 | class Openjph < Formula |
2 | 2 | desc "Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)" |
3 | 3 | homepage "https://github.com/aous72/OpenJPH" |
4 | | - url "https://github.com/aous72/OpenJPH/archive/refs/tags/0.26.1.tar.gz" |
5 | | - sha256 "bb3c957e421557d8812b42bf3a468bc1182352b8465851cc21d209876146035a" |
| 4 | + url "https://github.com/aous72/OpenJPH/archive/refs/tags/0.26.3.tar.gz" |
| 5 | + sha256 "29de006da7f1e8cf0cd7c3ec424cf29103e465052c00b5a5f0ccb7e1f917bb3f" |
6 | 6 | license "BSD-2-Clause" |
7 | 7 | head "https://github.com/aous72/OpenJPH.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_tahoe: "bc59829267d264451f060a294c78754f720356a5c95d62e82140598f87d81fd8" |
11 | | - sha256 cellar: :any, arm64_sequoia: "199d396d831b5456be7446df944e063c2ead0d352c02998079dc5a0ea9c59007" |
12 | | - sha256 cellar: :any, arm64_sonoma: "162249af3ee64bc3bb10be11f333407b6ecd8161f6368bbf3c01dd52ddb489cf" |
13 | | - sha256 cellar: :any, sonoma: "411a991150ea9d7437ad6eff5d47b1417347b4dbce92ae092455f2b3712fea84" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "fdde22ab8f250e7e8758b024c8ff63b98773381c654e7c697480be3316e408d8" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "18499572ce321957d930891428d3b72521ad15261258704dbf7a996a8c9269b6" |
| 10 | + sha256 cellar: :any, arm64_tahoe: "dc7045e2b5da873c8781254f85d6250ebb7b0ab5ec8f902a61dc9179df844218" |
| 11 | + sha256 cellar: :any, arm64_sequoia: "9a6542c5e21ee7a60068cacb990c27123a296dd77f2aca24ca59f5527e0602ca" |
| 12 | + sha256 cellar: :any, arm64_sonoma: "8a561213ba7b2fa6b12b0035fa277b02e3777272e64ed55f76b98b23956e48b3" |
| 13 | + sha256 cellar: :any, sonoma: "ebd94aa41c6b9594e664d03fc250ea072f7b7215d637ba370ed8e2fcaa2bc1b0" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "93e70ec1c12812d89ff711e33a65a2c71ef06c11b2b6b5c44a3c31504bb45df6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "910bdc71e4e57374b781e3851becd131b5eea146908b8c34b24dfe917359d03a" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "cmake" => :build |
|
0 commit comments