Skip to content

Commit

Permalink
chore: mirror external releases (#738)
Browse files Browse the repository at this point in the history
Co-authored-by: alexeagle <[email protected]>
  • Loading branch information
github-actions[bot] and alexeagle authored Dec 10, 2024
1 parent dff5194 commit 21a44d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ts/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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==",
Expand Down Expand Up @@ -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==",
}

0 comments on commit 21a44d5

Please sign in to comment.