syncmate: add livecheck (#96624)

This commit is contained in:
Markus Reiter 2020-12-22 17:40:10 +01:00 committed by GitHub
parent 10b82dbe9b
commit ae8f81bf5e
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,10 +4,14 @@ cask "syncmate" do
url "https://cdn.electronic.us/products/syncmate/mac/update/SyncMate_#{version}.zip",
verified: "cdn.electronic.us/products/syncmate/"
appcast "https://cdn.eltima.com/download/syncmate-update/syncmate6.xml"
name "SyncMate"
desc "All-in-one sync tool"
homepage "https://mac.eltima.com/sync-mac.html"
livecheck do
url "https://cdn.eltima.com/download/syncmate-update/syncmate6.xml"
strategy :sparkle
end
app "SyncMate.app"
end