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
2017-02-05 02:36:25 +08:00
version '23.2.1'
sha256 'c8084a059c07b51e2e61b37f8b9827e441c4732cf8542fa964efea4e3a57a849'
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',
2017-02-05 02:36:25 +08:00
checkpoint: '37aadbc92c1f8f8f4503759660a53dcec1337d759e3ddb4964bf3e35e1fc7a25'
2016-05-14 21:11:08 +08:00
name 'itch'
homepage 'https://itch.io/app'
app 'itch.app'
end