From 1883008fbca2e85dfd4811025e8e28e46703f9f1 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Thu, 23 Oct 2025 11:52:24 +0800 Subject: [PATCH] sshfs-mac 3.7.3 --- Formula/sshfs-mac.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/sshfs-mac.rb b/Formula/sshfs-mac.rb index d77274d..6d91095 100644 --- a/Formula/sshfs-mac.rb +++ b/Formula/sshfs-mac.rb @@ -3,10 +3,9 @@ require_relative "../require/macfuse" class SshfsMac < Formula desc "File system client based on SSH File Transfer Protocol" homepage "https://github.com/libfuse/sshfs" - url "https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-2.10.tar.gz" - sha256 "6af13acda03a4632e3deb559ecc3f35881cb92e16098049a7ba4cc502650ab18" + url "https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-3.7.3.tar.gz" + sha256 "52a1a1e017859dfe72a550e6fef8ad4f8703ce312ae165f74b579fd7344e3a26" license any_of: ["LGPL-2.1-only", "GPL-2.0-only"] - revision 1 bottle do root_url "https://github.com/gromgit/homebrew-fuse/releases/download/sshfs-mac-2.10"