mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
247 B
Ruby
7 lines
247 B
Ruby
class Marble < Cask
|
|
url 'http://files.kde.org/marble/downloads/MacOSX/Marble-1.5.0.dmg'
|
|
homepage 'http://www.marble.kde.org'
|
|
version '1.5.0'
|
|
sha256 '6d1bf3e02c34ef0df0d5d0311d580bfae1d5259e3db45036163a5330dc139c04'
|
|
link 'Marble.app'
|
|
end
|