common/environment/fetch/misc.sh: add KDE_SITE.
there are 272 occourences of download.kde.org/stable, to avoid repetition add a KDE_SITE variable to be used instead.
This commit is contained in:
parent
79c562f72a
commit
babcd991bc
|
@ -16,6 +16,7 @@ PYPI_SITE="https://files.pythonhosted.org/packages/source"
|
|||
MOZILLA_SITE="http://ftp.mozilla.org/pub"
|
||||
GNU_SITE="http://ftp.gnu.org/gnu"
|
||||
FREEDESKTOP_SITE="https://freedesktop.org/software"
|
||||
KDE_SITE="https://download.kde.org/stable"
|
||||
|
||||
# Repetitive sub homepage's with no real project page
|
||||
# ie. some gnome and xorg projects. For use in $homepage.
|
||||
|
|
Loading…
Reference in New Issue