fman: add livecheck (#96295)

This commit is contained in:
Markus Reiter 2020-12-21 16:29:44 +01:00 committed by GitHub
parent 4d82c99fe0
commit c932686bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,9 +3,13 @@ cask "fman" do
sha256 "27e9aa2ffae66f448a45c025a1fb1b9e06903aab5d2f117b951612deeee09531"
url "https://fman.io/updates/mac/#{version}.zip"
appcast "https://fman.io/updates/Appcast.xml"
name "fman"
homepage "https://fman.io/"
livecheck do
url "https://fman.io/updates/Appcast.xml"
strategy :sparkle
end
app "fman.app"
end