From 5658da1f43b28b7cccbf53aff34f092115e97356 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sat, 13 Jan 2024 17:04:11 -0500 Subject: [PATCH] glfw: Add version 3.3.8 (#5266) --- bucket/glfw.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/glfw.json diff --git a/bucket/glfw.json b/bucket/glfw.json new file mode 100644 index 0000000000..0c10033ba5 --- /dev/null +++ b/bucket/glfw.json @@ -0,0 +1,34 @@ +{ + "version": "3.3.8", + "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.8/glfw-3.3.8.bin.WIN64.zip", + "hash": "7851c068b63c3cebf11a3b52c9e7dbdb6159afe32666b0aad268e4a258a9bdd1", + "extract_dir": "glfw-3.3.8.bin.WIN64" + }, + "32bit": { + "url": "https://github.com/glfw/glfw/releases/download/3.3.8/glfw-3.3.8.bin.WIN32.zip", + "hash": "448d06c81358943bf634170297f0d95d130044c46dbae5d106a7650291fe549c", + "extract_dir": "glfw-3.3.8.bin.WIN32" + } + }, + "env_set": { + "GLFW_ROOT": "$dir" + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/glfw/glfw/releases/download/$version/glfw-$version.bin.WIN64.zip", + "extract_dir": "glfw-$version.bin.WIN64" + }, + "32bit": { + "url": "https://github.com/glfw/glfw/releases/download/$version/glfw-$version.bin.WIN32.zip", + "extract_dir": "glfw-$version.bin.WIN32" + } + } + } +}