Skip to content

Instantly share code, notes, and snippets.

@0x3333
Last active September 27, 2017 17:31
Show Gist options
  • Save 0x3333/649df042b745a2aea60c7ed026807efb to your computer and use it in GitHub Desktop.
Save 0x3333/649df042b745a2aea60c7ed026807efb to your computer and use it in GitHub Desktop.
Installing ForkLift version 2 using Cask

ForkLift 2 Cask Install

ForkLift is in version 3, but I have a license for version 2. I want to install ForkLift version 2 using brew cask, if I just run brew cask install forklift it will install version 3.

To install version 2 install the last commit in the cask file forklift.rb for version 2, which is 2.6.6, commit 0bc4d90.

forklift.rb in commit 0bc4d90

#!/bin/bash
brew cask install https://raw.githubusercontent.com/caskroom/homebrew-cask/0bc4d90f01add4fe5efaccc7ece9bcb34b393751/Casks/forklift.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment