use HTTPS in URLs

pull/2245/head
Viktor Szakats 6 years ago committed by mabrand
parent 740321f6c5
commit bdfb8c0159

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save