homebrew-cask/Casks/wwdcsrt.rb

14 lines
376 B
Ruby

cask 'wwdcsrt' do
version '1.6.2'
sha256 '6df285d62a4c9c56d20d6165aaeb22c0d88856bbac87fa0afb2f27caefa17486'
url "https://github.com/ssamadgh/WWDCsrt/releases/download/v#{version}/WWDC.srt.zip"
appcast 'https://github.com/ssamadgh/WWDCsrt/releases.atom'
name 'WWDC.srt'
homepage 'https://github.com/ssamadgh/WWDCsrt'
auto_updates true
app 'WWDC.srt.app'
end