homebrew-cask/Casks/wwdc.rb

21 lines
702 B
Ruby

cask 'wwdc' do
version '4.3.1'
sha256 '8f4ee3d8515b5d3ade6fd2b1e6f47894e1e1f2a42da1636f0618ca8868387239'
url "https://github.com/insidegui/WWDC/releases/download/#{version}/WWDC_v#{version}.zip"
appcast 'https://github.com/insidegui/WWDC/releases.atom',
checkpoint: 'e5f1e38aed5adbd6d638fc6c67d569820af7769c1733d84ada99ad442142b100'
name 'WWDC'
homepage 'https://github.com/insidegui/WWDC'
auto_updates true
app 'WWDC.app'
zap delete: [
'~/Library/Application Support/br.com.guilhermerambo.WWDC',
'~/Library/Caches/br.com.guilhermerambo.WWDC',
'~/Library/Preferences/br.com.guilhermerambo.WWDC.plist',
]
end