Skip to content

Commit 21a44d5

Browse files
chore: mirror external releases (#738)
Co-authored-by: alexeagle <[email protected]>
1 parent dff5194 commit 21a44d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ts/private/versions.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Automatically mirrored using mirror_versions.sh and automated on GitHub Actions.
77
# Note: this requires a newer git version, 2.25.1 is too old, but GHA runs with 2.41.0 as of Sep 2023
88
RULES_TS_VERSION = "$Format:%(describe:tags=true)$"
99

10-
# Note: Versions should be ascending order so TOOL_VERSIONS.keys()[-1] is the latest version.
10+
# Note: Versions should be ascending order so TOOL_VERSIONS.keys()[-1] is the latest version
1111
TOOL_VERSIONS = {
1212
"0.8.0": "sha512-t4DYxzL6Gt3+TRuJXtmh+3KfcY5iSM8J4lzUgfQkTOr78xFbmor79x/dQEGMaiqO2HJBbFGO3RlIaxPzpP5JMA==",
1313
"0.8.1": "sha512-/cfem275IES0o4/zVD1UmXfE3k5j2OAianSI2Oa1gYzWhAJ44OjNlXv3LVIj5EZ0fgks/XBtzp8aXVsaYILTVg==",
@@ -169,4 +169,5 @@ TOOL_VERSIONS = {
169169
"5.5.4": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
170170
"5.6.2": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
171171
"5.6.3": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
172+
"5.7.2": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
172173
}

0 commit comments

Comments
 (0)