Merge pull request #1824 from vszakats/ssl2

secure URLs
This commit is contained in:
Tony Theodore 2017-07-15 15:01:37 +10:00 committed by GitHub
commit 7222a22953
8 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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