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-07-16 06:19:04 +08:00
version '23.4.2'
sha256 'd03e397b39daeb74e1c6a662a0bd36a313b99aaf2dfcad2264a9914811841592'
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-07-16 06:19:04 +08:00
checkpoint: '308058a0ad55d689496158676c83432c7182cadfcb10b0cab8768e457fb126e7'
2016-05-14 21:11:08 +08:00
name 'itch'
homepage 'https://itch.io/app'
app 'itch.app'
end