mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 22:06:36 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
268 B
Ruby
7 lines
268 B
Ruby
class Stellarium < Cask
|
|
url 'http://downloads.sourceforge.net/sourceforge/stellarium/Stellarium-0.12.4.dmg'
|
|
homepage 'http://stellarium.org'
|
|
version '0.12.4'
|
|
sha256 'fe4f3c58a64780888d6ca6e28ec948fa1d885c7f0dd0a85beb4b5ec7339398db'
|
|
link 'Stellarium.app'
|
|
end
|