h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

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"
}
}
}
}