From 2d6c93cf76cda77dac9ffca32f8bfeb7041a191a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:32:34 +0200 Subject: [PATCH 1/2] dish 1.12.0 Tag 1.12 does not exist anymore, apparently it was renamed to 1.12.0 Ref * https://github.com/Homebrew/homebrew-core/pull/230033 * https://github.com/thevxn/dish/tags --- Formula/d/dish.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dish.rb b/Formula/d/dish.rb index cdbcbe0be4d8..e1f57ad189c0 100644 --- a/Formula/d/dish.rb +++ b/Formula/d/dish.rb @@ -1,8 +1,8 @@ class Dish < Formula desc "Lightweight monitoring service that efficiently checks socket connections" homepage "https://github.com/thevxn/dish" - url "https://github.com/thevxn/dish/archive/refs/tags/v1.12.tar.gz" - sha256 "34ec121544c4c762668fb5cfb4fd7eb4b90f22fc5b31389e3b7a1b0f944d7f05" + url "https://github.com/thevxn/dish/archive/refs/tags/v1.12.0.tar.gz" + sha256 "4d8d18b837f03f7c3e03b6da79ffba1865256f2938f3995adafad48cb19a6b6f" license "MIT" head "https://github.com/thevxn/dish.git", branch: "master" From e14cc6b484bad2951ceaa98e6ebbdd9041d291d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 8 Aug 2025 16:52:06 +0000 Subject: [PATCH 2/2] dish: update 1.12.0 bottle. --- Formula/d/dish.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/d/dish.rb b/Formula/d/dish.rb index e1f57ad189c0..4bbed2409b89 100644 --- a/Formula/d/dish.rb +++ b/Formula/d/dish.rb @@ -7,12 +7,13 @@ class Dish < Formula head "https://github.com/thevxn/dish.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5898415f5408e0f6e6518c899447db33e8948bbf63c38b831393b836deb74ff" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5898415f5408e0f6e6518c899447db33e8948bbf63c38b831393b836deb74ff" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a5898415f5408e0f6e6518c899447db33e8948bbf63c38b831393b836deb74ff" - sha256 cellar: :any_skip_relocation, sonoma: "ba62cbf941427e3887632c23ca8618f83228701f3291405c751a1f1f65aa744b" - sha256 cellar: :any_skip_relocation, ventura: "ba62cbf941427e3887632c23ca8618f83228701f3291405c751a1f1f65aa744b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "75845779ff76860ac8d689de90b8058834c4e343644462ae5fd9807ba488cd82" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "19198cee1c3db608abf9fd1ac9481db5a4468f620a4cf7e74bb5034dafd90cca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "19198cee1c3db608abf9fd1ac9481db5a4468f620a4cf7e74bb5034dafd90cca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "19198cee1c3db608abf9fd1ac9481db5a4468f620a4cf7e74bb5034dafd90cca" + sha256 cellar: :any_skip_relocation, sonoma: "9bb4679a8537a8fe7f7c305273573950a648e2378ada306bdc9d5e0b86297948" + sha256 cellar: :any_skip_relocation, ventura: "9bb4679a8537a8fe7f7c305273573950a648e2378ada306bdc9d5e0b86297948" + sha256 cellar: :any_skip_relocation, x86_64_linux: "edbcb986db8daaacaad96da7f82e9bdfd1efac3a7d50a4df42fbeaa9cc385042" end depends_on "go" => :build