fix(pvscheck): Switch URL to pvs-studio.com

[skip ci]
This commit is contained in:
James McCoy 2021-04-29 20:01:50 -04:00
parent fbe18d9ca4
commit 794a287846
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -389,7 +389,7 @@ run_analysis() {(
detect_url() {
local url="${1:-detect}"
if test "$url" = detect ; then
curl --silent -L 'https://www.viva64.com/en/pvs-studio-download/' \
curl --silent -L 'https://pvs-studio.com/en/pvs-studio/download-all/' \
| grep -o 'https\{0,1\}://[^"<>]\{1,\}/pvs-studio[^/"<>]*-x86_64\.tgz' \
|| echo FAILED
else