homebrew-cask/Casks/playback.rb

14 lines
457 B
Ruby
Raw Normal View History

2015-04-13 14:37:11 +08:00
cask :v1 => 'playback' do
2015-04-19 17:29:07 +08:00
version '1.3.0'
sha256 'e161c0589f57f840428e946f3d12301377cdcb9aaba79a5f39c1a5048314b944'
2015-04-13 14:37:11 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/mafintosh/playback/releases/download/v#{version}/Playback.app.zip"
appcast 'https://github.com/mafintosh/playback/releases.atom'
name 'Playback'
homepage 'https://mafintosh.github.io/playback/'
license :mit
app 'Playback.app'
end