summaryrefslogtreecommitdiffstats
path: root/src/sdl_mixer.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/sdl_mixer.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/sdl_mixer.mk')
-rw-r--r--src/sdl_mixer.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sdl_mixer.mk b/src/sdl_mixer.mk
index 67a1b13..a8a85e9 100644
--- a/src/sdl_mixer.mk
+++ b/src/sdl_mixer.mk
@@ -1,18 +1,18 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := sdl_mixer
-$(PKG)_WEBSITE := http://www.libsdl.org/projects/SDL_mixer/
+$(PKG)_WEBSITE := https://www.libsdl.org/projects/SDL_mixer/
$(PKG)_DESCR := SDL_mixer
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.2.12
$(PKG)_CHECKSUM := 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a
$(PKG)_SUBDIR := SDL_mixer-$($(PKG)_VERSION)
$(PKG)_FILE := SDL_mixer-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://www.libsdl.org/projects/SDL_mixer/release/$($(PKG)_FILE)
+$(PKG)_URL := https://www.libsdl.org/projects/SDL_mixer/release/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libmodplug ogg sdl smpeg vorbis
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://hg.libsdl.org/SDL_mixer/tags' | \
+ $(WGET) -q -O- 'https://hg.libsdl.org/SDL_mixer/tags' | \
$(SED) -n 's,.*release-\([0-9][^<]*\).*,\1,p' | \
grep '^1\.' | \
$(SORT) -V | \