mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-02 15:24:43 +00:00
glfw: Add version 3.3.8 (#5266)
This commit is contained in:
parent
9d627e246e
commit
5658da1f43
34
bucket/glfw.json
Normal file
34
bucket/glfw.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user