summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-07-15 05:01:37 (GMT)
committerGitHub <noreply@github.com>2017-07-15 05:01:37 (GMT)
commit7222a22953945abf8cca823aff30956dc098e55f (patch)
tree8a22e8f7f71afa3ba236699f062891635da06a96 /src
parentddb8f483e391fb0a1c33bde161c1454b6a1db6f9 (diff)
parentaeb00ab04b7459ac3dc31db7c0ea15434d4ac8cc (diff)
downloadmxe-7222a22953945abf8cca823aff30956dc098e55f.zip
mxe-7222a22953945abf8cca823aff30956dc098e55f.tar.gz
mxe-7222a22953945abf8cca823aff30956dc098e55f.tar.bz2
Merge pull request #1824 from vszakats/ssl2
secure URLs
Diffstat (limited to 'src')
-rw-r--r--src/flac.mk4
-rw-r--r--src/libshout.mk2
-rw-r--r--src/llvm.mk2
-rw-r--r--src/ogg.mk2
-rw-r--r--src/speex.mk2
-rw-r--r--src/speexdsp.mk2
-rw-r--r--src/theora.mk2
-rw-r--r--src/vorbis.mk2
8 files changed, 9 insertions, 9 deletions
diff --git a/src/flac.mk b/src/flac.mk
index 204e173..adcb49f 100644
--- a/src/flac.mk
+++ b/src/flac.mk
@@ -8,11 +8,11 @@ $(PKG)_VERSION := 1.3.1
$(PKG)_CHECKSUM := 4773c0099dba767d963fd92143263be338c48702172e8754b9bc5103efe1c56c
$(PKG)_SUBDIR := flac-$($(PKG)_VERSION)
$(PKG)_FILE := flac-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://downloads.xiph.org/releases/flac/$($(PKG)_FILE)
+$(PKG)_URL := https://downloads.xiph.org/releases/flac/$($(PKG)_FILE)
$(PKG)_DEPS := gcc ogg
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://downloads.xiph.org/releases/flac/' | \
+ $(WGET) -q -O- 'https://downloads.xiph.org/releases/flac/' | \
$(SED) -n 's,.*<a href="flac-\([0-9][0-9.]*\)\.tar\.[gx]z">.*,\1,p' | \
$(SORT) -V | \
tail -1
diff --git a/src/libshout.mk b/src/libshout.mk
index 117a94a..c9ffb83 100644
--- a/src/libshout.mk
+++ b/src/libshout.mk
@@ -7,7 +7,7 @@ $(PKG)_VERSION := 2.4.1
$(PKG)_CHECKSUM := f3acb8dec26f2dbf6df778888e0e429a4ce9378a9d461b02a7ccbf2991bbf24d
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://downloads.us.xiph.org/releases/$(PKG)/$($(PKG)_FILE)
+$(PKG)_URL := https://downloads.us.xiph.org/releases/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc ogg openssl speex theora vorbis
define $(PKG)_UPDATE
diff --git a/src/llvm.mk b/src/llvm.mk
index 33a337e..c00d0ad 100644
--- a/src/llvm.mk
+++ b/src/llvm.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := llvm
-$(PKG)_WEBSITE := http://llvm.org/
+$(PKG)_WEBSITE := https://llvm.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3.4
$(PKG)_CHECKSUM := 25a5612d692c48481b9b397e2b55f4870e447966d66c96d655241702d44a2628
diff --git a/src/ogg.mk b/src/ogg.mk
index bfdaeb8..9a3ff54 100644
--- a/src/ogg.mk
+++ b/src/ogg.mk
@@ -8,7 +8,7 @@ $(PKG)_VERSION := 1.3.2
$(PKG)_CHECKSUM := e19ee34711d7af328cb26287f4137e70630e7261b17cbe3cd41011d73a654692
$(PKG)_SUBDIR := libogg-$($(PKG)_VERSION)
$(PKG)_FILE := libogg-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://downloads.xiph.org/releases/ogg/$($(PKG)_FILE)
+$(PKG)_URL := https://downloads.xiph.org/releases/ogg/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
diff --git a/src/speex.mk b/src/speex.mk
index 37649a9..b8c8cb7 100644
--- a/src/speex.mk
+++ b/src/speex.mk
@@ -8,7 +8,7 @@ $(PKG)_VERSION := 1.2rc2
$(PKG)_CHECKSUM := caa27c7247ff15c8521c2ae0ea21987c9e9710a8f2d3448e8b79da9806bce891
$(PKG)_SUBDIR := speex-$($(PKG)_VERSION)
$(PKG)_FILE := speex-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://downloads.xiph.org/releases/speex/$($(PKG)_FILE)
+$(PKG)_URL := https://downloads.xiph.org/releases/speex/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
diff --git a/src/speexdsp.mk b/src/speexdsp.mk
index 5852541..4089930 100644
--- a/src/speexdsp.mk
+++ b/src/speexdsp.mk
@@ -8,7 +8,7 @@ $(PKG)_VERSION := 1.2rc3
$(PKG)_CHECKSUM := 4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1
$(PKG)_SUBDIR := speexdsp-$($(PKG)_VERSION)
$(PKG)_FILE := speexdsp-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://downloads.xiph.org/releases/speex/$($(PKG)_FILE)
+$(PKG)_URL := https://downloads.xiph.org/releases/speex/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
diff --git a/src/theora.mk b/src/theora.mk
index 4360ba7..77c9628 100644
--- a/src/theora.mk
+++ b/src/theora.mk
@@ -8,7 +8,7 @@ $(PKG)_VERSION := 1.1.1
$(PKG)_CHECKSUM := 40952956c47811928d1e7922cda3bc1f427eb75680c3c37249c91e949054916b
$(PKG)_SUBDIR := libtheora-$($(PKG)_VERSION)
$(PKG)_FILE := libtheora-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://downloads.xiph.org/releases/theora/$($(PKG)_FILE)
+$(PKG)_URL := https://downloads.xiph.org/releases/theora/$($(PKG)_FILE)
$(PKG)_DEPS := gcc ogg vorbis
define $(PKG)_UPDATE
diff --git a/src/vorbis.mk b/src/vorbis.mk
index f4b4412..384509b 100644
--- a/src/vorbis.mk
+++ b/src/vorbis.mk
@@ -8,7 +8,7 @@ $(PKG)_VERSION := 1.3.5
$(PKG)_CHECKSUM := 6efbcecdd3e5dfbf090341b485da9d176eb250d893e3eb378c428a2db38301ce
$(PKG)_SUBDIR := libvorbis-$($(PKG)_VERSION)
$(PKG)_FILE := libvorbis-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE)
+$(PKG)_URL := https://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE)
$(PKG)_DEPS := gcc ogg
define $(PKG)_UPDATE