kde/fetch.sh: use https for getting checksums
This commit is contained in:
parent
060208c033
commit
a8df3e773e
1 changed files with 1 additions and 1 deletions
|
@ -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' )
|
||||
|
|
Loading…
Reference in a new issue