@@ -2,19 +2,14 @@ class Watchman < Formula
2
2
desc "Watch files and take action when they change"
3
3
homepage "https://github.com/facebook/watchman"
4
4
license "MIT"
5
- revision 1
6
5
7
6
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 "
10
9
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.
15
10
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 "
18
13
end
19
14
end
20
15
@@ -90,8 +85,8 @@ def install
90
85
system "cmake" , "--install" , "build"
91
86
92
87
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
95
90
path . rmtree
96
91
end
97
92
0 commit comments