Add Playback.app version 1.2.0

This commit is contained in:
Vincent Klaiber 2015-04-13 08:37:11 +02:00
parent 6a9a9393b6
commit 3786a22dec
1 changed files with 13 additions and 0 deletions

13
Casks/playback.rb Normal file
View File

@ -0,0 +1,13 @@
cask :v1 => 'playback' do
version '1.2.0'
sha256 '442d69ab0e08531bfda5ed66f9204243f286a14839c3351cef06c75f1d072eb7'
# 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