From 0f1a01cdc892a56868f9304dca31e02c1173c732 Mon Sep 17 00:00:00 2001 From: Max schwenk Date: Fri, 27 Dec 2024 13:03:31 -0500 Subject: [PATCH 1/2] Upgrade fmt to 11.1.1 `watchman` appears broken because of a regression in `fmt` https://github.com/fmtlib/fmt/issues/4278 --- Formula/f/fmt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fmt.rb b/Formula/f/fmt.rb index 8affaec8bc83c..526e25f7b2b85 100644 --- a/Formula/f/fmt.rb +++ b/Formula/f/fmt.rb @@ -1,7 +1,7 @@ class Fmt < Formula desc "Open-source formatting library for C++" homepage "https://fmt.dev/" - url "https://github.com/fmtlib/fmt/releases/download/11.1.0/fmt-11.1.0.zip" + url "https://github.com/fmtlib/fmt/releases/download/11.1.1/fmt-11.1.1.zip" sha256 "e32d42c6be8df768d744bf0e7d4d69c4ccdce0eda44292ba5265add817413f17" license "MIT" head "https://github.com/fmtlib/fmt.git", branch: "master" From 2be1ad8330d19f7913646f7c857e0ed812d02fd1 Mon Sep 17 00:00:00 2001 From: Max schwenk Date: Fri, 27 Dec 2024 13:16:31 -0500 Subject: [PATCH 2/2] Bump revision --- Formula/f/fmt.rb | 2 +- Formula/w/watchman.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fmt.rb b/Formula/f/fmt.rb index 526e25f7b2b85..ed36f2f641483 100644 --- a/Formula/f/fmt.rb +++ b/Formula/f/fmt.rb @@ -2,7 +2,7 @@ class Fmt < Formula desc "Open-source formatting library for C++" homepage "https://fmt.dev/" url "https://github.com/fmtlib/fmt/releases/download/11.1.1/fmt-11.1.1.zip" - sha256 "e32d42c6be8df768d744bf0e7d4d69c4ccdce0eda44292ba5265add817413f17" + sha256 "a25124e41c15c290b214c4dec588385153c91b47198dbacda6babce27edc4b45" license "MIT" head "https://github.com/fmtlib/fmt.git", branch: "master" diff --git a/Formula/w/watchman.rb b/Formula/w/watchman.rb index 36e04aeffd6cb..993a8999e046b 100644 --- a/Formula/w/watchman.rb +++ b/Formula/w/watchman.rb @@ -4,7 +4,7 @@ class Watchman < Formula url "https://github.com/facebook/watchman/archive/refs/tags/v2024.12.02.00.tar.gz" sha256 "445bda6f262cd23ed305f914249e400c7377ebe21ec971a2ace6c1c3dfad5880" license "MIT" - revision 1 + revision 2 head "https://github.com/facebook/watchman.git", branch: "main" bottle do