hfsfuse-mac 0.307

This commit is contained in:
gromgit 2025-11-30 22:31:48 +00:00 committed by Adrian Ho
parent 0649e8a73e
commit 8f68fce2cb

View file

@ -3,8 +3,8 @@ require_relative "../require/macfuse"
class HfsfuseMac < Formula class HfsfuseMac < Formula
desc "FUSE driver for HFS+ filesystems (read-only)" desc "FUSE driver for HFS+ filesystems (read-only)"
homepage "https://github.com/0x09/hfsfuse" homepage "https://github.com/0x09/hfsfuse"
url "https://github.com/0x09/hfsfuse/releases/download/0.289/hfsfuse-0.289.tar.gz" url "https://github.com/0x09/hfsfuse/releases/download/0.307/hfsfuse-0.307.tar.gz"
sha256 "b19597dda364a670eebf05d0681c77db4b0f625f19b9e16f4b2b65dd8d16c360" sha256 "7e9ce3331839452d8978e2e5e580fdde159f32754aa6e88b752740234a2f1a3e"
license all_of: ["BSD-2-Clause", "MIT"] license all_of: ["BSD-2-Clause", "MIT"]
head "https://github.com/0x09/hfsfuse.git", branch: "master" head "https://github.com/0x09/hfsfuse.git", branch: "master"
@ -14,6 +14,7 @@ class HfsfuseMac < Formula
sha256 cellar: :any, ventura: "06146c2169ecaf61ed886a28231bec023ae7761eb85bce358c7fc8ed2fd60d12" sha256 cellar: :any, ventura: "06146c2169ecaf61ed886a28231bec023ae7761eb85bce358c7fc8ed2fd60d12"
end end
depends_on "libarchive"
depends_on "lzfse" depends_on "lzfse"
depends_on MacfuseRequirement depends_on MacfuseRequirement
depends_on :macos depends_on :macos