summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/index.html2
-rw-r--r--src/alure.mk2
-rw-r--r--src/bullet.mk2
-rw-r--r--src/faad2.mk2
-rw-r--r--src/geoip-database.mk2
-rw-r--r--src/libevent.mk2
-rw-r--r--src/minizip.mk2
-rw-r--r--src/nlopt.mk6
-rw-r--r--src/qdbm.mk6
9 files changed, 13 insertions, 13 deletions
diff --git a/docs/index.html b/docs/index.html
index 3be3558..032d6d4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1970,7 +1970,7 @@ endef</pre>
<p>
Packages that are
- <a href="http://www.audiocoding.com/faac.html">non-free</a>
+ <a href="https://www.audiocoding.com/faac.html">non-free</a>
or
<a href="http://glaros.dtc.umn.edu/gkhome/metis/metis/faq#distribute">ambiguous</a>
will be
diff --git a/src/alure.mk b/src/alure.mk
index f168a4d..9e3bc61 100644
--- a/src/alure.mk
+++ b/src/alure.mk
@@ -11,7 +11,7 @@ $(PKG)_URL := http://kcat.strangesoft.net/alure-releases/$($(PKG)_FILE)
$(PKG)_DEPS := cc flac libsndfile mpg123 ogg openal vorbis
define $(PKG)_UPDATE
- $(WGET) -q -O- http://repo.or.cz/w/alure.git/tags | \
+ $(WGET) -q -O- https://repo.or.cz/alure.git/tags | \
grep alure- | \
$(SED) -n 's,.*alure-\([0-9\.]*\)<.*,\1,p' | \
head -1
diff --git a/src/bullet.mk b/src/bullet.mk
index 61fb6df..cb8d571 100644
--- a/src/bullet.mk
+++ b/src/bullet.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := bullet
-$(PKG)_WEBSITE := http://bulletphysics.org/
+$(PKG)_WEBSITE := https://bulletphysics.org/
$(PKG)_DESCR := Bullet physics, version 2
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.82-r2704
diff --git a/src/faad2.mk b/src/faad2.mk
index e13d989..b91f69b 100644
--- a/src/faad2.mk
+++ b/src/faad2.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := faad2
-$(PKG)_WEBSITE := http://www.audiocoding.com/
+$(PKG)_WEBSITE := https://www.audiocoding.com/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.8.8
$(PKG)_CHECKSUM := 985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d
diff --git a/src/geoip-database.mk b/src/geoip-database.mk
index 56b4bfa..988f79b 100644
--- a/src/geoip-database.mk
+++ b/src/geoip-database.mk
@@ -8,7 +8,7 @@ $(PKG)_VERSION := 20150317-1
$(PKG)_CHECKSUM := 45be84939fd22bef1ccaa1189f83c667fef275a16bbfb91f82b7b2068b4e3735
$(PKG)_SUBDIR := .
$(PKG)_FILE := $(PKG)_$($(PKG)_VERSION)_all.deb
-$(PKG)_URL := http://http.debian.net/debian/pool/main/g/$(PKG)/$($(PKG)_FILE)
+$(PKG)_URL := https://deb.debian.org/debian/pool/main/g/$(PKG)/$($(PKG)_FILE)
$(PKG)_TARGETS := $(BUILD)
define $(PKG)_UPDATE
diff --git a/src/libevent.mk b/src/libevent.mk
index 844a8a2..b506e57 100644
--- a/src/libevent.mk
+++ b/src/libevent.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := libevent
-$(PKG)_WEBSITE := http://libevent.org/
+$(PKG)_WEBSITE := https://libevent.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.1.8
$(PKG)_CHECKSUM := 316ddb401745ac5d222d7c529ef1eada12f58f6376a66c1118eee803cb70f83d
diff --git a/src/minizip.mk b/src/minizip.mk
index f841d5b..5790bd3 100644
--- a/src/minizip.mk
+++ b/src/minizip.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := minizip
-$(PKG)_WEBSITE := http://www.winimage.com/zLibDll/minizip.html
+$(PKG)_WEBSITE := https://www.winimage.com/zLibDll/minizip.html
$(PKG)_IGNORE :=
$(PKG)_VERSION := 68a48aa
$(PKG)_CHECKSUM := 3fca5754b6e9f96fc907bb6755a1daef72f869cee172a4e687611c47ee693ada
diff --git a/src/nlopt.mk b/src/nlopt.mk
index 830df15..20ad31e 100644
--- a/src/nlopt.mk
+++ b/src/nlopt.mk
@@ -1,18 +1,18 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := nlopt
-$(PKG)_WEBSITE := http://ab-initio.mit.edu/wiki/index.php/NLopt
+$(PKG)_WEBSITE := https://ab-initio.mit.edu/wiki/index.php/NLopt
$(PKG)_DESCR := NLopt
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.4.2
$(PKG)_CHECKSUM := 8099633de9d71cbc06cd435da993eb424bbcdbded8f803cdaa9fb8c6e09c8e89
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://ab-initio.mit.edu/$(PKG)/$($(PKG)_FILE)
+$(PKG)_URL := https://ab-initio.mit.edu/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := cc
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://ab-initio.mit.edu/wiki/index.php/NLopt' | \
+ $(WGET) -q -O- 'https://ab-initio.mit.edu/wiki/index.php/NLopt' | \
$(SED) -n 's,.*<a href=".*nlopt-\([0-9.]\+\).tar.gz".*,\1,p' | \
$(SORT) -V | \
tail -1
diff --git a/src/qdbm.mk b/src/qdbm.mk
index 24818a8..e0d8c46 100644
--- a/src/qdbm.mk
+++ b/src/qdbm.mk
@@ -1,18 +1,18 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := qdbm
-$(PKG)_WEBSITE := http://fallabs.com/qdbm/
+$(PKG)_WEBSITE := https://fallabs.com/qdbm/
$(PKG)_DESCR := QDBM
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.8.78
$(PKG)_CHECKSUM := b466fe730d751e4bfc5900d1f37b0fb955f2826ac456e70012785e012cdcb73e
$(PKG)_SUBDIR := qdbm-$($(PKG)_VERSION)
$(PKG)_FILE := qdbm-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://fallabs.com/qdbm/$($(PKG)_FILE)
+$(PKG)_URL := https://fallabs.com/qdbm/$($(PKG)_FILE)
$(PKG)_DEPS := cc bzip2 libiconv lzo zlib
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://fallabs.com/qdbm/' | \
+ $(WGET) -q -O- 'https://fallabs.com/qdbm/' | \
grep 'qdbm-' | \
$(SED) -n 's,.*qdbm-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1