From 0714d042ea13b61365953a4f350105f0a70a45d5 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Thu, 28 Nov 2024 11:58:55 +0100 Subject: [PATCH] =?utf8?q?Zmiana=20=C5=BAr=C3=B3d=C5=82a=20informacji=20o?= =?utf8?q?=20nowych=20wersjach=20LibreWolf.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/bin/immudex-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/immudex-updates b/tools/bin/immudex-updates index 885c13e..2f80683 100755 --- a/tools/bin/immudex-updates +++ b/tools/bin/immudex-updates @@ -12,7 +12,7 @@ function getVerFromRSSFeed() { echo "Obtaining updates information:"; echo " |"; if [ -x /usr/bin/librewolf ]; then - URL="https://codeberg.org/librewolf/source/tags.rss"; + URL="https://codeberg.org/librewolf/source/releases.rss"; newLibrewolfVer=$(getVerFromRSSFeed $URL); currentLibrewolfVer=$(librewolf -V | awk '{printf $3}'); if ! [ "$currentLibrewolfVer" = "$newLibrewolfVer" ]; then -- 2.39.5