homebrew-cask/Casks/sameboy.rb

15 lines
482 B
Ruby

cask 'sameboy' do
version '0.13.3'
sha256 '4ae463b7b1a1ebf91382ec041e3ff6932446b47a77e61a78c7a8873d168c8646'
# github.com/LIJI32/SameBoy/ was verified as official when first introduced to the cask
url "https://github.com/LIJI32/SameBoy/releases/download/v#{version}/sameboy_cocoa_v#{version}.zip"
appcast 'https://github.com/LIJI32/SameBoy/releases.atom'
name 'SameBoy'
homepage 'https://sameboy.github.io/'
depends_on macos: '>= :sierra'
app 'SameBoy.app'
end