prepros: add livecheck (#96981)

This commit is contained in:
Markus Reiter 2020-12-27 12:48:30 +01:00 committed by GitHub
parent 8c80621fbf
commit 4bc3b6018e
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 "prepros" do
sha256 "88e768112eacc410a9330eb11ff135cc52b3b53dceca1e8c8a2c9695362e89da"
url "https://downloads.prepros.io/v#{version.major}/Prepros-#{version}.zip"
appcast "https://www.macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://prepros.io/downloads/stable/mac"
name "Prepros"
homepage "https://prepros.io/"
livecheck do
url "https://prepros.io/downloads/stable/mac"
strategy :header_match
end
app "Prepros.app"
end