File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Mason releases
2
2
3
+ ## 0.23.0
4
+ - LLVM 11 now available
5
+ - Boost 1.75.0 now available
6
+
3
7
## 0.22.0
4
8
5
9
- 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:
51
51
52
52
``` sh
53
53
mkdir ./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
55
55
```
56
56
57
57
Then you can use the ` mason ` command like: ` ./mason/mason install <package> <version> `
58
58
59
59
To install mason globally (to /tmp):
60
60
61
61
``` 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
63
63
```
64
64
65
65
Then 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
7
7
set -eu
8
8
set -o pipefail
9
9
10
- MASON_RELEASED_VERSION=" 0.22 .0"
10
+ MASON_RELEASED_VERSION=" 0.23 .0"
11
11
12
12
if [ " ${MASON_COMMAND} " = " --version" ]; then
13
13
echo ${MASON_RELEASED_VERSION}
You can’t perform that action at this time.
0 commit comments