mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 19:25:10 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"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.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.10/glfw-3.3.10.bin.WIN32.zip",
|
|
"hash": "f06bf0a23c4b7cf7c318e52e7186f9ae31049d228e7183ec0974ecd6ea8f657e",
|
|
"extract_dir": "glfw-3.3.10.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"
|
|
}
|
|
}
|
|
}
|
|
}
|