From: Matt Turner Date: Sun, 7 Apr 2019 20:43:57 +0000 (-0700) Subject: Makefile.am: Update download links X-Git-Tag: pixman-0.38.4~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7058fe49d6b8d0696f6c056458b7abb091f506a;p=platform%2Fupstream%2Fpixman.git Makefile.am: Update download links Signed-off-by: Matt Turner --- diff --git a/Makefile.am b/Makefile.am index a680665..212d0a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,8 +15,8 @@ USERNAME=$$USER RELEASE_OR_SNAPSHOT = $$(if test "x$(PIXMAN_VERSION_MINOR)" = "x$$(echo "$(PIXMAN_VERSION_MINOR)/2*2" | bc)" ; then echo release; else echo snapshot; fi) RELEASE_CAIRO_HOST = $(USERNAME)@cairographics.org RELEASE_CAIRO_DIR = /srv/cairo.freedesktop.org/www/$(RELEASE_OR_SNAPSHOT)s -RELEASE_CAIRO_URL = http://cairographics.org/$(RELEASE_OR_SNAPSHOT)s -RELEASE_XORG_URL = http://xorg.freedesktop.org/archive/individual/lib +RELEASE_CAIRO_URL = https://cairographics.org/$(RELEASE_OR_SNAPSHOT)s +RELEASE_XORG_URL = https://www.x.org/releases/individual/lib RELEASE_XORG_HOST = $(USERNAME)@xorg.freedesktop.org RELEASE_XORG_DIR = /srv/xorg.freedesktop.org/archive/individual/lib RELEASE_ANNOUNCE_LIST = cairo-announce@cairographics.org, xorg-announce@lists.freedesktop.org, pixman@lists.freedesktop.org