Skip to content

Commit

Permalink
[glfw3] update to version 3.3.6 (#22366)
Browse files Browse the repository at this point in the history
* [GLFW3] update to 3.3.6

* update version
  • Loading branch information
JonLiu1993 authored Jan 6, 2022
1 parent 1ea0b48 commit 9291a56
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/glfw3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO glfw/glfw
REF 3.3.5
SHA512 cbb8ebf25d3d826eb1daeff3ad2e0e965ce9def3352955f297743d918f625d96bc05bf87c90f7b57ec53376a0f2f6ce62f80b57fac4e81e023400de275e97beb
REF 7d5a16ce714f0b5f4efa3262de22e4d948851525 #v3.3.5
SHA512 46f21d34eb4f7c3721fb42d5e817e208d7c70c2fbf1f1d61200ec22c052c9e93989ee3c693ec6b6c3498e5f61388286cfa97b97e10326548e94b6586b87184f7
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/glfw3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glfw3",
"version-semver": "3.3.5",
"version-semver": "3.3.6",
"description": "GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.",
"homepage": "https://github.com/glfw/glfw",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2469,7 +2469,7 @@
"port-version": 0
},
"glfw3": {
"baseline": "3.3.5",
"baseline": "3.3.6",
"port-version": 0
},
"gli": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glfw3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8a41aae4fb04023a3a94bf3aa66196b0aee2cc8e",
"version-semver": "3.3.6",
"port-version": 0
},
{
"git-tree": "90c6416669c2154f54d3f65e3a2afb8f75ab2aaa",
"version-semver": "3.3.5",
Expand Down

0 comments on commit 9291a56

Please sign in to comment.