Skip to content

Commit

Permalink
Changes by create-pull-request action (#247)
Browse files Browse the repository at this point in the history
* chore: mirror external releases

* Update versions.bzl

---------

Co-authored-by: alexeagle <alexeagle@users.noreply.github.com>
Co-authored-by: Alex Eagle <alex@aspect.dev>
  • Loading branch information
3 people committed Apr 4, 2024
1 parent 9a0811f commit 179deea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions swc/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@

# Versions should be descending order so TOOL_VERSIONS[0] is the latest version.
TOOL_VERSIONS = {
"v1.4.11": {
"darwin-arm64": "sha384-7kgr0Ynz3Oie/da/UaUR/JiSHycu/B4Glh8tEm1LcgJv8OH+jJ95QUY4A/F8y5zp",
"darwin-x64": "sha384-wJW+D73GAcFodX8nOPiHfjz33ngZ8HYpHTxkee1fYiWp0FaajH7oaxlnIA2dRybj",
"linux-arm-gnueabihf": "sha384-PfpJx/0dCt8f4bxD4Twv4+8z1/SulyHjroRltGAFjimfaxF+DbeCoPi3tCpa94ph",
"linux-arm64-gnu": "sha384-xwE5nqNEQrFM4XHK7oUBwGF7BpEXG3B7WsYzVy5yfw1/72VQG3oCoq2G9mMTiMOH",
"linux-x64-gnu": "sha384-j3wAstRqlT3gODJmaClNIV6lksEYBaC3c9Ccdsf7uI02CArRGqt2BWaiHDmtHJHB",
"win32-arm64-msvc": "sha384-MrzY97ZwsHQznQq+N+nv50pLAlMpr0mhI7nTzSqq4b0trf3A7nZkoiSic0LYuJ2E",
"win32-ia32-msvc": "sha384-CjejHCpZuK6TuJjaAIjSVovE7Jc7BfR45NfUlYYUESlsZH8t5FRQ/LFSd754QG4y",
"win32-x64-msvc": "sha384-U1c7oQvB5FSRatsZTTBfCSABO3och+A1kc1/PmwsxuN/SXAbmINfeOHvWSBDNyps",
},
"v1.4.8": {
"darwin-arm64": "sha384-4beOg77xJVphl5JLNI440f2CrYK2YomqSp8LHEW2s2VOZ7KB/BF218RNXLlw/rWn",
"darwin-x64": "sha384-NdUWEl5QTmuwz0amXNhfsFruHTwxLMts2pvIqk7U5iptFIec0hsLpfmMT3Wl4BYX",
Expand Down

0 comments on commit 179deea

Please sign in to comment.