hfsfuse-mac 0.292

This commit is contained in:
gromgit 2025-05-21 03:16:52 +00:00 committed by Adrian Ho
parent d06c9548d6
commit c8fcfe37a2

View file

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