File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Mason releases
2
2
3
+ ## 0.17.0
4
+
5
+ - Added
6
+ - gdal 2.2.3 and sub-packages:
7
+ - ogr2ogr 2.2.3
8
+ - libgdal 2.2.3
9
+ - mapnik 98c26bc (https://github.com/mapnik/mapnik/commit/98c26bc )
10
+ - build2 0.6.2 (https://build2.org )
11
+
12
+ - Changed
13
+ - Now compiling packages with clang++-5 on travis
14
+
15
+
3
16
## 0.16.0
4
17
- Added
5
- - abseilc 56e782
18
+ - abseil 56e782
6
19
- clang-format 6.0.0
7
20
- clang-tidy 6.0.0
8
21
- clang++ 6.0.0
Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ To install mason locally:
40
40
41
41
``` sh
42
42
mkdir ./mason
43
- curl -sSfL https://github.com/mapbox/mason/archive/v0.16 .0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=./mason
43
+ curl -sSfL https://github.com/mapbox/mason/archive/v0.17 .0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=./mason
44
44
```
45
45
46
46
Then you can use the ` mason ` command like: ` ./mason/mason install <package> <version> `
47
47
48
48
To install mason globally (to /tmp):
49
49
50
50
``` sh
51
- curl -sSfL https://github.com/mapbox/mason/archive/v0.16 .0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=/tmp
51
+ curl -sSfL https://github.com/mapbox/mason/archive/v0.17 .0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=/tmp
52
52
```
53
53
54
54
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.16 .0"
10
+ MASON_RELEASED_VERSION=" 0.17 .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