Skip to content

Commit c583da7

Browse files
authored
Merge pull request Homebrew#141919 from jeessy2/bump-ddns-go-5.6.2
ddns-go 5.6.2
2 parents a3532f7 + 0ce26ad commit c583da7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/d/ddns-go.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class DdnsGo < Formula
22
desc "Simple and easy-to-use DDNS"
33
homepage "https://github.com/jeessy2/ddns-go"
4-
url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v5.6.%3Cspan%20class="x x-first x-last">1.tar.gz"
5-
sha256 "bbdd92b79d427093e35c4c70c57e3b5d4773b854194268b7d68ec7ca6a57c3c7"
4+
url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v5.6.%3Cspan%20class="x x-first x-last">2.tar.gz"
5+
sha256 "ac74c1ef96688838ffeab18dd011616b49b156c533cecf859eeee01e5c1a6e40"
66
license "MIT"
77
head "https://github.com/jeessy2/ddns-go.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c822a1a462a3364d8da37082516f6a3c4fcf983a7748b9a056aa276b387c9cc2"
11-
sha256 cellar: :any_skip_relocation, arm64_monterey: "460015fb92950ba46d9b87a1b0d3c230feba7f4228349331b116b12d78edb44d"
12-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "d4f9718aaa273f2c9722909fbc6e8145dc456d15636cb61d50e098c01cc9813e"
13-
sha256 cellar: :any_skip_relocation, ventura: "1ccf13d572d9738727edf26eb1387667f27c7f7ed9df1258279fa959c270191a"
14-
sha256 cellar: :any_skip_relocation, monterey: "046799aba35db7e447e2e38ea5567ebe518ac1691f0496347737e2efda0be99e"
15-
sha256 cellar: :any_skip_relocation, big_sur: "50423f72b26bf125878a8ce7609c54a8d6a44ad2e05706b5f892b387cd15486d"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb4c32f1fb78358765ec707c2eda2a161ceaf48c62aab4ba80344935b6b7c8bf"
10+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b51a9782edfc05e62481ff481f797288d5f4a2b7a06bd02c07fb888ec7bbe1dc"
11+
sha256 cellar: :any_skip_relocation, arm64_monterey: "f67e70049d7ed8f1b62331f4cf1494b23f0622d4949d63c66ebe69e680c53084"
12+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "4e9e4c8785ea4b2cf78a6f89c6c0a8c7ff1e82fd150341503d73e297cbdf3fa5"
13+
sha256 cellar: :any_skip_relocation, ventura: "08e33e0850eeea30860d88d89b42e7e6471da9cc349147960a810bd6404a9f6c"
14+
sha256 cellar: :any_skip_relocation, monterey: "0a60e2e79dc5d6299115cab856b8a992ef29c5383eaa460064884315d0c0a414"
15+
sha256 cellar: :any_skip_relocation, big_sur: "ff55d7b9c4cab0752e9d6ae40e74676103d1f683d0049b767134519c6fd074c3"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d0ef4f9a3c8a73034862c8fb59106bbe0c3ef55a0ff98067d6962b7b4dc8997"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)