microblog: add livecheck (#96462)

This commit is contained in:
Markus Reiter 2020-12-21 22:09:27 +01:00 committed by GitHub
parent d52cb62b3c
commit 10055e1a31
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,14 +1,18 @@
cask "microblog" do
version "2.0.3"
version "2.0.3,81"
sha256 "387881f84207206de95d214b4d49e9d19378cc5332b87c045723ba78a8d8116a"
url "https://s3.amazonaws.com/micro.blog/mac/Micro.blog_#{version}.zip",
url "https://s3.amazonaws.com/micro.blog/mac/Micro.blog_#{version.before_comma}.zip",
verified: "s3.amazonaws.com/micro.blog/"
appcast "https://s3.amazonaws.com/micro.blog/mac/appcast.xml"
name "Micro.blog"
desc "Microblogging and social networking service"
homepage "https://help.micro.blog/2017/mac-version/"
livecheck do
url "https://s3.amazonaws.com/micro.blog/mac/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :mojave"