Skip to content

Commit

Permalink
Brewfile: no more homebrew/versions needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Dec 5, 2016
1 parent e19d9f4 commit 08a5cbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/services'
tap 'homebrew/test-bot'
tap 'homebrew/versions'
cask 'java'
brew 'autoconf'
brew 'cmake'
Expand All @@ -17,11 +16,12 @@ brew 'hub'
brew 'icu4c'
brew 'oniguruma'
brew 'jq'
brew 'openssl'
brew 'pkg-config'
brew 'node'
brew 'jsonlint'
brew 'launch_socket_server', restart_service: true
brew 'launchdns', restart_service: true
brew 'openssl'
brew 'pkg-config'
brew 'libevent'
brew 'mas'
brew 'memcached', restart_service: true
Expand All @@ -35,8 +35,8 @@ brew 'redis', restart_service: true
brew 'ripgrep'
brew 'shellcheck'
brew 'ssh-copy-id'
brew 'homebrew/versions/elasticsearch17'
brew 'homebrew/versions/mysql56'
brew '[email protected]'
brew '[email protected]'
cask 'appcleaner'
cask 'doxie'
cask 'flux'
Expand Down

0 comments on commit 08a5cbc

Please sign in to comment.