homebrew-cask/Casks/wwdc.rb

14 lines
448 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'wwdc' do
2016-02-08 03:27:04 +08:00
version '3.0'
sha256 'a775881bb3faabef94f14ae92e278683ac27852647b26f6fe73ccd0e4815f9ce'
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-02-08 03:27:04 +08:00
checkpoint: '2e7a22fc00f8afbd8b08a1a9b903d2a711f99f817cd345d37bceed75adf70140'
2015-06-11 01:06:54 +08:00
name 'WWDC'
homepage 'https://github.com/insidegui/WWDC'
license :bsd
app 'WWDC.app'
end