From 21a44d5db4f8a8ae5d612987d8969076232ffbf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:37:43 +0000 Subject: [PATCH] chore: mirror external releases (#738) Co-authored-by: alexeagle --- ts/private/versions.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/private/versions.bzl b/ts/private/versions.bzl index 915d47fb..091b7f71 100644 --- a/ts/private/versions.bzl +++ b/ts/private/versions.bzl @@ -7,7 +7,7 @@ Automatically mirrored using mirror_versions.sh and automated on GitHub Actions. # Note: this requires a newer git version, 2.25.1 is too old, but GHA runs with 2.41.0 as of Sep 2023 RULES_TS_VERSION = "$Format:%(describe:tags=true)$" -# Note: Versions should be ascending order so TOOL_VERSIONS.keys()[-1] is the latest version. +# Note: Versions should be ascending order so TOOL_VERSIONS.keys()[-1] is the latest version TOOL_VERSIONS = { "0.8.0": "sha512-t4DYxzL6Gt3+TRuJXtmh+3KfcY5iSM8J4lzUgfQkTOr78xFbmor79x/dQEGMaiqO2HJBbFGO3RlIaxPzpP5JMA==", "0.8.1": "sha512-/cfem275IES0o4/zVD1UmXfE3k5j2OAianSI2Oa1gYzWhAJ44OjNlXv3LVIj5EZ0fgks/XBtzp8aXVsaYILTVg==", @@ -169,4 +169,5 @@ TOOL_VERSIONS = { "5.5.4": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "5.6.2": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "5.6.3": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "5.7.2": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", }