|
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.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" |
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: "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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments