From 795254abb7df5970cfe32ef038f31a2be54b54e9 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Fri, 11 Sep 2020 14:59:23 -0600 Subject: [PATCH] bump dates and versions --- dependency_install_steps_by_platform/macOS.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dependency_install_steps_by_platform/macOS.md b/dependency_install_steps_by_platform/macOS.md index cb527ef..5625108 100644 --- a/dependency_install_steps_by_platform/macOS.md +++ b/dependency_install_steps_by_platform/macOS.md @@ -2,7 +2,7 @@ This document assumes you are starting from a fresh install of macOS. -Most recently tested 2020-08-18 with the following macOS release: +Most recently tested 2020-08-27 with the following macOS release: ``` % sw_vers @@ -46,13 +46,13 @@ $ brew upgrade Homebrew has a search page you can use to look up formula names: http://formulae.brew.sh/ -Most recently tested 2020-08-18 with the following Homebrew release: +Most recently tested 2020-08-27 with the following Homebrew release: ``` % brew --version -Homebrew 2.4.12 -Homebrew/homebrew-core (git revision ccdb2; last commit 2020-08-18) -Homebrew/homebrew-cask (git revision 02f8d9; last commit 2020-08-18) +Homebrew 2.4.13 +Homebrew/homebrew-core (git revision 2576c; last commit 2020-08-27) +Homebrew/homebrew-cask (git revision 45288; last commit 2020-08-27) ``` That last line about "homebrew-cask" refers to a subcommand 'cask' that can manage the types of @@ -72,7 +72,7 @@ that, the second attempt should succeed. $ brew cask install virtualbox ``` -Most recently tested 2020-08-18 with the following Virtualbox release: +Most recently tested 2020-08-27 with the following Virtualbox release: ``` % VBoxManage --version @@ -87,11 +87,11 @@ Most recently tested 2020-08-18 with the following Virtualbox release: $ brew cask install vagrant ``` -Most recently tested 2020-08-18 with the following Vagrant release: +Most recently tested 2020-08-27 with the following Vagrant release: ``` % vagrant --version -Vagrant 2.2.9 +Vagrant 2.2.10 ``` @@ -102,7 +102,7 @@ Vagrant 2.2.9 $ brew install gnupg ``` -Most recently tested 2020-08-18 with the following GnuPG release: +Most recently tested 2020-08-27 with the following GnuPG release: ``` % gpg --version @@ -125,7 +125,7 @@ $ brew install python Note that to run python 3.x you need to use the name `python3`; running `python` will run python 2.x. -Most recently tested 2020-08-18 with the following Python release: +Most recently tested 2020-08-27 with the following Python release: ``` % python3 --version @@ -162,7 +162,7 @@ _direnv_hook;[...] direnv also supports several other shells -- zsh, fish, tcsh, and elvish as of this writing. Its website includes instructions for enabling each of the shells it supports. -Most recently tested 2020-08-18 with the following direnv release: +Most recently tested 2020-08-27 with the following direnv release: ``` % direnv --version