Skip to content

Commit

Permalink
Merge pull request #171724 from Homebrew/bump-tailscale-1.66.3
Browse files Browse the repository at this point in the history
tailscale 1.66.3
  • Loading branch information
BrewTestBot authored May 14, 2024
2 parents 06a6af6 + e8f43f3 commit ef08472
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/tailscale.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Tailscale < Formula
desc "Easiest, most secure way to use WireGuard and 2FA"
homepage "https://tailscale.com"
url "https://github.com/tailscale/tailscale.git",
tag: "v1.66.1",
revision: "88e23b6cfd4b9a9cad5ce858b73ece1f07970fee"
tag: "v1.66.3",
revision: "eae73f821381ce653468ba3c4eec3453c0808953"
license "BSD-3-Clause"

livecheck do
Expand All @@ -12,13 +12,13 @@ class Tailscale < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d92cfb6a04a871a3728526f4e3cc540dc8c3539194a1be920fcf6f664ab987f2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0b1a44f31a6fd7490774d9dfca3d697a64c81ec02c38c7724fb2d66983d22989"
sha256 cellar: :any_skip_relocation, arm64_monterey: "361017e416878872073477a1ff519857af6152f20e11aa77e1ead30e97ab72e4"
sha256 cellar: :any_skip_relocation, sonoma: "c49b0fd11045ee649dc7d68641cbf1bc6a34eca28e17b5057b5101716e74d061"
sha256 cellar: :any_skip_relocation, ventura: "d35845c7148c3fa87b43c6e1a28191e51af0845034af6a09c364fe1ef72cf889"
sha256 cellar: :any_skip_relocation, monterey: "a753a48648103ff3162ba71a2feda8fce28e0e80884e4eb7e70a450c89076a61"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e1ef3cb9b3b8de2c2711bc4ac2ff38b6aa5eded320bc392b0ce7595a471ebd50"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b0e9e56594d7112bf1ce6842fc128a8fb587fac66d2b46ea13acb9ab01714ea"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1631ab02e3d08022d7e475c74e01d863dea461a6cf08493871adddc6f0673ddd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6f14298a8343a09ad43ba63e229e46cfc20a14c15d176fc629b3c18ff412f789"
sha256 cellar: :any_skip_relocation, sonoma: "9e0a58bd6706826715c16e9bfe05591bb0c1a2a3e97a3d7ab3e536cb9bfa6c85"
sha256 cellar: :any_skip_relocation, ventura: "83303822622768c25dc0c273ee112821f1a17436890757c6fee0a4157d233567"
sha256 cellar: :any_skip_relocation, monterey: "ff93b8a467d58814bea2d16c9a1d9e7fbd77b4b7da827c22015c0fc78af87e0e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7bc09f4f697b888c7fe768c67cead9c6a519bc1517ffc5cf1f0b8af1170af397"
end

depends_on "go" => :build
Expand Down

0 comments on commit ef08472

Please sign in to comment.