yep: add livecheck (#96719)

This commit is contained in:
Markus Reiter 2020-12-22 22:06:29 +01:00 committed by GitHub
parent 97aaa377e3
commit 79c773b588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -1,12 +1,16 @@
cask "yep" do
version "4.0.2,402.00"
version "4.0.2,402.100"
sha256 :no_check
url "https://www.ironicsoftware.com/downloads/Yep.zip"
appcast "https://ironicsoftware.com/downloads/yep.xml"
name "Yep"
desc "Document manager"
homepage "https://www.ironicsoftware.com/yep/"
livecheck do
url "https://ironicsoftware.com/downloads/yep.xml"
strategy :sparkle
end
app "Yep.app"
end