From 5a09b91bfa86988baff74cb5827c26d5a0f2c2a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:28:50 +0000 Subject: [PATCH 1/2] ddns-go 6.6.2 --- 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 7731ad43bd53a..2ab624822e3c8 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.6.1.tar.gz" - sha256 "8dce0f8eea963986abee19d44296ed9263c0f1ae45173178804adec4846c5922" + url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.6.2.tar.gz" + sha256 "2e4910d5c0854f98e782a8cdc97d630ee0138de41a3b98d0ada588b1007337f3" license "MIT" head "https://github.com/jeessy2/ddns-go.git", branch: "master" From a0318eb8f8fc8f40853357ca24d172348746bbea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:57:27 +0000 Subject: [PATCH 2/2] ddns-go: update 6.6.2 bottle. --- Formula/d/ddns-go.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index 2ab624822e3c8..71c731d531c92 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -7,13 +7,13 @@ class DdnsGo < Formula head "https://github.com/jeessy2/ddns-go.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4e0ff2edac03e85a507eadd4a4f583d868d5aaa4011d61ea437aeea938ca435" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ad30f2caee4178c63971d1ccd7deed13d3a28bb158edf2ddf9e6970dc67ac005" - sha256 cellar: :any_skip_relocation, arm64_monterey: "269969b777ce1f942396e969a50df192bb964194a28f6a959e813ada668f39c7" - sha256 cellar: :any_skip_relocation, sonoma: "d7a8d3c4206606434cd63d3c86c7b04c211bb5bb1c137a39687a984b54b9cd1c" - sha256 cellar: :any_skip_relocation, ventura: "61e9f078e90c7a9e04f8ac0235b8cb3e452cd4a01cb6b13df8799ad3c8505c31" - sha256 cellar: :any_skip_relocation, monterey: "4c354f597467afb1c3a839cd739bdc8d646ff9f9b24636d961a085a827f9889b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fb6817f63e4a06d1ddae5cf6080234240c46ea4d2412a47128119d7e9e34f042" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "13162e6b4539d15809878962f1dc3cb8877176e772b43c2c6d09f0b780c5c7bd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d92e2df2f346c0838aac6b92487bc81d1e3c9ad1ef2c1ef66f7429dad21bb25d" + sha256 cellar: :any_skip_relocation, arm64_monterey: "46b63cb676c6bf0838d71e5d7b339556227151ff910422b10a60c034e7689c78" + sha256 cellar: :any_skip_relocation, sonoma: "4a940aaa566d5414ffd7d4a1ffac0bf54bd240745e63c5d0c242067772bb34d5" + sha256 cellar: :any_skip_relocation, ventura: "b414ae08ac1851aaa41b7adf6b5e3c5b9e6e2271e0b8c6dde8cd64bf671bd0e3" + sha256 cellar: :any_skip_relocation, monterey: "25ed4bd0247733ae102638b9ade713d45726b6325d80b9697f85bdd9aa2b0e32" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c31c150c2821d91747d2ccd7fe7e751cc4c8e084d2bf0263bc0c4c1314a0b29" end depends_on "go" => :build