Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/lib/libheif-plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class LibheifPlugins < Formula
url "https://github.com/strukturag/libheif/releases/download/v1.21.2/libheif-1.21.2.tar.gz"
sha256 "75f530b7154bc93e7ecf846edfc0416bf5f490612de8c45983c36385aa742b42"
license "LGPL-3.0-or-later"
revision 1

livecheck do
formula "libheif"
Expand Down
1 change: 1 addition & 0 deletions Formula/o/openexr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Openexr < Formula
url "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.4.9.tar.gz"
sha256 "328c6fcd794b2538d71c65b401264e6745cf65cbc18f404e55ec3c0230d2373c"
license "BSD-3-Clause"
revision 1
compatibility_version 1

bottle do
Expand Down
6 changes: 3 additions & 3 deletions Formula/o/openjph.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
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.26.3.tar.gz"
sha256 "29de006da7f1e8cf0cd7c3ec424cf29103e465052c00b5a5f0ccb7e1f917bb3f"
url "https://github.com/aous72/OpenJPH/archive/refs/tags/0.27.0.tar.gz"
sha256 "f6768e927d8e4e4884a2efcf500a88d1b6714a48d69516332a9256803a3c8343"
license "BSD-2-Clause"
compatibility_version 1
compatibility_version 2
head "https://github.com/aous72/OpenJPH.git", branch: "master"

bottle do
Expand Down
Loading