updated airstream (latest)

This commit is contained in:
Vítor Galvão 2016-01-12 17:44:15 +00:00
parent 222c050636
commit 7aa415a032
1 changed files with 5 additions and 7 deletions

View File

@ -2,17 +2,15 @@ cask 'airstream' do
version :latest
sha256 :no_check
url 'http://airstream.io/download/mac/airstream-mac.dmg'
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3-us-west-2.amazonaws.com/airstream-clients/mac/airstream-mac.dmg'
name 'AirStream'
homepage 'http://airstream.io/download/'
license :gratis
app 'AirStream.app'
caveats <<-EOS.undent
If you have Java 7 or above installed, you may have to run the following:
sudo mkdir -p /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bundle/Libraries/
sudo ln -s /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/lib/server/libjvm.dylib /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bundle/Libraries/libserver.dylib
EOS
caveats do
depends_on_java('6')
end
end