Merge pull request #9026 from vitorgalvao/remove-jabber-video.rb

removed jabber-video.rb
This commit is contained in:
Michael Ford 2015-01-18 22:17:41 +08:00
commit 57e4107297
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
cask :v1 => 'jabber-video' do
version '4.8.6'
sha256 '9f0436cdfe65ebd3955a33eefac72af03def89075acd28280e27b0a6dd12738a'
url "http://collaboration.iu.edu/service-request/software/JabberVideo-#{version.sub(%r{\.(\d+)$},'')}.dmg"
homepage 'https://www.ciscojabbervideo.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Jabber Video.app'
# todo what is the reason for this?
postflight do
system '/bin/rm', '--', "#{staged_path}/Jabber Video.app/Contents/Resources/ForcedConfig.plist"
end
end