Compare commits

...

2 commits

Author SHA1 Message Date
Adrian Ho
12eb9c1456 hfsfuse-mac: update 0.307 bottle.
Some checks failed
brew test-bot / test-bot (macos-14) (push) Has been cancelled
brew test-bot / test-bot (macos-15) (push) Has been cancelled
brew test-bot / test-bot (macos-26) (push) Has been cancelled
2025-12-02 14:46:12 +00:00
gromgit
5c39929aee hfsfuse-mac 0.307
Closes #191.

Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
2025-12-02 14:45:28 +00:00

View file

@ -3,17 +3,19 @@ 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.307/hfsfuse-0.307.tar.gz"
sha256 "7e9ce3331839452d8978e2e5e580fdde159f32754aa6e88b752740234a2f1a3e"
license all_of: ["BSD-2-Clause", "MIT"]
head "https://github.com/0x09/hfsfuse.git", branch: "master"
bottle do
root_url "https://ghcr.io/v2/gromgit/fuse"
sha256 cellar: :any, arm64_sonoma: "508aa0e067ea5bd62cdab71626d343384578d79db7ed53ad1a6cb075ca1bd6a8"
sha256 cellar: :any, ventura: "06146c2169ecaf61ed886a28231bec023ae7761eb85bce358c7fc8ed2fd60d12"
sha256 cellar: :any, arm64_tahoe: "71e4285bcaa102a8e34c7a0495988a2adc25c4bda95baddd40526b430b4cc2b2"
sha256 cellar: :any, arm64_sequoia: "740ae64a94872e1219c22dc4f7e993375ae643793f093cfe3e29da84dd1b1abc"
sha256 cellar: :any, arm64_sonoma: "ab28bc6d5a69f2d433a6544ce1d893b3dbcd155dc3c02ef4c2b74eea86086a0e"
end
depends_on "libarchive"
depends_on "lzfse"
depends_on MacfuseRequirement
depends_on :macos