llvm: Update to version 8.0.0

This commit is contained in:
Richard Kuhnt 2019-03-20 11:00:28 +00:00
parent 177630faa9
commit 7ce1f661c2

View File

@ -1,15 +1,15 @@
{
"homepage": "https://www.llvm.org/",
"version": "7.0.1",
"version": "8.0.0",
"license": "NCSA",
"architecture": {
"32bit": {
"url": "https://releases.llvm.org/7.0.1/LLVM-7.0.1-win32.exe#/llvm.7z",
"hash": "d56d8716da871c1895646b47aa406b27045d7155efdb4c5425dbe28b41df90b3"
"url": "https://releases.llvm.org/8.0.0/LLVM-8.0.0-win32.exe#/llvm.7z",
"hash": "43ff5543c02873f41b87508c90509946293fe613fdbc57f8d19349e931aad6da"
},
"64bit": {
"url": "https://releases.llvm.org/7.0.1/LLVM-7.0.1-win64.exe#/llvm.7z",
"hash": "672e4c420d6543a8a9f8ec5f1e5f283d88ac2155ef4c57232a399160a02bff57"
"url": "https://releases.llvm.org/8.0.0/LLVM-8.0.0-win64.exe#/llvm.7z",
"hash": "56d582eed2d5def6accaedabbe11ae368186600798e2a6a7eb86a727fa7bb20c"
}
},
"env_add_path": "bin",