mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
* Change LLVM update URL to GitHub Releases https://github.com/llvm/llvm-project/releases/latest LLVM is quite possibly now that they have completed a move to GitHub are not maintaining their website. LLVM 11.0.1 while is listed as a release on GitHub Releases, is not listed as a release on their website Since they are using GitHub releases, I think it would be best to update the project via GitHub Releases as well. * LLVM updated version to 11.0.1
83 lines
2.8 KiB
JSON
83 lines
2.8 KiB
JSON
{
|
|
"version": "11.0.1",
|
|
"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-11.0.1/LLVM-11.0.1-win64.exe#/dl.7z",
|
|
"hash": "d17bd0e556115c30ff45e30a3f9a623af89ad6a345a5df3ac47aa8b9eabab9a7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/LLVM-11.0.1-win32.exe#/dl.7z",
|
|
"hash": "76886461d2638ed16625a5e2dee35eae2202814fa9f9d99bd983f12d50f581ae"
|
|
}
|
|
},
|
|
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
|
|
"bin": [
|
|
"bin\\clang.exe",
|
|
"bin\\clang++.exe",
|
|
"bin\\clang-apply-replacements.exe",
|
|
"bin\\clang-change-namespace.exe",
|
|
"bin\\clang-check.exe",
|
|
"bin\\clang-cl.exe",
|
|
"bin\\clang-cpp.exe",
|
|
"bin\\clangd.exe",
|
|
"bin\\clang-doc.exe",
|
|
"bin\\clang-extdef-mapping.exe",
|
|
"bin\\clang-format.exe",
|
|
"bin\\clang-include-fixer.exe",
|
|
"bin\\clang-move.exe",
|
|
"bin\\clang-offload-bundler.exe",
|
|
"bin\\clang-offload-wrapper.exe",
|
|
"bin\\clang-query.exe",
|
|
"bin\\clang-refactor.exe",
|
|
"bin\\clang-rename.exe",
|
|
"bin\\clang-reorder-fields.exe",
|
|
"bin\\clang-scan-deps.exe",
|
|
"bin\\clang-tidy.exe",
|
|
"bin\\find-all-symbols.exe",
|
|
"bin\\ld.lld.exe",
|
|
"bin\\ld64.lld.exe",
|
|
"bin\\lld.exe",
|
|
"bin\\lldb.exe",
|
|
"bin\\lldb-argdumper.exe",
|
|
"bin\\lldb-instr.exe",
|
|
"bin\\lldb-server.exe",
|
|
"bin\\lldb-vscode.exe",
|
|
"bin\\lld-link.exe",
|
|
"bin\\llvm-ar.exe",
|
|
"bin\\llvm-cov.exe",
|
|
"bin\\llvm-cxxfilt.exe",
|
|
"bin\\llvm-lib.exe",
|
|
"bin\\llvm-nm.exe",
|
|
"bin\\llvm-objcopy.exe",
|
|
"bin\\llvm-objdump.exe",
|
|
"bin\\llvm-profdata.exe",
|
|
"bin\\llvm-ranlib.exe",
|
|
"bin\\llvm-rc.exe",
|
|
"bin\\llvm-size.exe",
|
|
"bin\\llvm-strings.exe",
|
|
"bin\\llvm-strip.exe",
|
|
"bin\\llvm-symbolizer.exe",
|
|
"bin\\modularize.exe",
|
|
"bin\\pp-trace.exe",
|
|
"bin\\scan-build.bat",
|
|
"bin\\wasm-ld.exe"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|