From be596da865fb4a130c5444e9089f28162b449aa0 Mon Sep 17 00:00:00 2001 From: Pratik Chowdhury Date: Wed, 20 Jan 2021 21:52:52 +0530 Subject: [PATCH] llvm: update to 11.0.1/Switch URLs to GitHub (#1741) * 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 --- bucket/llvm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index b58a09c9eb..f46084b7f0 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -66,8 +66,8 @@ "bin\\wasm-ld.exe" ], "checkver": { - "url": "https://llvm.org/", - "regex": "([\\d.]+):" + "github": "https://github.com/llvm/llvm-project", + "regex": "tag/llvmorg-([\\d._]+)" }, "autoupdate": { "architecture": {