|
1 | 1 | class Dish < Formula |
2 | 2 | desc "Lightweight monitoring service that efficiently checks socket connections" |
3 | 3 | homepage "https://github.com/thevxn/dish" |
4 | | - url "https://github.com/thevxn/dish/archive/refs/tags/v1.11.5.tar.gz" |
5 | | - sha256 "3dc5d0b2eadd71b5290d26f1494be10b4ceab65314ded90508f210403a6b8ac1" |
| 4 | + url "https://github.com/thevxn/dish/archive/refs/tags/v1.12.tar.gz" |
| 5 | + sha256 "34ec121544c4c762668fb5cfb4fd7eb4b90f22fc5b31389e3b7a1b0f944d7f05" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/thevxn/dish.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9d261b1c2e9600bd1246717af651561009b99808c81930ab365e758c24e4949" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9d261b1c2e9600bd1246717af651561009b99808c81930ab365e758c24e4949" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "b9d261b1c2e9600bd1246717af651561009b99808c81930ab365e758c24e4949" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "ea82028a78f0a6993840b23cc01adabf0d3b0f3699599f8c9a336abdc7197c7a" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "ea82028a78f0a6993840b23cc01adabf0d3b0f3699599f8c9a336abdc7197c7a" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "723330b43d5bfc58210ebd63ecf13ee5c75a26fae040afb7999efbb9c000b2d0" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5898415f5408e0f6e6518c899447db33e8948bbf63c38b831393b836deb74ff" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5898415f5408e0f6e6518c899447db33e8948bbf63c38b831393b836deb74ff" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a5898415f5408e0f6e6518c899447db33e8948bbf63c38b831393b836deb74ff" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "ba62cbf941427e3887632c23ca8618f83228701f3291405c751a1f1f65aa744b" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "ba62cbf941427e3887632c23ca8618f83228701f3291405c751a1f1f65aa744b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "75845779ff76860ac8d689de90b8058834c4e343644462ae5fd9807ba488cd82" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments