Add Yakyak.app v1.1.0

This commit is contained in:
Joe Gibson 2015-10-28 22:52:04 -04:00 committed by Vítor Galvão
parent 9a0b51a127
commit 0086a744cf
1 changed files with 12 additions and 0 deletions

12
Casks/yakyak.rb Normal file
View File

@ -0,0 +1,12 @@
cask :v1 => 'yakyak' do
version '1.1.0'
sha256 'f98f9487a0bd12bf145b5456505dabecf6dc750db76242a8c02d51a1836c3615'
url "https://github.com/yakyak/yakyak/releases/download/v#{version}/yakyak-osx.app.zip"
appcast 'https://github.com/yakyak/yakyak/releases.atom'
name 'Yakyak'
homepage 'https://github.com/yakyak/yakyak'
license :mit
app 'Yakyak.app'
end