File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ if [ "$CHECKSUM" != "$GENERATED_CHECKSUM" ]; then
59
59
exit 0
60
60
fi
61
61
62
- sed -i ' ' -e " s|\" url\" : \" \(.*\) \" .*|\" url\" : \" $NEW_VERSION_TGZ_URL \" ,|" " $TOOLS_DIR /icu/current_ver.dep"
62
+ perl -i -pe " s|\" url\" : .*|\" url\" : \" $NEW_VERSION_TGZ_URL \" ,|" " $TOOLS_DIR /icu/current_ver.dep"
63
63
64
- sed -i ' ' -e " s|\" md5\" : \" \(.*\) \" .* |\" md5\" : \" $CHECKSUM \" |" " $TOOLS_DIR /icu/current_ver.dep"
64
+ perl -i -pe " s|\" md5\" : .* |\" md5\" : \" $CHECKSUM \" |" " $TOOLS_DIR /icu/current_ver.dep"
65
65
66
66
rm -rf out " $DEPS_DIR /icu" " $DEPS_DIR /icu4c*"
67
67
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "url": "https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-src.zip ",
3
+ "url": "aaa ",
4
4
"md5": "6556e2a18b137e80a06a11060a08762b"
5
5
}
6
6
]
You can’t perform that action at this time.
0 commit comments