File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Mason releases
22
3+ ## 0.23.0
4+ - LLVM 11 now available
5+ - Boost 1.75.0 now available
6+
37## 0.22.0
48
59 - Binaries now compiled with clang++ 10.0.0
Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ To install mason locally:
5151
5252``` sh
5353mkdir ./mason
54- curl -sSfL https://github.com/mapbox/mason/archive/v0.22 .0.tar.gz | tar -z --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=./mason
54+ curl -sSfL https://github.com/mapbox/mason/archive/v0.23 .0.tar.gz | tar -z --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=./mason
5555```
5656
5757Then you can use the ` mason ` command like: ` ./mason/mason install <package> <version> `
5858
5959To install mason globally (to /tmp):
6060
6161``` sh
62- curl -sSfL https://github.com/mapbox/mason/archive/v0.22 .0.tar.gz | tar -z --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=/tmp
62+ curl -sSfL https://github.com/mapbox/mason/archive/v0.23 .0.tar.gz | tar -z --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=/tmp
6363```
6464
6565Then you can use the ` mason ` command like: ` /tmp/mason install <package> <version> `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ MASON_VERSION=$1 ; shift
77set -eu
88set -o pipefail
99
10- MASON_RELEASED_VERSION=" 0.22 .0"
10+ MASON_RELEASED_VERSION=" 0.23 .0"
1111
1212if [ " ${MASON_COMMAND} " = " --version" ]; then
1313 echo ${MASON_RELEASED_VERSION}
You can’t perform that action at this time.
0 commit comments