homebrew-cask/Casks/altair.rb

21 lines
859 B
Ruby

cask 'altair' do
version '1.6.0'
sha256 'd09347764ce6e896a946542a10fbadabf65c841ad2dead935ce06489e47a9405'
# 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',
checkpoint: 'be31919b80d1523da960cbf834b6c18e69b740e86818ed0b490017b12b995456'
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