homebrew-cask/Casks/altair.rb

21 lines
859 B
Ruby

cask 'altair' do
version '1.7.2'
sha256 '6c29ffb1debb005a255d25d3cb73b10d6b1df2d81c8744a0db9e34f90cba10de'
# 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: '9ffed0ab668bccc71f3d60c6891e2d12f413e16ac9d6545d40511f117ee7affc'
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