From c53532d6aa701bc9c11a3b6dfba286eb149401a1 Mon Sep 17 00:00:00 2001 From: gromgit Date: Mon, 12 May 2025 22:31:55 +0000 Subject: [PATCH] btfs-mac 3.1 --- Formula/btfs-mac.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/btfs-mac.rb b/Formula/btfs-mac.rb index 0c2d9ec..d8fbeae 100644 --- a/Formula/btfs-mac.rb +++ b/Formula/btfs-mac.rb @@ -3,10 +3,9 @@ require_relative "../require/macfuse" class BtfsMac < Formula desc "BitTorrent filesystem based on FUSE" homepage "https://github.com/johang/btfs" - url "https://github.com/johang/btfs/archive/refs/tags/v2.24.tar.gz" - sha256 "d71ddefe3c572e05362542a0d9fd0240d8d4e1578ace55a8b3245176e7fd8935" + url "https://github.com/johang/btfs/archive/refs/tags/v3.1.tar.gz" + sha256 "c363f04149f97baf1c5e10ac90677b8309724f2042ab045a45041cfb7b44649b" license "GPL-3.0-only" - revision 1 head "https://github.com/johang/btfs.git", branch: "master" bottle do @@ -23,7 +22,7 @@ class BtfsMac < Formula depends_on :macos def install - setup_fuse + setup_fuse3 system "autoreconf", "--force", "--install", "--verbose" system "./configure", *std_configure_args, "--disable-silent-rules" system "make", "install"