From: xf0r3m Date: Thu, 28 Nov 2024 10:58:55 +0000 (+0100) Subject: Zmiana źródła informacji o nowych wersjach LibreWolf. X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=0714d042ea13b61365953a4f350105f0a70a45d5;p=immudex.git Zmiana źródła informacji o nowych wersjach LibreWolf. --- 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