Skip to content

Commit

Permalink
Merge pull request #200535 from Homebrew/bump-openjph-0.18.2
Browse files Browse the repository at this point in the history
openjph 0.18.2
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents df167f4 + 9ce9837 commit 1d3ceba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/o/openjph.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Openjph < Formula
desc "Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)"
homepage "https://github.com/aous72/OpenJPH"
url "https://github.com/aous72/OpenJPH/archive/refs/tags/0.18.1.tar.gz"
sha256 "79accd348d2d5a3953b973096ace0861b4d1c1147d9c4598c23857a4deefc0ca"
url "https://github.com/aous72/OpenJPH/archive/refs/tags/0.18.2.tar.gz"
sha256 "6c1a895f5957f58b6ecebd136d4553a6baa73b1cc20432dc542312abfc0eedf1"
license "BSD-2-Clause"
head "https://github.com/aous72/OpenJPH.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sequoia: "c46a48115f3df080e3b7f78d950afb06bd5ca57bbb1ab918dde86298ef5a4da5"
sha256 cellar: :any, arm64_sonoma: "feca15dae107d7b6019cd37c69b0dbc36aee30b31dbfbc282e03f8bd7ace84c5"
sha256 cellar: :any, arm64_ventura: "cdcc613fc6a428dfdc31771afdd0bcedbe0cd52f66e3fc913dd1e55ae8d67467"
sha256 cellar: :any, sonoma: "b209dd3205ba03c54aab3d7c55d3ebb64a7267912f693b1afcf1f5f0a1d42397"
sha256 cellar: :any, ventura: "172a929b09b3d4cd9a028e4572819c01f5ca3ad0d42b5fa5e4726c2108b4c17a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "13e9d6d02b6996555a7c4841e15855c977b7362a37c36c35b581ab6083f4d156"
sha256 cellar: :any, arm64_sequoia: "b2e52e0b53686a8052c4c6393cf8dc8393c5ee7d378171a6b91c142e28bc345d"
sha256 cellar: :any, arm64_sonoma: "ce8b5e69d579b87aae36adb3179d45b06d4ca6c25ee5351e64f6cb45f3f5b20a"
sha256 cellar: :any, arm64_ventura: "4dd5489c85b70cfc0f1f1b35cf2be900d1cb889aaae10629afa70e09bbb2a1dd"
sha256 cellar: :any, sonoma: "3d2726e4725666d1dabde3592f3d367d4a860636bc63e18f03ed8132caaf8d53"
sha256 cellar: :any, ventura: "0b20bac9fc8a25a93cdbfa1f5a9f2320549ed02c9598a95a53e04e6f0db3a6f8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1c6e1c61b9326ba4e7b6e7d9394944daf89aa407bed9cb0995ca07e816c905da"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 1d3ceba

Please sign in to comment.