mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
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
This commit is contained in:
parent
2112ac05e6
commit
be596da865
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user