homebrew-cask/Casks/wwdc.rb

13 lines
365 B
Ruby
Raw Normal View History

2015-06-11 01:06:54 +08:00
cask :v1 => 'wwdc' do
2015-11-09 06:58:49 +08:00
version '2.3'
sha256 '2abb2ab8f33d8b9b7fd68229fa654e06419e679d2c30f748ab2b664bace3e2f1'
2015-06-11 01:06:54 +08:00
url "https://github.com/insidegui/WWDC/releases/download/#{version}/WWDC_v#{version}.zip"
appcast 'https://github.com/insidegui/WWDC/releases.atom'
name 'WWDC'
homepage 'https://github.com/insidegui/WWDC'
license :bsd
app 'WWDC.app'
end