From 8d1da6b44bf7616b59c06b30d9f159a8fcaab87e Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Mon, 4 Mar 2024 17:56:21 +0100 Subject: [PATCH] scripts/plasma-release: adapt for stable release --- scripts/plasma-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/plasma-release.sh b/scripts/plasma-release.sh index 99dab69..54acbb0 100755 --- a/scripts/plasma-release.sh +++ b/scripts/plasma-release.sh @@ -72,7 +72,7 @@ add-tarball) for recipe in $(find $base -regex ".*/[0-9a-zA-Z\-]+\.inc" | grep -v /staging/); do name=$(echo $recipe | sed -e "s,\.inc,_${version}.bb,") app=$(echo $recipe | grep -P -o '[0-9a-zA-Z\-]+(?=\.inc)') - url="https://download.kde.org/unstable/plasma/${version}/${app}-${version}.tar.xz" + url="https://download.kde.org/stable/plasma/${version}/${app}-${version}.tar.xz" sha256=$(curl -s "${url}.sha256" | cut -d" " -f1) echo "${url} : ${sha256}" # examples: