mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-16 00:25:13 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.15.4",
|
|
"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.4/swc-win32-x64-msvc.exe#/swc.exe",
|
|
"hash": "a20ff35e503f41847dd3cb3e4b105be07348dd470f64ea2d907c0018d46f9ea8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/swc-project/swc/releases/download/v1.15.4/swc-win32-ia32-msvc.exe#/swc.exe",
|
|
"hash": "5952caa069cbfac0cfd4914af4e8933d192695c937e548bcba9e043b23b84891"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/swc-project/swc/releases/download/v1.15.4/swc-win32-arm64-msvc.exe#/swc.exe",
|
|
"hash": "1fcb83006886d09808858ce401f99b2a91852c5302a8cd5320375f01b83f132f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|