diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-03-05 03:41:39 (GMT) |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-03-10 13:59:00 (GMT) |
commit | 45d34aaac7be400a5befb5a7a67d3b7b0072bc92 (patch) | |
tree | 7e0c7bf6f06d4cf82695aa4add7c6beff849216f /src/sfml.mk | |
parent | 700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff) | |
download | mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2 |
more URL updates
Diffstat (limited to 'src/sfml.mk')
-rw-r--r-- | src/sfml.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sfml.mk b/src/sfml.mk index 0d2917c..cd254f9 100644 --- a/src/sfml.mk +++ b/src/sfml.mk @@ -1,18 +1,18 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := sfml -$(PKG)_WEBSITE := http://www.sfml-dev.org/ +$(PKG)_WEBSITE := https://www.sfml-dev.org/ $(PKG)_DESCR := SFML $(PKG)_IGNORE := $(PKG)_VERSION := 2.3.2 $(PKG)_CHECKSUM := 03fe79943c48222037f1126a581b12c95a4dd53168881907964695c5ec3dc395 $(PKG)_SUBDIR := SFML-$($(PKG)_VERSION) $(PKG)_FILE := SFML-$($(PKG)_VERSION)-sources.zip -$(PKG)_URL := http://sfml-dev.org/download/sfml/$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_URL := https://sfml-dev.org/download/sfml/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc freetype glew jpeg libsndfile openal define $(PKG)_UPDATE - $(WGET) -q -O- 'http://www.sfml-dev.org/download.php' | \ + $(WGET) -q -O- 'https://www.sfml-dev.org/download.php' | \ $(SED) -n 's,.*download/sfml/\([^"]\+\).*,\1,p' | \ head -1 endef |