summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/applications-16.04/fetchsrcs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/applications-16.04/fetchsrcs.sh')
-rwxr-xr-xpkgs/desktops/kde-5/applications-16.04/fetchsrcs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/kde-5/applications-16.04/fetchsrcs.sh b/pkgs/desktops/kde-5/applications-16.04/fetchsrcs.sh
index 2b130c7e3aff..dc4a4a434b40 100755
--- a/pkgs/desktops/kde-5/applications-16.04/fetchsrcs.sh
+++ b/pkgs/desktops/kde-5/applications-16.04/fetchsrcs.sh
@@ -4,7 +4,7 @@
 set -x
 
 # The trailing slash at the end is necessary!
-WGET_ARGS='http://download.kde.org/stable/applications/16.04.0/ -A *.tar.xz'
+WGET_ARGS='http://download.kde.org/stable/applications/16.04.1/ -A *.tar.xz'
 
 mkdir tmp; cd tmp