Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-02-11 18:45:32 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-02-11 18:56:34 +0300
commit0c173e2a4873a2bf92b3fb23b9419e6982d2744b (patch)
tree55eb5800bc20a34b5dd9bc93e2ee7fec5d1e26b5 /packages
parent5c2378112dc681cea0aa5c2447661fb13adbc46b (diff)
Switch fontconfig download url to freedesktop.org
fontconfig.org is unreliable.
Diffstat (limited to 'packages')
-rw-r--r--packages/fontconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fontconfig.py b/packages/fontconfig.py
index 8d890be..af6fab7 100644
--- a/packages/fontconfig.py
+++ b/packages/fontconfig.py
@@ -4,7 +4,7 @@ class FontConfigPackage (Package):
Package.__init__(self, 'fontconfig', '2.10.2',
configure_flags=['--disable-docs'],
sources=[
- 'http://www.fontconfig.org/release/%{name}-%{version}.tar.gz'
+ 'https://www.freedesktop.org/software/fontconfig/release/%{name}-%{version}.tar.gz'
],
# note: a non-empty DESTDIR keeps fc-cache from running at
# install-time