homebrew-cask/Casks/insomnia-designer.rb

24 lines
949 B
Ruby

cask 'insomnia-designer' do
version '2020.3.3'
sha256 '2bc0b19dda57ac4299a14c0e8e887c573415a1fa590be6bea93da5ed3c7af435'
# github.com/Kong/insomnia/ was verified as official when first introduced to the cask
url "https://github.com/Kong/insomnia/releases/download/designer%40#{version}/Insomnia.Designer-#{version}.dmg"
appcast 'https://api.insomnia.rest/changelog.json?app=com.insomnia.designer'
name 'Insomnia Designer'
homepage 'https://insomnia.rest/'
auto_updates true
app 'Insomnia Designer.app'
zap trash: [
'~/Library/Application Support/Insomnia Designer',
'~/Library/Caches/com.insomnia.designer',
'~/Library/Caches/com.insomnia.designer.ShipIt',
'~/Library/Logs/Insomnia Designer',
'~/Library/Preferences/com.insomnia.designer.plist',
'~/Library/Saved Application State/com.insomnia.designer.savedState',
]
end