summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.5/fetchsrcs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.5/fetchsrcs.sh')
-rwxr-xr-xpkgs/desktops/plasma-5.5/fetchsrcs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5.5/fetchsrcs.sh b/pkgs/desktops/plasma-5.5/fetchsrcs.sh
index 7d80ec7890d..714e0fc7509 100755
--- a/pkgs/desktops/plasma-5.5/fetchsrcs.sh
+++ b/pkgs/desktops/plasma-5.5/fetchsrcs.sh
@@ -4,7 +4,7 @@
 set -x
 
 # The trailing slash at the end is necessary!
-RELEASE_URL="http://download.kde.org/stable/plasma/5.5.3/"
+RELEASE_URL="http://download.kde.org/stable/plasma/5.5.4/"
 EXTRA_WGET_ARGS='-A *.tar.xz'
 
 mkdir tmp; cd tmp