homebrew-cask/Casks/termius.rb

21 lines
728 B
Ruby

cask 'termius' do
version '5.4.1'
sha256 '3ab0116f269e25faa6eeb9e24fe61c045fd05b3d9d9b0db1fadcb69f29924c63'
# s3.amazonaws.com/termius.desktop.autoupdate/mac was verified as official when first introduced to the cask
url 'https://s3.amazonaws.com/termius.desktop.autoupdate/mac/Termius.dmg'
appcast 'https://www.termius.com/mac-os'
name 'Termius'
homepage 'https://www.termius.com/'
app 'Termius.app'
zap trash: [
'~/.termius',
'~/Library/Application Support/Termius',
'~/Library/Saved Application State/com.termius-dmg.mac.savedState',
'/Library/Preferences/com.termius-dmg.mac.plist',
'~/Library/Logs/Termius',
]
end