From 6c52e355153d902393d8c0d3654cc6eb0cd1bd4a Mon Sep 17 00:00:00 2001 From: Carles Tubio Date: Fri, 22 Nov 2024 23:39:56 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=C2=B2=20pvs=20version.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ████ ███ To request new features or in case this commit breaks something for you, ████ ███ please, create a new github issue with all possible information for me, ▓███▀█▄ but never share your API Keys! ▒▓██ ███ ░▒▓█ ███ Signed-off-by: Carles Tubio _________________________________________ / Hello, WORLD! \ | | \ pssst.. 1.00000000 BTC = 94591.80 EUR. / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || --- Makefile | 2 +- src/lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d9b573b82..590362f82 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ K ?= K.sh MAJOR = 0 MINOR = 7 PATCH = 0 -BUILD = 52 +BUILD = 53 OBLIGATORY = DISCLAIMER: This is strict non-violent software: \n$\ if you hurt other living creatures, please stop; \n$\ diff --git a/src/lib/Makefile b/src/lib/Makefile index 944367801..c7149ca0f 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -108,7 +108,7 @@ uv: pvs: ifndef V_PVS - $(MAKE) $@ V_PVS=$(shell curl -s https://pvs-studio.com/en/pvs-studio/download-all/ | grep x86_64.tgz | cut -d'"' -f2 | cut -d'-' -f2- | cut -d'.' -f-4 | head -n1) + $(MAKE) $@ V_PVS=$(shell curl -s https://pvs-studio.com/en/pvs-studio/download-all/ | grep x86_64.tgz | cut -d'"' -f2 | cut -d'-' -f2- | cut -d'.' -f-4 | tail -n1) else test -d $(KBUILD)/var/pvs-$(V_PVS) || ( \ curl -L https://files.pvs-studio.com/pvs-$(V_PVS).tgz \