|
1 | 1 | class DdnsGo < Formula |
2 | 2 | desc "Simple and easy-to-use DDNS" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/jeessy2/ddns-go.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments