zerotier-one: update homepage, livecheck

This commit is contained in:
Sam Ford 2023-11-20 17:05:51 -05:00
parent 4032aed1b7
commit 1c0326b1df
No known key found for this signature in database
GPG Key ID: 7AF5CBEE1DD6F76D
1 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@ cask "zerotier-one" do
url "https://download.zerotier.com/RELEASES/#{version}/dist/ZeroTier%20One.pkg"
name "ZeroTier One"
desc "Mesh VPN client"
homepage "https://www.zerotier.com/download.shtml"
homepage "https://www.zerotier.com/"
livecheck do
url "https://github.com/zerotier/ZeroTierOne"
strategy :github_latest
url "https://www.zerotier.com/download/"
regex(/Latest\s+Version[\s:|]+?v?(\d+(?:\.\d+)+)/i)
end
depends_on macos: ">= :high_sierra"