cask "ssh-config-editor" do version "2.6.6,107" sha256 "78ef2a97a8a6f8a7b22f73a068a64d6d86effd7c28cb8b3fa60e38ed34ad2a97" url "https://hejki.org/download/ssheditor/SSHConfigEditor-#{version.csv.second}.dmg" 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 do |items| items.find { |item| item.channel.nil? }&.nice_version end end auto_updates true depends_on macos: ">= :big_sur" 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