glfw: Add version 3.3.8 (#5266)

This commit is contained in:
Brian 2024-01-13 17:04:11 -05:00 committed by GitHub
parent 9d627e246e
commit 5658da1f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

34
bucket/glfw.json Normal file
View File

@ -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"
}
}
}
}