homebrew-cask/Casks/wwdc.rb

23 lines
757 B
Ruby

cask 'wwdc' do
version '6.1'
sha256 'ca5673fab870a1d69c54c78813f5a5cb862f545ae3468d3ea043b4aefe7e17e3'
# github.com/insidegui/WWDC was verified as official when first introduced to the cask
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://wwdc.io/'
auto_updates true
depends_on macos: '>= :sierra'
app 'WWDC.app'
zap trash: [
'~/Library/Application Support/io.wwdc.app',
'~/Library/Application Support/io.wwdc.app.TranscriptIndexingService',
'~/Library/Application Support/WWDC',
'~/Library/Preferences/io.wwdc.app.plist',
]
end