homebrew-cask/Casks/sameboy.rb

15 lines
481 B
Ruby

cask 'sameboy' do
version '0.11.2'
sha256 '70fa66740a3c04282fed32e54631252840d9023a0183e05f34c64fdfca91cd0a'
# 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