kde/fetch.sh: use https for getting checksums

This commit is contained in:
Alyssa Ross 2021-10-04 17:23:07 +00:00
parent 060208c033
commit a8df3e773e

View file

@ -1 +1 @@
WGET_ARGS=( http://download.kde.org/stable/release-service/21.08.1/src -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/release-service/21.08.1/src -A '*.tar.xz' )