summaryrefslogtreecommitdiffstats
path: root/src/t4k_common.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/t4k_common.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/t4k_common.mk')
-rw-r--r--src/t4k_common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/t4k_common.mk b/src/t4k_common.mk
index 5517c4c..7f763a0 100644
--- a/src/t4k_common.mk
+++ b/src/t4k_common.mk
@@ -1,17 +1,17 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := t4k_common
-$(PKG)_WEBSITE := http://tux4kids.alioth.debian.org/
+$(PKG)_WEBSITE := https://tux4kids.alioth.debian.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.1.1
$(PKG)_CHECKSUM := 42c155816dae2c5dad560faa50edaa1ca84536530283d37859c4b91e82675110
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
-$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/tuxmath/$(PKG)/$($(PKG)_FILE)
+$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/tuxmath/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libpng librsvg libxml2 pthreads sdl sdl_image sdl_mixer sdl_net sdl_pango sdl_ttf
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://alioth.debian.org/frs/?group_id=31080' | \
+ $(WGET) -q -O- 'https://alioth.debian.org/frs/?group_id=31080' | \
$(SED) -n 's,.*t4k_common-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef