Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions Formula/o/openjph.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.24.1.tar.gz"
sha256 "5e44a809c9ee3dad175da839feaf66746cfc114a625ec61c786de8ad3f5ab472"
url "https://github.com/aous72/OpenJPH/archive/refs/tags/0.24.2.tar.gz"
sha256 "c99218752b15b5b2afca3b0e4d4f0ddf1ac19f94dbcbe11874fe492d44ed3e2d"
license "BSD-2-Clause"
head "https://github.com/aous72/OpenJPH.git", branch: "master"

Expand Down
Loading