homebrew-cask/Casks/twitch.rb

12 lines
269 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'twitch' do
2015-07-15 16:36:01 +08:00
version :latest
sha256 :no_check
2017-03-23 06:17:14 +08:00
# updates.twitchapp.net was verified as official when first introduced to the cask
url 'https://updates.twitchapp.net/mac/Twitch.dmg'
2015-07-15 16:36:01 +08:00
name 'Twitch'
2017-03-23 06:17:14 +08:00
homepage 'https://app.twitch.tv/'
2015-07-15 16:36:01 +08:00
app 'Twitch.app'
end