Add SSH Config Editor v1.12.2 (#82401)

This commit is contained in:
Lukas Spieß 2020-05-12 00:25:59 +02:00 committed by GitHub
parent afcfba6598
commit a32e8ca1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
cask 'ssh-config-editor' do
version '1.12.2,51'
sha256 'b0e76dd9a10f436133934ff78a2dd2c203d449d1c39da8b10685c8173fab344e'
url "https://hejki.org/download/ssheditor/SSHConfigEditor-#{version.after_comma}.zip"
appcast 'https://hejki.org/download/ssheditor/appcast.xml'
name 'SSH Config Editor'
homepage 'https://www.hejki.org/ssheditor/'
app 'SSH Config Editor.app'
zap trash: [
'~/Library/Application Support/SSH Config Editor',
'~/Library/Preferences/org.hejki.osx.sshce.plist',
'~/Library/Saved Application State/org.hejki.osx.sshce.savedState',
]
end