Skip to content

Instantly share code, notes, and snippets.

@johnpryan
Created December 7, 2016 21:38
Show Gist options
  • Save johnpryan/77b45b581ab1edf29c6744cf3c4cb163 to your computer and use it in GitHub Desktop.
Save johnpryan/77b45b581ab1edf29c6744cf3c4cb163 to your computer and use it in GitHub Desktop.
Install an old version of a Homebrew Cask
cd /usr/local/Homebrew/Library/Taps/dart-lang/homebrew-dart
git remote rm origin
git checkout -B master OLD_COMMIT_HASH
brew unlink dart
brew install dart --with-dartium --with-content-shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment