homebrew-cask/Casks/altair.rb

21 lines
859 B
Ruby
Raw Normal View History

cask 'altair' do
2018-05-15 04:08:33 +08:00
version '1.7.1'
sha256 'b0f7c5fe38768e4b26902e78d0af5614ad09d6d3ef5433691dad86af86784431'
# github.com/imolorhe/altair was verified as official when first introduced to the cask
2017-12-04 06:54:49 +08:00
url "https://github.com/imolorhe/altair/releases/download/v#{version}/altair-#{version}-mac.zip"
appcast 'https://github.com/imolorhe/altair/releases.atom',
2018-05-15 04:08:33 +08:00
checkpoint: 'bdf2c48e8dccb24a0bea1dfbba6340f9864b10895a8e4d4cc0ec105e439793c7'
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