mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
28 lines
929 B
JSON
28 lines
929 B
JSON
{
|
|
"homepage": "https://www.llvm.org/",
|
|
"version": "8.0.0",
|
|
"license": "NCSA",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://releases.llvm.org/8.0.0/LLVM-8.0.0-win32.exe#/llvm.7z",
|
|
"hash": "43ff5543c02873f41b87508c90509946293fe613fdbc57f8d19349e931aad6da"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.llvm.org/8.0.0/LLVM-8.0.0-win64.exe#/llvm.7z",
|
|
"hash": "56d582eed2d5def6accaedabbe11ae368186600798e2a6a7eb86a727fa7bb20c"
|
|
}
|
|
},
|
|
"env_add_path": "bin",
|
|
"checkver": "\\/releases\\/download.html#([\\d.]+)",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe#/llvm.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe#/llvm.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|