mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.15.8",
|
|
"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.8/swc-win32-x64-msvc.exe#/swc.exe",
|
|
"hash": "ee634416398a11a9ae704c8ad21e6d1fd30b09d8ef77b3c8defee1bac1210967"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/swc-project/swc/releases/download/v1.15.8/swc-win32-ia32-msvc.exe#/swc.exe",
|
|
"hash": "e97dd5f06a7bf087c7a968eeb85b4041364ed454e0e82ac3601cd305e3b59924"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/swc-project/swc/releases/download/v1.15.8/swc-win32-arm64-msvc.exe#/swc.exe",
|
|
"hash": "7baacde38b59b7f27c13edb6b1b8a667738fb7d1c3a840d9ec34c5df7acb65e1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|