mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "1.13.20",
|
|
"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/swc-win32-x64-msvc.exe#/swc.exe",
|
|
"hash": "0d6d483a4aa830ca1b7d73b1f090de8700a3942fbd3de7295816c747c3e117ab"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-ia32-msvc.exe#/swc.exe",
|
|
"hash": "0fca1d4c81cdf3b8b47984ff942ba2b7bf43b3cad8358d91ed9283cc4b9d4824"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-arm64-msvc.exe#/swc.exe",
|
|
"hash": "2cb8ce03cba8b2b43e9b9adc5220b3382911bef9b6d55ef807da7a9a73b41554"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|