marked: add livecheck (#96437)

This commit is contained in:
Markus Reiter 2020-12-21 20:54:06 +01:00 committed by GitHub
parent 948f8783cf
commit 8217885365
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 "marked" do
sha256 "ad1e0e443208001fe6624ba7221a4e06f49d3da11b5776db6cd624180fafaa3c"
url "https://updates.marked2app.com/Marked#{version.before_comma}#{version.after_comma}.zip"
appcast "https://updates.marked2app.com/marked.xml"
name "Marked"
desc "Previewer for Markdown, MultiMarkdown and other text markup languages"
homepage "https://marked2app.com/"
livecheck do
url "https://updates.marked2app.com/marked.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :yosemite"