Skip to content

Commit

Permalink
Merge pull request Homebrew#167184 from jeessy2/bump-ddns-go-6.3.0
Browse files Browse the repository at this point in the history
ddns-go 6.3.0
  • Loading branch information
BrewTestBot authored Mar 26, 2024
2 parents 561a078 + 46711a9 commit e5de4ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/d/ddns-go.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class DdnsGo < Formula
desc "Simple and easy-to-use DDNS"
homepage "https://github.com/jeessy2/ddns-go"
url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.2.2.tar.gz"
sha256 "9c1ccfe60ea1e6fc81d2905b5ef7c7bd403a1858de4f0d3aed81e57bce8cfaa0"
url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.3.0.tar.gz"
sha256 "307a0b045f3631b0f67d566903b80d0ecdd47c8159000ee0d93debe3c59097a0"
license "MIT"
head "https://github.com/jeessy2/ddns-go.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad2f5f6cd7057c8c2d76bf410b2b5d591221af3bec4e35414c9cadf7e3e1a725"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f743dc023860dba5170039a1e7376b8de0b1caa5d10504d6355abdf9c83cb7b1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9837ac17281d51b40cafaa37c07067da7ac5a17665475742a278c76cab5f233f"
sha256 cellar: :any_skip_relocation, sonoma: "aa8a44bf02b637dde354f44712734227589e488d6f3c2b634eb166949bcfa6d1"
sha256 cellar: :any_skip_relocation, ventura: "9fe4237b6e2f531ca56bf4eb68e72260a9f4fc86e3558e9a58e36569fa2b2940"
sha256 cellar: :any_skip_relocation, monterey: "d0a6fec39f7bda51a8ade68149553e38c33156eb372da8a6321d54562538362d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b22324175795fe51a7021a380f8bd2ddafa9b3ccb05f387916fd02275fddba3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "59f4aac77da466b6e1830e1760a87d2be3b45790e16791a7989e2f9da7ea0050"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cf2d49ce8f41dcb3b29fd94100f03b08b64c209d22ce8f90d8dcc2ca2703c9ff"
sha256 cellar: :any_skip_relocation, arm64_monterey: "77ea49e053859455020bc8475162a8e294eb31b454250451fea9322b2aae0023"
sha256 cellar: :any_skip_relocation, sonoma: "e4be41129303768b7f2d66fc93851c371e6455315e74a0ed60e02cd0733cf362"
sha256 cellar: :any_skip_relocation, ventura: "7ec676558d585660689e1514c533cfce63a84cb3307868c75a75db48e4db2e2f"
sha256 cellar: :any_skip_relocation, monterey: "01793da14b63ee55526bdbb7c70cd956014dedfcbf600c24c17adfe525bb869e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef1407dcf34a2e1150a45610908feb221462c8e2529853f998b893bdc879162f"
end

depends_on "go" => :build
Expand Down

0 comments on commit e5de4ba

Please sign in to comment.