diff options
author | ZyX <kp-pav@yandex.ru> | 2017-05-02 01:54:44 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-05-02 04:04:10 +0300 |
commit | 7fc3cccfaabf8f576af73a21d7538257df4d41ed (patch) | |
tree | f36a8213aea82c88f21e45f901cac026dd4c06ab | |
parent | bcc97afbd258c8608e73ff7765c33fe5da713fb9 (diff) | |
download | rneovim-7fc3cccfaabf8f576af73a21d7538257df4d41ed.tar.gz rneovim-7fc3cccfaabf8f576af73a21d7538257df4d41ed.tar.bz2 rneovim-7fc3cccfaabf8f576af73a21d7538257df4d41ed.zip |
pvscheck: Update pvs-studio URL
[ci skip]
-rwxr-xr-x | scripts/pvscheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh index 6e95358aa8..c8928dc266 100755 --- a/scripts/pvscheck.sh +++ b/scripts/pvscheck.sh @@ -133,7 +133,7 @@ do_recheck() { } main() { - local PVS_URL="http://files.viva64.com/pvs-studio-6.14.21446.1-x86_64.tgz" + local PVS_URL="http://files.viva64.com/pvs-studio-6.15.21741.1-x86_64.tgz" if test "$1" = "--help" ; then help |