|
1 | 1 | class Wgo < Formula
|
2 | 2 | desc "Watch arbitrary files and respond with arbitrary commands"
|
3 | 3 | homepage "https://github.com/bokwoon95/wgo"
|
4 |
| - url "https://github.com/bokwoon95/wgo/archive/refs/tags/v0.5.13.tar.gz" |
5 |
| - sha256 "df4066625be131c5c03bce9ffbf9a12760fab192ca7863671a01fcf7c1d9ddbd" |
| 4 | + url "https://github.com/bokwoon95/wgo/archive/refs/tags/v0.5.14.tar.gz" |
| 5 | + sha256 "68adfbd4e2b4e3ec8c4f61015cddfa2983be0b3975e6feecc00ddd6984c45235" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e97a393d0057145e6a99f567014839c09557351fa7600a6999d489916d569c4" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e97a393d0057145e6a99f567014839c09557351fa7600a6999d489916d569c4" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "0e97a393d0057145e6a99f567014839c09557351fa7600a6999d489916d569c4" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "5d69779b69ae4617935085aa99b368598e323241ad16f6bdaab97a02a9731eb7" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "5d69779b69ae4617935085aa99b368598e323241ad16f6bdaab97a02a9731eb7" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "3bba8d9539389bbc6705136129c8a35918492bbddd0e9a616910aad8259c2172" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "8137ba64ce3a4b7f698b5554ca81a1afb5a8235ad2d0027ec69bf6a7cc7212df" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "78157d813cf8873382ee72b9d2aa8d842e89746fd52921be2a6f6d0152deac13" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "78157d813cf8873382ee72b9d2aa8d842e89746fd52921be2a6f6d0152deac13" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "78157d813cf8873382ee72b9d2aa8d842e89746fd52921be2a6f6d0152deac13" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "2e5a3c3e58b374ffbf760343e3f06e3ffa0eef05d5cce3805972af1ba6572150" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "2e5a3c3e58b374ffbf760343e3f06e3ffa0eef05d5cce3805972af1ba6572150" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "4d274c4983c5d924d0b11f3b260b3a08ab63e012cceab9968d79a0b7197ba55b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d47f8b6a742e5e07968ce8f37c85e0888806cc1071d3db786aa0e73e763cb2bb" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments