diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-05-18 15:42:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:42:12 -0700 |
| commit | 03c81310b52433a4137bb483b0c715aec8e70081 (patch) | |
| tree | 63387621e00a03f6857b80f9f8038990296b1121 /ports | |
| parent | 1b36b92afac77dcd2e858f1f0f1ac567164224da (diff) | |
| download | vcpkg-03c81310b52433a4137bb483b0c715aec8e70081.tar.gz vcpkg-03c81310b52433a4137bb483b0c715aec8e70081.zip | |
[glfw3] update to 3.3.4 (#17910)
* [glfw3] update to 3.3.4
* update version
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/glfw3/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/glfw3/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/glfw3/portfile.cmake b/ports/glfw3/portfile.cmake index 9386f5e55..0b9d9d631 100644 --- a/ports/glfw3/portfile.cmake +++ b/ports/glfw3/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO glfw/glfw - REF 3.3.3 - SHA512 6d743d89d159bff6c4f7fa3fc5bc407fd728bdc432d76acc4897fd392580be272f8a9d1d7c375c4323e82bf2fd28310e5daab097fef33e8f43b69ce104f9bd31 + REF 814b7929c5add4b0541ccad26fb81f28b71dc4d8 #v3.3.4 + SHA512 8e34d011ab49940b405998312af4807e4c9837a44d95d873cb3723e7c141da6a10c1dfaf1652f03b31b911f0ae4515ded52cac02844435dc374b93d376921e43 HEAD_REF master ) diff --git a/ports/glfw3/vcpkg.json b/ports/glfw3/vcpkg.json index 69ebce686..f152921cc 100644 --- a/ports/glfw3/vcpkg.json +++ b/ports/glfw3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "glfw3", - "version-semver": "3.3.3", + "version-semver": "3.3.4", "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" } |
