2025-09-26 20:28:06 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.13.20-nightly-20250926.1",
"description": "A super-fast TypeScript / JavaScript compiler written in Rust",
"homepage": "https://swc.rs",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.20-nightly-20250926.1/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "3481630b8ce1b57e4cd4d5acdfeeb1c14f02424e5d3eb7a3f266b73033f560e2"
},
"32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.20-nightly-20250926.1/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "6a15fec114cf51d0fdf662e6dc7587701623f000484da4a5a9de9d45e7df05cb"
},
"arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.20-nightly-20250926.1/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "9e59414d728743c2972252eeb3c36ecb022c258a5997969040f130befdecd13b"
}
},
"bin": "swc.exe",
"checkver": {
"github": "https://github.com/swc-project/swc",
"regex": "tag/v([\\w\\.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/swc-project/swc/releases/download/v$version/swc-win32-x64-msvc.exe#/swc.exe"
},
"32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v$version/swc-win32-ia32-msvc.exe#/swc.exe"
},
"arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v$version/swc-win32-arm64-msvc.exe#/swc.exe"
}
}
}
}