From b7e7c42b62adae90e12311c400a7b079599d4fe5 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Thu, 13 Feb 2025 00:18:02 +0800 Subject: [PATCH] gitfs-mac: disable --- Formula/gitfs-mac.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/gitfs-mac.rb b/Formula/gitfs-mac.rb index 8e01ba5..443a20d 100644 --- a/Formula/gitfs-mac.rb +++ b/Formula/gitfs-mac.rb @@ -20,6 +20,10 @@ class GitfsMac < Formula sha256 cellar: :any, mojave: "7d0605b4d2d6022c607ae6dfbdf87ae984b2f73bbe43e35cddf60fef0b79d3dc" end + # Last release on 2019-10-20 and upstream has locked pygit2==0.28.2, which Homebrew + # has been ignoring and manually updating to support recent `libgit2` versions. + disable! date: "2023-10-06", because: :unmaintained + depends_on "libgit2" depends_on MacfuseRequirement depends_on :macos