codekit: add livecheck (#96213)

This commit is contained in:
Markus Reiter 2020-12-21 16:24:44 +01:00 committed by GitHub
parent bff6114c2f
commit d813544a21
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,11 +3,15 @@ cask "codekit" do
sha256 "9d12b68ddd2d8b2bdd0efc75079834bb4e2213380d3db53b66996520210710a5"
url "https://codekitapp.com/binaries/codekit-#{version.after_comma}.zip"
appcast "https://codekitapp.com/api/#{version.major}/appcast.xml"
name "CodeKit"
desc "App for building websites"
homepage "https://codekitapp.com/"
livecheck do
url "https://codekitapp.com/api/#{version.major}/appcast.xml"
strategy :sparkle
end
auto_updates true
app "CodeKit.app"