strongvpn: add livecheck (#96612)

This commit is contained in:
Markus Reiter 2020-12-22 18:09:35 +01:00 committed by GitHub
parent 53f72ef1d2
commit 3648340674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -4,9 +4,13 @@ cask "strongvpn" do
url "https://static.colomovers.com/mac/StrongVPN.dmg",
verified: "static.colomovers.com/"
appcast "https://static.colomovers.com/mac/updates.xml"
name "StrongVPN"
homepage "https://strongvpn.com/vpn-apps/macos/"
livecheck do
url "https://static.colomovers.com/mac/updates.xml"
strategy :sparkle
end
app "StrongVPN.app"
end