mi: add livecheck (#96459)

This commit is contained in:
Markus Reiter 2020-12-21 22:09:33 +01:00 committed by GitHub
parent 10055e1a31
commit 6e89350586
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 "mi" do
version "3.5"
version "3.5,955"
sha256 "9df5cae930b7b59b0022befdb69abcaff616bd4034f6612a24f3139fe01499a9"
url "https://www.mimikaki.net/download/mi#{version}.dmg"
appcast "https://www.mimikaki.net/download/appcast.xml"
url "https://www.mimikaki.net/download/mi#{version.before_comma}.dmg"
name "mi"
desc "Text editor"
homepage "https://www.mimikaki.net/"
livecheck do
url "https://www.mimikaki.net/download/appcast.xml"
strategy :sparkle
end
conflicts_with cask: "homebrew/cask-versions/mi-beta"
app "mi.app"