homebrew-cask/Casks/wwdc.rb

14 lines
447 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/insidegui/WWDC/releases.atom',
:sha256 => 'ca7fd2b55818b5f3626d4e13303000ef064079653375d9d47ad969edc6e9b700'
2015-06-11 01:06:54 +08:00
name 'WWDC'
homepage 'https://github.com/insidegui/WWDC'
license :bsd
app 'WWDC.app'
end