1
1
class Entr < Formula
2
2
desc "Run arbitrary commands when files change"
3
3
homepage "https://eradman.com/entrproject/"
4
- url "https://eradman.com/entrproject/code/entr-5.6 .tar.gz"
5
- sha256 "0222b8df928d3b5a3b5194d63e7de098533e04190d9d9a154b926c6c1f9dd14e "
4
+ url "https://eradman.com/entrproject/code/entr-5.7 .tar.gz"
5
+ sha256 "90c5d943820c70cef37eb41a382a6ea4f5dd7fd95efef13b2b5520d320f5d067 "
6
6
license "ISC"
7
7
head "https://github.com/eradman/entr.git" , branch : "master"
8
8
@@ -12,15 +12,12 @@ class Entr < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "d802f80cb83d3fe1cd1acb2b8e0083afa683cbe2f584a82394eb962e11608440"
16
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "d878b113e680a4cbab1f35939b63ec51fb8fedf06ae7dc8662610077184cf622"
17
- sha256 cellar : :any_skip_relocation , arm64_ventura : "c6e970b963f6409076ea40fd51487b354edaf83febd21ad4849989abd4399eaa"
18
- sha256 cellar : :any_skip_relocation , arm64_monterey : "eb0d171f6dbe8fe018b51605dd51e32f63ae9da0cbabba079fbaf3a011bc6207"
19
- sha256 cellar : :any_skip_relocation , sonoma : "061556e2b532a2c5d142faf24886377d216bb05757639d4356dab486180891d5"
20
- sha256 cellar : :any_skip_relocation , ventura : "7c640c28c176df49179ac2ab3c1de08c1d194bc49dee50b0b4b905231fb956ed"
21
- sha256 cellar : :any_skip_relocation , monterey : "79e1e4af44349c50e37777a6ba3c3ef9bce47e5488fab2f103d0108cc662b045"
22
- sha256 cellar : :any_skip_relocation , arm64_linux : "3cc4fdc99f7972252d5b00e928ded460bae9156bc99676c3403a01a1ff4190cb"
23
- sha256 cellar : :any_skip_relocation , x86_64_linux : "26cba6bdd62572059e3f2b4422b9960fe412d7012491fcbad13803c7a8dfbe89"
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "fa513900e241782d8d90998fc2c5e7a817f04e33120aeb1ca2db659120f3b4b1"
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "802982cec1f0f4ca2123e5afe40aaf2709ef11de882a54516a0c435dbda233f1"
17
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "badd684160fe6618cae3938877a687d10951cea937fb4ed9dffb2c121a20317e"
18
+ sha256 cellar : :any_skip_relocation , sonoma : "bf673e248b9ecff9457c892d56142fe10bd6dc4136929105e65a5fc081b11b2f"
19
+ sha256 cellar : :any_skip_relocation , ventura : "79f31d0171888953a7dca0685b335eec0983ef12a473458f81be0a07d10a2108"
20
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5e44cb7f98f576a76445eaaf449da0b730302b127e072f7ddfd6e01c85a3fef7"
24
21
end
25
22
26
23
def install
@@ -34,7 +31,7 @@ def install
34
31
test do
35
32
touch testpath /"test.1"
36
33
fork do
37
- sleep 0.5
34
+ sleep 2
38
35
touch testpath /"test.2"
39
36
end
40
37
0 commit comments