Commit 29492e2
tools: fix version parsing in brotli update script
Update `tools/dep_updaters/update-brotli.sh` to parse the current
version of brotli from the newer macros `BROTLI_VERSION_MAJOR`,
`BROTLI_VERSION_MINOR` and `BROTLI_VERSION_PATCH`.
PR-URL: #51373
Refs: #50804
Refs: nodejs/security-wg#1181
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent d7658ca commit 29492e2Copy full SHA for 29492e2
File tree
Expand file treeCollapse file tree
1 file changed
+4
-6
lines changedOpen diff view settings
Filter options
- tools/dep_updaters
Expand file treeCollapse file tree
1 file changed
+4
-6
lines changedOpen diff view settings
Collapse file
tools/dep_updaters/update-brotli.sh
Copy file name to clipboardExpand all lines: tools/dep_updaters/update-brotli.sh+4-6Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
33 | 31 | |
34 | 32 | |
35 | 33 | |
|
0 commit comments