homebrew-cask/Casks/itch.rb

14 lines
495 B
Ruby
Raw Normal View History

2016-05-14 21:11:08 +08:00
cask 'itch' do
2016-08-15 04:04:53 +08:00
version '18.6.1'
sha256 '4edf40fa7475a7b79805270d132af7448a6531879d85d8f2a4f5a73e4abbc750'
2016-05-14 21:11:08 +08:00
# github.com/itchio/itch was verified as official when first introduced to the cask
url "https://github.com/itchio/itch/releases/download/v#{version}/itch-mac.dmg"
appcast 'https://github.com/itchio/itch/releases.atom',
2016-08-15 04:04:53 +08:00
checkpoint: '26a87915c719ebdc7a62a82e821b0af586024887069621aefcb1896052ea44e2'
2016-05-14 21:11:08 +08:00
name 'itch'
homepage 'https://itch.io/app'
app 'itch.app'
end