Skip to content

Commit ff75c1e

Browse files
authored
Merge pull request Homebrew#225537 from Homebrew/bump-ddns-go-6.9.5
ddns-go 6.9.5
2 parents d1a4bbe + 6b78e7d commit ff75c1e

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.9.4.tar.gz"
5-
sha256 "9430183bc24261060d1ff3353d6d9d1543a608f50d931953d64956629aaa67fe"
4+
url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.9.5.tar.gz"
5+
sha256 "b84ef5cfe1db70dee2f15e58e396407625d8a2ce3582ab414608ac7fd2200d90"
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: "1f8764d5d9517c5eef19f52ef8b95ca5098500946c272eb2fd8e731ff0be1228"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f8764d5d9517c5eef19f52ef8b95ca5098500946c272eb2fd8e731ff0be1228"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1f8764d5d9517c5eef19f52ef8b95ca5098500946c272eb2fd8e731ff0be1228"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a35dc633e37a12cdb02e46cedcd9acfeb90b580ee53a9589dc82512ca9506ffb"
14-
sha256 cellar: :any_skip_relocation, ventura: "a35dc633e37a12cdb02e46cedcd9acfeb90b580ee53a9589dc82512ca9506ffb"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "51d76ae1d86f9e568f25ca8a0b8a9b83d410e816f96202eefa581bbd227e3d98"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b36dce839497f8139fd6ba2c4d7b08f4bdfdd904232661202699aea1ddc9807b"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b36dce839497f8139fd6ba2c4d7b08f4bdfdd904232661202699aea1ddc9807b"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b36dce839497f8139fd6ba2c4d7b08f4bdfdd904232661202699aea1ddc9807b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "38c6fe0a6cd1a24ccb1d6edf89b290ec04e75ec04f6d8a79c485e6d195eab2e2"
14+
sha256 cellar: :any_skip_relocation, ventura: "38c6fe0a6cd1a24ccb1d6edf89b290ec04e75ec04f6d8a79c485e6d195eab2e2"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1830545656ff61b38e4c3388c974dc8bb076c999cdf75025dda379c3792238a1"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)