From 6503adfeac5b70c749ac931753ca6486a937f8e3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Dec 2024 16:53:46 -0500 Subject: [PATCH] watchman 2024.12.16.00 Signed-off-by: Rui Chen --- Formula/f/fbthrift.rb | 2 +- Formula/w/watchman.rb | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/f/fbthrift.rb b/Formula/f/fbthrift.rb index af6bd904cd2a54..920daaf917112d 100644 --- a/Formula/f/fbthrift.rb +++ b/Formula/f/fbthrift.rb @@ -60,7 +60,7 @@ def install -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_RPATH=#{rpath} -DCMAKE_POSITION_INDEPENDENT_CODE=ON - -Denable_tests=OFF + -Denable_tests=False ] shared_args << "-DCMAKE_SHARED_LINKER_FLAGS=-Wl,-undefined,dynamic_lookup -Wl,-dead_strip_dylibs" if OS.mac? diff --git a/Formula/w/watchman.rb b/Formula/w/watchman.rb index 36e04aeffd6cb4..1db494498b3d31 100644 --- a/Formula/w/watchman.rb +++ b/Formula/w/watchman.rb @@ -1,10 +1,9 @@ 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.16.00.tar.gz" + sha256 "a1c23a9037b651875ddf6436a30faa7c658005994c6900c2e32506e1de665f8c" license "MIT" - revision 1 head "https://github.com/facebook/watchman.git", branch: "main" bottle do