diff options
Diffstat (limited to 'src/glfw3.mk')
-rw-r--r-- | src/glfw3.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glfw3.mk b/src/glfw3.mk index 85faeea..4993c83 100644 --- a/src/glfw3.mk +++ b/src/glfw3.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := glfw3 -$(PKG)_WEBSITE := http://www.glfw.org/ +$(PKG)_WEBSITE := https://www.glfw.org/ $(PKG)_DESCR := GLFW 3.x $(PKG)_IGNORE := $(PKG)_VERSION := 3.1.2 |