Merge pull request #11219 from vitorgalvao/fix-11214

Add Freeswitch Desktop.app v1.0.0
This commit is contained in:
Vítor Galvão 2015-05-16 13:19:59 +01:00
commit aa9bda8584
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
cask :v1 => 'freeswitch-desktop' do
version '1.0.0'
sha256 'd86a622e3b2bcfdef41f6ab3f1a347e0e37b58ec28725740da27a135681591d5'
url "https://github.com/pablote/fs-mgmt/releases/download/v#{version}/osx64.zip"
appcast 'https://github.com/pablote/fs-mgmt/releases.atom'
name 'Freeswitch Desktop'
homepage 'https://github.com/pablote/fs-mgmt'
license :apache
app 'Freeswitch Desktop.app'
end