From 229b311e343e1bb7427ac31d5f9a7bc031f2b6ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:34:25 +0000 Subject: [PATCH] glfw: Update to version 3.3.10 --- bucket/glfw.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/glfw.json b/bucket/glfw.json index 6f35058fcd..8314327db7 100644 --- a/bucket/glfw.json +++ b/bucket/glfw.json @@ -1,18 +1,18 @@ { - "version": "3.3.9", + "version": "3.3.10", "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.9/glfw-3.3.9.bin.WIN64.zip", - "hash": "13ca98a5f42954a46b67e7bba7f8361bdc48074514e7c147a7302f693b4639d7", - "extract_dir": "glfw-3.3.9.bin.WIN64" + "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" }, "32bit": { - "url": "https://github.com/glfw/glfw/releases/download/3.3.9/glfw-3.3.9.bin.WIN32.zip", - "hash": "ba7441c9d2c41b7e749f65bd59185edb9f99ffe49fccd5dbd519bf60942994c8", - "extract_dir": "glfw-3.3.9.bin.WIN32" + "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" } }, "env_set": {