homebrew-cask/Casks/termius.rb

21 lines
740 B
Ruby

cask 'termius' do
version '5.3.2'
sha256 'dc2161f8374f0d4ed759651b3f33bb5db4280848d2f07c44a79e938d4aa6d8e0'
# 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://docs.termius.com/changelog/desktop'
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