homebrew-cask/Casks/altair.rb

20 lines
769 B
Ruby

cask 'altair' do
version '1.7.8'
sha256 'e8d067756edeed5a4c6e5cc40cf4fb258682e231602f280cecf7ecfe9a6ec05c'
# github.com/imolorhe/altair was verified as official when first introduced to the cask
url "https://github.com/imolorhe/altair/releases/download/v#{version}/altair-#{version}-mac.zip"
appcast 'https://github.com/imolorhe/altair/releases.atom'
name 'Altair GraphQL Client'
homepage 'https://altair.sirmuel.design/'
app 'altair.app'
zap trash: [
'~/Library/Application Support/altair',
'~/Library/Preferences/com.electron.altair.helper.plist',
'~/Library/Preferences/com.electron.altair.plist',
'~/Library/Saved Application State/com.electron.altair.savedState',
]
end