Skip to content

Commit

Permalink
Merge pull request Homebrew#205363 from Homebrew/bump-ddns-go-6.8.1
Browse files Browse the repository at this point in the history
ddns-go 6.8.1
  • Loading branch information
BrewTestBot authored Jan 24, 2025
2 parents e8b8a5a + bd3d7de commit 1135512
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/d/ddns-go.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.8.0.tar.gz"
sha256 "7ec7134f18a9272fde4eaf0403013b5e3239a9bf1fc2be6ed68acb01ed94ca44"
url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.8.1.tar.gz"
sha256 "583eca3bb3e350c2100a660f8a3ea110ac6829d1200d3539702a81f204e3b673"
license "MIT"
head "https://github.com/jeessy2/ddns-go.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4cb4b8c76ff6dd60d3b6861ebc612f3cb9e9fba414754376f94352ddb41f2eb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4cb4b8c76ff6dd60d3b6861ebc612f3cb9e9fba414754376f94352ddb41f2eb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f4cb4b8c76ff6dd60d3b6861ebc612f3cb9e9fba414754376f94352ddb41f2eb"
sha256 cellar: :any_skip_relocation, sonoma: "648360b7e2eab56c6c16d413f0c4bbb78dfb26b2caf12d407303c5b33bdf09e9"
sha256 cellar: :any_skip_relocation, ventura: "648360b7e2eab56c6c16d413f0c4bbb78dfb26b2caf12d407303c5b33bdf09e9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1adc5c5eb2bd9a190578b2314ce9d90a1ae43187389501af7249d2fce4a1d5a4"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5285b5fec9ea54c31a8ce6b6afa64a8975a030f690e6429da16bda942fd6d83c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5285b5fec9ea54c31a8ce6b6afa64a8975a030f690e6429da16bda942fd6d83c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5285b5fec9ea54c31a8ce6b6afa64a8975a030f690e6429da16bda942fd6d83c"
sha256 cellar: :any_skip_relocation, sonoma: "c911c8f575a8def8c0eae469bf035fe7387aa719de2b57c8dc555b1884e123ef"
sha256 cellar: :any_skip_relocation, ventura: "c911c8f575a8def8c0eae469bf035fe7387aa719de2b57c8dc555b1884e123ef"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6784e7f1b3482b5738c67e8d9715320fd0e197ca2b44db6f86f53d16870875bf"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1135512

Please sign in to comment.