Skip to content

Commit bbedc88

Browse files
authored
Merge pull request #196934 from Homebrew/bump-ddns-go-6.7.6
ddns-go 6.7.6
2 parents dea0f11 + 1d0889f commit bbedc88

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/ddns-go.rb

Lines changed: 8 additions & 8 deletions
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.5.tar.gz"
5-
sha256 "b6f5f74c544c4765ac5499c3f47ec3c07e6f6a55c1ff4e510433334786cf8aaa"
4+
url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.7.6.tar.gz"
5+
sha256 "8cb4cf2ba31fe351c01abc567600240951729c0e56180eb6a6ffbd8a8a22271d"
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: "00f989e75c9df72696d1de04f6469d5af64ace5cb5c8a9ee89cc9934f8a58038"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "00f989e75c9df72696d1de04f6469d5af64ace5cb5c8a9ee89cc9934f8a58038"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "00f989e75c9df72696d1de04f6469d5af64ace5cb5c8a9ee89cc9934f8a58038"
13-
sha256 cellar: :any_skip_relocation, sonoma: "32f38f9ecc9f360c8e93c89bbdd1dc30e7a4f6704cdf3fe0a6b3c63673498d8a"
14-
sha256 cellar: :any_skip_relocation, ventura: "32f38f9ecc9f360c8e93c89bbdd1dc30e7a4f6704cdf3fe0a6b3c63673498d8a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c21f0d6c93228d04a1fb6e3b0600261f2fef3034c639bd2494262dba95fc9a1f"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d92a6c90857e8ed477cf0e2a347875cc7b22455d5ef99a30384c9d80d698d3b"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d92a6c90857e8ed477cf0e2a347875cc7b22455d5ef99a30384c9d80d698d3b"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8d92a6c90857e8ed477cf0e2a347875cc7b22455d5ef99a30384c9d80d698d3b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "0ac553fb74364037f2d539cdb984142daaa3599f6a0edb53bc18fff85647831f"
14+
sha256 cellar: :any_skip_relocation, ventura: "0ac553fb74364037f2d539cdb984142daaa3599f6a0edb53bc18fff85647831f"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6354b5f1024592f0098e4ff4193257104b7f4653f03c86e374c9cd74124ac5ab"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)