homebrew-cask/Casks/wwdc.rb

15 lines
454 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'wwdc' do
2016-06-30 00:17:46 +08:00
version '4.3'
sha256 '3d161c65a8a6db77ca011c6e6cbb8235af380f7845f6047ec5e77892854cd884'
2015-06-11 01:06:54 +08:00
url "https://github.com/insidegui/WWDC/releases/download/#{version}/WWDC_v#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/insidegui/WWDC/releases.atom',
2016-06-30 00:17:46 +08:00
checkpoint: 'fe9ba442bd3968bd4eaa987cf42d345855c2f4a193b1a1f8a62f488f0a4e4234'
2015-06-11 01:06:54 +08:00
name 'WWDC'
homepage 'https://github.com/insidegui/WWDC'
2016-06-14 01:01:31 +08:00
auto_updates true
2015-06-11 01:06:54 +08:00
app 'WWDC.app'
end