Skip to content

Commit c8002e8

Browse files
authored
Merge pull request #204203 from Homebrew/bump-ddns-go-6.8.0
ddns-go 6.8.0
2 parents eeb6e19 + 7c3afea commit c8002e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/ddns-go.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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/v6.7.7.tar.gz"
5-
sha256 "cee4a67fbb4bce0f894809fbf08acb465695994a541d192178d9fce36298fe3a"
4+
url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.8.0.tar.gz"
5+
sha256 "7ec7134f18a9272fde4eaf0403013b5e3239a9bf1fc2be6ed68acb01ed94ca44"
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_sequoia: "50595e51acb40130a9f4e12eb9a61c2acea2861aaf804a615dd44a2197fdd5d6"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "50595e51acb40130a9f4e12eb9a61c2acea2861aaf804a615dd44a2197fdd5d6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "50595e51acb40130a9f4e12eb9a61c2acea2861aaf804a615dd44a2197fdd5d6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "adf1b19cdd4398b6416716257a73da31273959f52a3d5bc1d12f3955281afabe"
14-
sha256 cellar: :any_skip_relocation, ventura: "adf1b19cdd4398b6416716257a73da31273959f52a3d5bc1d12f3955281afabe"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ae5c21b7d2a27b6729c053b6be6232183b281c36b81f50e4970b473f2283ad0d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4cb4b8c76ff6dd60d3b6861ebc612f3cb9e9fba414754376f94352ddb41f2eb"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4cb4b8c76ff6dd60d3b6861ebc612f3cb9e9fba414754376f94352ddb41f2eb"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f4cb4b8c76ff6dd60d3b6861ebc612f3cb9e9fba414754376f94352ddb41f2eb"
13+
sha256 cellar: :any_skip_relocation, sonoma: "648360b7e2eab56c6c16d413f0c4bbb78dfb26b2caf12d407303c5b33bdf09e9"
14+
sha256 cellar: :any_skip_relocation, ventura: "648360b7e2eab56c6c16d413f0c4bbb78dfb26b2caf12d407303c5b33bdf09e9"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1adc5c5eb2bd9a190578b2314ce9d90a1ae43187389501af7249d2fce4a1d5a4"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)