ssh-config-editor: add livecheck (#96609)

This commit is contained in:
Markus Reiter 2020-12-22 18:09:19 +01:00 committed by GitHub
parent b377715c3c
commit 15a74b6aa7
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 "ssh-config-editor" do
sha256 "d5f55802cde1531455a4f871e5c45b345418ef5b03b3c58074c6aee3779c6601"
url "https://hejki.org/download/ssheditor/SSHConfigEditor-#{version.after_comma}.dmg"
appcast "https://hejki.org/download/ssheditor/appcast#{version.major}.xml"
name "SSH Config Editor"
desc "Tool for managing the OpenSSH ssh client configuration file"
homepage "https://www.hejki.org/ssheditor/"
livecheck do
url "https://hejki.org/download/ssheditor/appcast#{version.major}.xml"
strategy :sparkle
end
depends_on macos: ">= :catalina"
app "SSH Config Editor.app"