mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
* llvm: add arm64 * llvm: update arm64 to 16.0.3 * llvm: revert checkver changes --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
40 lines
1.7 KiB
JSON
40 lines
1.7 KiB
JSON
{
|
|
"version": "16.0.6",
|
|
"description": "Collection of modular and reusable compiler and toolchain technologies.",
|
|
"homepage": "https://www.llvm.org",
|
|
"license": "NCSA",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win64.exe#/dl.7z",
|
|
"hash": "9a8cd30cc92fdf403d96217347861545a5bbff7a1a1a8527b5785ff0e9101111"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win32.exe#/dl.7z",
|
|
"hash": "2b2ffd454e1d4eac6915c41e29de02d214c6cb33390098468bf088dbc7410629"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-woa64.exe#/dl.7z",
|
|
"hash": "74b37b2eaa0b3632c15ecbb5c1c1c5bc2d093a48cc872c4991a34a75ccda805f"
|
|
}
|
|
},
|
|
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"github": "https://github.com/llvm/llvm-project",
|
|
"regex": "tag/llvmorg-([\\d._]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win64.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win32.exe#/dl.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-woa64.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|