summaryrefslogtreecommitdiffstats
path: root/src/pango.mk
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-03-04 10:33:47 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-03-04 10:33:47 (GMT)
commite961e447fbe61df54a0e304bc078741a47230193 (patch)
tree7c9fc11b43ca2711888c13fd1c0e64a2dcf87f3d /src/pango.mk
parent215adb59861289ab5b4d12538028252b2f2b5a32 (diff)
downloadmxe-e961e447fbe61df54a0e304bc078741a47230193.zip
mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.gz
mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.bz2
URL updates
Diffstat (limited to 'src/pango.mk')
-rw-r--r--src/pango.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pango.mk b/src/pango.mk
index c582c1e..d22b16b 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -8,11 +8,11 @@ $(PKG)_VERSION := 1.37.4
$(PKG)_CHECKSUM := ae2446f1c23c81d78e935054a37530336818c214f54bed2351bdd4ad0acebcbe
$(PKG)_SUBDIR := pango-$($(PKG)_VERSION)
$(PKG)_FILE := pango-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/pango/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
+$(PKG)_URL := https://download.gnome.org/sources/pango/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
$(PKG)_DEPS := gcc cairo fontconfig freetype glib harfbuzz
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://git.gnome.org/browse/pango/refs/tags' | \
+ $(WGET) -q -O- 'https://git.gnome.org/browse/pango/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
head -1