summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-07-13 22:22:29 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-15 11:39:33 +0200
commitd1fe23a9b2f0d89e2bdad4773152f119dc373e41 (patch)
tree7c48d1d9e7f34a35503122aefcdd3217efbf8899
parent248310be748ef51e4679c52f09f72eb8bd0b969b (diff)
downloadbuildroot-d1fe23a9b2f0d89e2bdad4773152f119dc373e41.tar.gz
buildroot-d1fe23a9b2f0d89e2bdad4773152f119dc373e41.zip
package/libglfw: bump version to 3.2.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libglfw/libglfw.hash2
-rw-r--r--package/libglfw/libglfw.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libglfw/libglfw.hash b/package/libglfw/libglfw.hash
index 3226aad22d..c0ad2af1c0 100644
--- a/package/libglfw/libglfw.hash
+++ b/package/libglfw/libglfw.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 6ac642087682aaf7f8397761a41a99042b2c656498217a1c63ba9706d1eef122 libglfw-3.1.2.tar.gz
+sha256 e10f0de1384d75e6fc210c53e91843f6110d6c4f3afbfb588130713c2f9d8fe8 libglfw-3.2.1.tar.gz
diff --git a/package/libglfw/libglfw.mk b/package/libglfw/libglfw.mk
index 1e42404359..b6dde2e9d6 100644
--- a/package/libglfw/libglfw.mk
+++ b/package/libglfw/libglfw.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBGLFW_VERSION = 3.1.2
+LIBGLFW_VERSION = 3.2.1
LIBGLFW_SITE = $(call github,glfw,glfw,$(LIBGLFW_VERSION))
LIBGLFW_INSTALL_STAGING = YES
LIBGLFW_DEPENDENCIES = libgl xlib_libXcursor xlib_libXext \
OpenPOWER on IntegriCloud