zerotier-one: update homepage, livecheck

This commit is contained in:
Sam Ford
2023-11-20 17:13:18 -05:00
parent 4032aed1b7
commit 1c0326b1df
+3 -3
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"