Commit e6dd59c
committed
fix: use dots in release tag and filename for ICU >= 78
Starting from ICU 78.1, the unicode-org/icu GitHub releases reverted
to using dots in both the release tag (release-78.1) and the filename
(icu4c-78.1-data-bin-l.zip), instead of hyphens/underscores used in
versions 69-77.
URL format by version range:
- v67-v68: release-67-1/icu4c-67.1-data-bin-l.zip (hyphens in tag, dots in file)
- v69-v77: release-73-1/icu4c-73_1-data-bin-l.zip (hyphens in tag, underscores in file)
- v78+: release-78.1/icu4c-78.1-data-bin-l.zip (dots in both)1 parent 37c4848 commit e6dd59c
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments