skitch: add livecheck (#96583)

This commit is contained in:
Markus Reiter 2020-12-22 04:07:35 +01:00 committed by GitHub
parent 82b1bdf672
commit e7d24a1577
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,13 +1,17 @@
cask "skitch" do cask "skitch" do
version "2.9" version "2.9,265157"
sha256 "8757600d471ed0cac2cc4242c44f1a3c6f1fffe934037845d23392fc5eb81712" sha256 "8757600d471ed0cac2cc4242c44f1a3c6f1fffe934037845d23392fc5eb81712"
url "https://cdn1.evernote.com/skitch/mac/release/Skitch-#{version}.zip" url "https://cdn1.evernote.com/skitch/mac/release/Skitch-#{version.before_comma}.zip"
appcast "https://evernote.s3.amazonaws.com/skitch/mac/release/skitch-appcast.xml"
name "Skitch" name "Skitch"
desc "Screen capture tool with mark up and sharing features" desc "Screen capture tool with mark up and sharing features"
homepage "https://evernote.com/products/skitch" homepage "https://evernote.com/products/skitch"
livecheck do
url "https://evernote.s3.amazonaws.com/skitch/mac/release/skitch-appcast.xml"
strategy :sparkle
end
auto_updates true auto_updates true
app "Skitch.app" app "Skitch.app"