Skip to content

Commit b0358fa

Browse files
BrewTestBotcarlocab
andcommitted
watcher 0.13.7
Co-authored-by: Carlo Cabrera <[email protected]>
1 parent ebc12a0 commit b0358fa

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Formula/w/watcher.rb

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
class 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.6.tar.gz"
5-
sha256 "d2a9890b5d394311ca08cea53f6ecc1e9e2566a5adfe4e829a26ac1d7d974dfa"
64
license "MIT"
75
head "https://github.com/e-dant/watcher.git", branch: "release"
86

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+
920
bottle do
1021
sha256 cellar: :any, arm64_sequoia: "f71809a7937ee6d36f429d5edabb3455ee90c7a2c0ffd1e263ca5b87f2623978"
1122
sha256 cellar: :any, arm64_sonoma: "e1f6cc5b98e72cb77b1dd02707dc2c13f32aa644253eb24e7db4dce37960c299"

0 commit comments

Comments
 (0)