From 30b09bc070a1bdf20f8ead27f75300dd8ee2d869 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Apr 2024 22:56:14 +0100 Subject: [PATCH] fix: sparklinux doesn't publish iso details in the RSS feed anymore --- quickget | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quickget b/quickget index afcc84d..22a7ea5 100755 --- a/quickget +++ b/quickget @@ -1248,8 +1248,7 @@ function editions_solus() { } function releases_sparkylinux() { - local SPARKY_RELEASES=$(wget -qO- "https://sourceforge.net/projects/sparkylinux/rss?path=/" | grep 'link' | grep '.iso' | cut -d'-' -f2 | uniq | tr '\r\n' ' ') - echo "${SPARKY_RELEASES}" + echo 7.3 } function editions_sparkylinux() {