mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
292 B
Ruby
9 lines
292 B
Ruby
class Stella < Cask
|
|
version '3.9.3'
|
|
sha256 '83870088368be20224ed51f52e9babe53a75575495279adc596203f123e8477c'
|
|
|
|
url "https://downloads.sourceforge.net/project/stella/stella/#{version}/Stella-#{version}_intel-macosx.dmg"
|
|
homepage 'http://stella.sourceforge.net'
|
|
|
|
app 'Stella.app'
|
|
end
|