Skip to content

Commit

Permalink
Merge pull request #174475 from Homebrew/bump-ddns-go-6.6.2
Browse files Browse the repository at this point in the history
ddns-go 6.6.2
  • Loading branch information
BrewTestBot authored Jun 13, 2024
2 parents 7299b11 + a0318eb commit 8c1cad8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/d/ddns-go.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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"

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
Expand Down

0 comments on commit 8c1cad8

Please sign in to comment.