From a9bf04a3807a93955d0003faf1815910a8abc7f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:27:04 +0000 Subject: [PATCH] glfw: Update to version 3.4 --- bucket/glfw.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/glfw.json b/bucket/glfw.json index 8314327db7..d430b8956b 100644 --- a/bucket/glfw.json +++ b/bucket/glfw.json @@ -1,18 +1,18 @@ { - "version": "3.3.10", + "version": "3.4", "description": "GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.", "homepage": "https://github.com/glfw/glfw", "license": "zlib-acknowledgement", "architecture": { "64bit": { - "url": "https://github.com/glfw/glfw/releases/download/3.3.10/glfw-3.3.10.bin.WIN64.zip", - "hash": "9e89523999efefd1734e6646f8726fb305e9cde771b3af71bb9f1ed8f522f6d7", - "extract_dir": "glfw-3.3.10.bin.WIN64" + "url": "https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.bin.WIN64.zip", + "hash": "54efa829400f2a0537f742b2b3bdd74e437bb4f2f048e4b7d3c5557d11a611e6", + "extract_dir": "glfw-3.4.bin.WIN64" }, "32bit": { - "url": "https://github.com/glfw/glfw/releases/download/3.3.10/glfw-3.3.10.bin.WIN32.zip", - "hash": "f06bf0a23c4b7cf7c318e52e7186f9ae31049d228e7183ec0974ecd6ea8f657e", - "extract_dir": "glfw-3.3.10.bin.WIN32" + "url": "https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.bin.WIN32.zip", + "hash": "59af286ed9e1422d512e2b26ccb0c3100c600277279d305e3df6d64a74728f8a", + "extract_dir": "glfw-3.4.bin.WIN32" } }, "env_set": {