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: