Skip to content

Commit 548d43d

Browse files
carlocabchenrui333
authored andcommitted
watchman 2022.08.15.00
* watchman: revision bump (fmt 9.0.0) * watchman 2022.08.15.00 * watchman: remove comment Closes #105132. Signed-off-by: Rui Chen <[email protected]> Co-authored-by: Rui Chen <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
1 parent cf47b2e commit 548d43d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

Formula/watchman.rb

+6-11
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@ class Watchman < Formula
22
desc "Watch files and take action when they change"
33
homepage "https://github.com/facebook/watchman"
44
license "MIT"
5-
revision 1
65

76
stable do
8-
url "https://github.com/facebook/watchman/archive/v2022.08.08.00.tar.gz"
9-
sha256 "216cd998559f1799012c362468e4e8cd7beadebd71aceb4c2d1e475770ce72a4"
7+
url "https://github.com/facebook/watchman/archive/v2022.08.15.00.tar.gz"
8+
sha256 "8b95b0ac3de81bd7bc7d243e4785d4e9f8e8c41d70a0fb8b03425c078bdcc434"
109

11-
# `edencommon` currently doesn't provide tagged releases, so we just use a commit
12-
# around release time of `watchman`. For example, we can use the `edencommon` commit
13-
# that updates folly-rev.txt file to match `folly` formula version release commit.
14-
# TODO: Once tags are available, either switch to tag or create a dedicated formula.
1510
resource "edencommon" do
16-
url "https://github.com/facebookexperimental/edencommon/archive/d356bb7a9a28f09f00d72a81f7b60f8f27ce249c.tar.gz"
17-
sha256 "d5c5277bb697f131abd591d52d8b9cb905309d516fd767a4d6cdf3b156659060"
11+
url "https://github.com/facebookexperimental/edencommon/archive/refs/tags/v2022.08.15.00.tar.gz"
12+
sha256 "5e04fc7a0577160f5736a411097086bd85eeef5066f44387b00305b107b0563a"
1813
end
1914
end
2015

@@ -90,8 +85,8 @@ def install
9085
system "cmake", "--install", "build"
9186

9287
path = Pathname.new(File.join(prefix, HOMEBREW_PREFIX))
93-
bin.install Dir[path/"bin/*"]
94-
lib.install Dir[path/"lib/*"]
88+
bin.install (path/"bin").children
89+
lib.install (path/"lib").children
9590
path.rmtree
9691
end
9792

0 commit comments

Comments
 (0)