homebrew-cask/Casks/stella.rb

14 lines
569 B
Ruby

cask 'stella' do
version '4.7.3'
sha256 'b78cc81541830bc054318858e11dc07254bf1e7c64095f19479f8301b42aab77'
# github.com/stella-emu/stella/releases/download was verified as official when first introduced to the cask
url "https://github.com/stella-emu/stella/releases/download/release-#{version}/Stella-#{version}-macosx.dmg"
appcast 'https://github.com/stella-emu/stella/releases.atom',
checkpoint: 'ff0c31f2b1db1ad7feac02fb6ff8f48f7c5cba74b2b183d3594d2f852ddb6070'
name 'Stella'
homepage 'https://stella-emu.github.io/'
app 'Stella.app'
end