homebrew-cask/Casks/stellarium.rb

16 lines
570 B
Ruby

cask 'stellarium' do
version '0.15.2'
sha256 'c3764943e2b5ec3286f1a5737dbce22879710a8ad611df5f846bbd39459ba7ad'
# sourceforge.net/stellarium was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/stellarium/Stellarium-#{version}.dmg"
appcast 'https://sourceforge.net/projects/stellarium/rss',
checkpoint: '6ca55293917be3015e40ce49c222567267deb5c9a1ee8e3c0073e0c45909355a'
name 'Stellarium'
homepage 'http://stellarium.org/'
app 'Stellarium.app'
zap delete: '~/Library/Preferences/Stellarium'
end