From a3ae4ab796249132a34883632cc415c18c8f4637 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 9 Dec 2024 17:50:55 -0500 Subject: [PATCH] watchman 2024.12.09.00 Signed-off-by: Rui Chen --- Formula/w/watchman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/watchman.rb b/Formula/w/watchman.rb index aaf6ce5462d28..05f03bf027c34 100644 --- a/Formula/w/watchman.rb +++ b/Formula/w/watchman.rb @@ -1,8 +1,8 @@ class Watchman < Formula desc "Watch files and take action when they change" homepage "https://github.com/facebook/watchman" - url "https://github.com/facebook/watchman/archive/refs/tags/v2024.12.02.00.tar.gz" - sha256 "445bda6f262cd23ed305f914249e400c7377ebe21ec971a2ace6c1c3dfad5880" + url "https://github.com/facebook/watchman/archive/refs/tags/v2024.12.09.00.tar.gz" + sha256 "d6de0e4f689655c6f74168a8af9ce0d4eba0c3965882094d575104b2126bec24" license "MIT" head "https://github.com/facebook/watchman.git", branch: "main"