From 55097cabfd59909e6b860d53f8fa5e4278390cba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 Jan 2025 02:15:45 +0000 Subject: [PATCH 1/2] ddns-go 6.8.1 --- Formula/d/ddns-go.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index 59e51c4d21c40..cea5c5c37f949 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -1,8 +1,8 @@ class DdnsGo < Formula desc "Simple and easy-to-use DDNS" homepage "https://github.com/jeessy2/ddns-go" - url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.8.0.tar.gz" - sha256 "7ec7134f18a9272fde4eaf0403013b5e3239a9bf1fc2be6ed68acb01ed94ca44" + url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.8.1.tar.gz" + sha256 "583eca3bb3e350c2100a660f8a3ea110ac6829d1200d3539702a81f204e3b673" license "MIT" head "https://github.com/jeessy2/ddns-go.git", branch: "master" From bd3d7de4bb825a8d3e5ee90363881ebee5face36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 Jan 2025 02:28:12 +0000 Subject: [PATCH 2/2] ddns-go: update 6.8.1 bottle. --- Formula/d/ddns-go.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index cea5c5c37f949..b247ffc6ce840 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -7,12 +7,12 @@ class DdnsGo < Formula head "https://github.com/jeessy2/ddns-go.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4cb4b8c76ff6dd60d3b6861ebc612f3cb9e9fba414754376f94352ddb41f2eb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4cb4b8c76ff6dd60d3b6861ebc612f3cb9e9fba414754376f94352ddb41f2eb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f4cb4b8c76ff6dd60d3b6861ebc612f3cb9e9fba414754376f94352ddb41f2eb" - sha256 cellar: :any_skip_relocation, sonoma: "648360b7e2eab56c6c16d413f0c4bbb78dfb26b2caf12d407303c5b33bdf09e9" - sha256 cellar: :any_skip_relocation, ventura: "648360b7e2eab56c6c16d413f0c4bbb78dfb26b2caf12d407303c5b33bdf09e9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1adc5c5eb2bd9a190578b2314ce9d90a1ae43187389501af7249d2fce4a1d5a4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5285b5fec9ea54c31a8ce6b6afa64a8975a030f690e6429da16bda942fd6d83c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5285b5fec9ea54c31a8ce6b6afa64a8975a030f690e6429da16bda942fd6d83c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5285b5fec9ea54c31a8ce6b6afa64a8975a030f690e6429da16bda942fd6d83c" + sha256 cellar: :any_skip_relocation, sonoma: "c911c8f575a8def8c0eae469bf035fe7387aa719de2b57c8dc555b1884e123ef" + sha256 cellar: :any_skip_relocation, ventura: "c911c8f575a8def8c0eae469bf035fe7387aa719de2b57c8dc555b1884e123ef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6784e7f1b3482b5738c67e8d9715320fd0e197ca2b44db6f86f53d16870875bf" end depends_on "go" => :build