$
$ brew cask update
$
$ brew cask install blender gimp firefox --force
==> Downloading https://download.blender.org/release/Blender2.75/blender-2.75-OSX_10.6-x86_64.zip
######################################################################## 100.0%
==> Symlinking App 'blender.app' to '~/Applications/blender.app'
==> Symlinking App 'blenderplayer.app' to '~/Applications/blenderplayer.app'
🍺 blender staged at '/opt/homebrew-cask/Caskroom/blender/2.75' (3551 files, 361M)
==> Downloading http://download.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.14.dmg
Already downloaded: /Library/Caches/Homebrew/gimp-2.8.14.dmg
==> Symlinking App 'GIMP.app' to '~/Applications/GIMP.app'
🍺 gimp staged at '/opt/homebrew-cask/Caskroom/gimp/2.8.14' (4734 files, 188M)
==> Downloading https://ftp.mozilla.org/pub/firefox/releases/39.0.3/mac/en-US/Firefox%2039.0.3.dmg
######################################################################## 100.0%
==> Symlinking App 'Firefox.app' to '~/Applications/Firefox.app'
🍺 firefox staged at '/opt/homebrew-cask/Caskroom/firefox/39.0.3' (115 files, 170M)
$
$ brew cask install java jenkins xquartz googleappengine --force
==> Caveats
This Cask makes minor modifications to the JRE to prevent issues with
packaged applications, as discussed here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411361
If your Java application still asks for JRE installation, you might need
to reboot or logout/login.
Installing this Cask means you have AGREED to the Oracle Binary Code
License Agreement for Java SE at
http://www.oracle.com/technetwork/java/javase/terms/license/index.html
==> Downloading http://download.oracle.com/otn-pub/java/jdk/8u51-b16/jdk-8u51-macosx-x64.dmg
######################################################################## 100.0%
==> Running installer for java; your password may be necessary.
==> Package installers may write to any location; options such as --appdir are ignored.
Password:
==> installer: Package name is JDK 8 Update 51
==> installer: Upgrading at base path /
==> installer: The upgrade was successful.
🍺 java staged at '/opt/homebrew-cask/Caskroom/java/1.8.0_51-b16' (2 files, 222M)
==> Caveats
jenkins requires Java. You can install the latest version with
brew cask install java
You can change the launch parameters for jenkins using "defaults",
as described in
https://wiki.jenkins-ci.org/display/JENKINS/Thanks+for+using+OSX+Installer
Alternatively, you can directly run jenkins with custom parameters, eg
java -jar /Applications/Jenkins/jenkins.war -XX:PermSize=$MIN_PERM_GEN --httpPort=$HTTP_PORT
For more options, see
https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins
==> Downloading http://mirrors.jenkins-ci.org/osx/jenkins-1.619.pkg
######################################################################## 100.0%
==> Note: running "brew update" may fix sha256 checksum errors
Error: sha256 mismatch
Expected: 660F85B7D24133B60972127B42308369B65C971CDBA0D9883F99270306901003
Actual: 660f85b7d24133b60972127b42308369b65c971cdba0d9883f99270306901003
File: /Library/Caches/Homebrew/jenkins-1.619.pkg
To retry an incomplete download, remove the file above.
$