diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-07-13 23:02:08 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-07-27 02:18:03 (GMT) |
commit | b9a47e838a65f0cf631276175f1c941120272a3a (patch) | |
tree | ef6798c56ecccd55944e5cbcf517363f76ae50a8 /src/sdl2_gfx.mk | |
parent | 497d034376e0967dc7c2c805e3652ef7b1b697a4 (diff) | |
download | mxe-b9a47e838a65f0cf631276175f1c941120272a3a.zip mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.gz mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.bz2 |
Secure URLs
Diffstat (limited to 'src/sdl2_gfx.mk')
-rw-r--r-- | src/sdl2_gfx.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sdl2_gfx.mk b/src/sdl2_gfx.mk index ce2f11b..3b0b480 100644 --- a/src/sdl2_gfx.mk +++ b/src/sdl2_gfx.mk @@ -1,18 +1,18 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl2_gfx -$(PKG)_WEBSITE := http://www.ferzkopp.net/joomla/content/view/19/14/ +$(PKG)_WEBSITE := https://www.ferzkopp.net/joomla/content/view/19/14/ $(PKG)_DESCR := SDL2_gfx $(PKG)_IGNORE := $(PKG)_VERSION := 1.0.3 $(PKG)_CHECKSUM := a4066bd467c96469935a4b1fe472893393e7d74e45f95d59f69726784befd8f8 $(PKG)_SUBDIR := SDL2_gfx-$($(PKG)_VERSION) $(PKG)_FILE := SDL2_gfx-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://www.ferzkopp.net/Software/SDL2_gfx/$($(PKG)_FILE) +$(PKG)_URL := https://www.ferzkopp.net/Software/SDL2_gfx/$($(PKG)_FILE) $(PKG)_DEPS := cc sdl2 define $(PKG)_UPDATE - $(WGET) -q -O- 'http://www.ferzkopp.net/joomla/content/view/19/14/' | \ + $(WGET) -q -O- 'https://www.ferzkopp.net/joomla/content/view/19/14/' | \ grep 'href.*tar\.' | \ $(SED) -n 's,.*SDL2_gfx-\([0-9][^>]*\)\.tar.*,\1,p' | \ head -1 |