mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"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.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.4/glfw-3.4.bin.WIN32.zip",
|
|
"hash": "59af286ed9e1422d512e2b26ccb0c3100c600277279d305e3df6d64a74728f8a",
|
|
"extract_dir": "glfw-3.4.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"
|
|
}
|
|
}
|
|
}
|
|
}
|