kde-applications: 17.04.1 -> 17.04.2

use https as the remote server expects it
This commit is contained in:
Peter Hoeg 2017-06-19 12:31:42 +08:00
parent 392f4acee9
commit 9193bcb6b4
5 changed files with 1120 additions and 1120 deletions

View File

@ -18,7 +18,7 @@ still shows most of the available features is in `./gwenview.nix`.
# Updates
1. Update the URL in `./fetch.sh`.
2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/desktops/kde-5/applications`
2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde`
from the top of the Nixpkgs tree.
3. Use `nox-review wip` to check that everything builds.
4. Commit the changes and open a pull request.

View File

@ -1 +1 @@
WGET_ARGS=( http://download.kde.org/stable/applications/17.04.2/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/applications/17.04.2/ -A '*.tar.xz' )

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
WGET_ARGS=( http://download.kde.org/stable/plasma/5.10.2/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/plasma/5.10.2/ -A '*.tar.xz' )

View File

@ -1 +1 @@
WGET_ARGS=( http://download.kde.org/stable/frameworks/5.34/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/frameworks/5.34/ -A '*.tar.xz' )