sshfs-mac 3.7.3

This commit is contained in:
Adrian Ho 2025-10-23 11:52:24 +08:00
parent bfdaf06e66
commit 1883008fbc

View file

@ -3,10 +3,9 @@ require_relative "../require/macfuse"
class SshfsMac < Formula class SshfsMac < Formula
desc "File system client based on SSH File Transfer Protocol" desc "File system client based on SSH File Transfer Protocol"
homepage "https://github.com/libfuse/sshfs" homepage "https://github.com/libfuse/sshfs"
url "https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-2.10.tar.gz" url "https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-3.7.3.tar.gz"
sha256 "6af13acda03a4632e3deb559ecc3f35881cb92e16098049a7ba4cc502650ab18" sha256 "52a1a1e017859dfe72a550e6fef8ad4f8703ce312ae165f74b579fd7344e3a26"
license any_of: ["LGPL-2.1-only", "GPL-2.0-only"] license any_of: ["LGPL-2.1-only", "GPL-2.0-only"]
revision 1
bottle do bottle do
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/sshfs-mac-2.10" root_url "https://github.com/gromgit/homebrew-fuse/releases/download/sshfs-mac-2.10"