mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.15.5",
|
|
"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.15.5/swc-win32-x64-msvc.exe#/swc.exe",
|
|
"hash": "935d43257eade0fdc316bb28868cda3df269b54b73c38220a678f2c8617c3a27"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/swc-project/swc/releases/download/v1.15.5/swc-win32-ia32-msvc.exe#/swc.exe",
|
|
"hash": "c4f3d2d3e2773bfd050646c457cedf5517ea9191237cc7e08589de66347daacc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/swc-project/swc/releases/download/v1.15.5/swc-win32-arm64-msvc.exe#/swc.exe",
|
|
"hash": "de945ffe60b8263bcc723274a187da31a9115fbaa82dc31d9502a58d0adc9b01"
|
|
}
|
|
},
|
|
"bin": "swc.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/swc-project/swc",
|
|
"regex": "tag/v?(?![^\"]*-nightly-)([\\d\\.]+)(?=\")"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|