summaryrefslogtreecommitdiffstats
path: root/src/liboil.mk
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-03-05 03:41:39 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-03-10 13:59:00 (GMT)
commit45d34aaac7be400a5befb5a7a67d3b7b0072bc92 (patch)
tree7e0c7bf6f06d4cf82695aa4add7c6beff849216f /src/liboil.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/liboil.mk')
-rw-r--r--src/liboil.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/liboil.mk b/src/liboil.mk
index b8bffc2..ef0b351 100644
--- a/src/liboil.mk
+++ b/src/liboil.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := liboil
-$(PKG)_WEBSITE := http://liboil.freedesktop.org/
+$(PKG)_WEBSITE := https://liboil.freedesktop.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.3.17
$(PKG)_CHECKSUM := 105f02079b0b50034c759db34b473ecb5704ffa20a5486b60a8b7698128bfc69
@@ -11,13 +11,13 @@ $(PKG)_URL := http://$(PKG).freedesktop.org/download/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://cgit.freedesktop.org/liboil/refs/tags' | \
+ $(WGET) -q -O- 'https://cgit.freedesktop.org/liboil/refs/tags' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=[^0-9]*\\([0-9][^']*\\)'.*,\\1,p" | \
head -1
endef
# liboil is in maintenance-only phase:
-# http://cgit.freedesktop.org/liboil/commit/?id=04b154aa118c0fdf244932dadc3d085f6290db7a
+# https://cgit.freedesktop.org/liboil/commit/?id=04b154aa118c0fdf244932dadc3d085f6290db7a
# configure doesn't wildcard host test for x86_64
# `as_cv_unaligned_access` so set it manually