freedom: add livecheck (#96301)

This commit is contained in:
Markus Reiter 2020-12-21 16:36:26 +01:00 committed by GitHub
parent c6e9fcaea7
commit 079ac671e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,16 @@
cask "freedom" do
version "2.4.3"
version "2.4.3,1716.1"
sha256 "374450cc820d948a04a0e07c1ca199cfbc6c5f521d99f27eceb8697d636d3fdc"
url "https://cdn.freedom.to/installers/updates/mac/#{version}/Freedom.zip"
appcast "https://cdn.freedom.to/installers/updates/mac/Appcast.xml"
url "https://cdn.freedom.to/installers/updates/mac/#{version.before_comma}/Freedom.zip"
name "Freedom"
homepage "https://freedom.to/"
livecheck do
url "https://cdn.freedom.to/installers/updates/mac/Appcast.xml"
strategy :sparkle
end
auto_updates true
app "Freedom.app"