File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 11class Watcher < Formula
22 desc "Filesystem watcher, works anywhere, simple, efficient and friendly"
33 homepage "https://github.com/e-dant/watcher"
4+ url "https://github.com/e-dant/watcher/archive/refs/tags/0.13.8.tar.gz"
5+ sha256 "8e1ac50617bed910be829da3701f42d8419038703db934a09e5ec896e6ef679c"
46 license "MIT"
57 head "https://github.com/e-dant/watcher.git" , branch : "release"
68
7- # TODO: Remove `stable` block when patch is no longer needed.
8- stable do
9- url "https://github.com/e-dant/watcher/archive/refs/tags/0.13.7.tar.gz"
10- sha256 "d9b65ba4aaba325d113fc0a307c9cc297a09eaf72de0c22496a4848aea9a2893"
11-
12- # Fix generation of `.pc` files.
13- # https://github.com/e-dant/watcher/pull/90
14- patch do
15- url "https://github.com/e-dant/watcher/commit/de05a8c4d1cbeb4fa3e5db388603853889db8910.patch?full_index=1"
16- sha256 "86c1f4d366d5ab314a1a96a8966d12ccb46902b924dd6362ddb47ab1859681d7"
17- end
18- end
19-
209 bottle do
2110 sha256 cellar : :any , arm64_sequoia : "88978779d9adbd52e905797fec0b4296311ee45195da68bb30b3cf2cae2e5304"
2211 sha256 cellar : :any , arm64_sonoma : "0bd14316c193f1d22a1a451dde171daa584e19ba26cb9fd8cad208db66a03659"
You can’t perform that action at this time.
0 commit comments