prezi-classic: add livecheck (#96534)

This commit is contained in:
Markus Reiter 2020-12-22 05:04:13 +01:00 committed by GitHub
parent b401e4425e
commit 9c0bb45fdb
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,11 +1,15 @@
cask "prezi-classic" do
version "6.14.0"
version "6.14.0,24153"
sha256 "ed9cc68796e4a055fa01cd28ab593370b6f4d87a937237e2f23f7fba9c70f332"
url "https://desktopassets.prezi.com/mac/pd6/releases/Prezi_Classic_#{version}.dmg"
appcast "https://prezidesktop.s3.amazonaws.com/assets/mac/pd6/updates/prezi-classic.xml"
url "https://desktopassets.prezi.com/mac/pd6/releases/Prezi_Classic_#{version.before_comma}.dmg"
name "Prezi Classic"
homepage "https://prezi.com/desktop"
livecheck do
url "https://prezidesktop.s3.amazonaws.com/assets/mac/pd6/updates/prezi-classic.xml"
strategy :sparkle
end
app "Prezi Classic.app"
end