Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 7d5a16ce714f0b5f4efa3262de22e4d948851525 #v3.3.5
SHA512 46f21d34eb4f7c3721fb42d5e817e208d7c70c2fbf1f1d61200ec22c052c9e93989ee3c693ec6b6c3498e5f61388286cfa97b97e10326548e94b6586b87184f7
REF 45ce5ddd197d5c58f50fdd3296a5131c894e5527 #v3.3.7
SHA512 0802b499cb56f5c4f575304279aafe7d812443fcf3dbfa75178cfba7a3693fb88731ae5dd29c6937598ba977de156d92af1ea99929b70ff72ed8429693f301c7
HEAD_REF master
)

Expand Down
3 changes: 2 additions & 1 deletion ports/glfw3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "glfw3",
"version-semver": "3.3.6",
"version-semver": "3.3.7",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've checked, glfw is semver.

"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",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@
"port-version": 0
},
"glfw3": {
"baseline": "3.3.6",
"baseline": "3.3.7",
"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": "a8ccfa54b1dd0fce93d5897bed00934b87dc15fa",
"version-semver": "3.3.7",
"port-version": 0
},
{
"git-tree": "8a41aae4fb04023a3a94bf3aa66196b0aee2cc8e",
"version-semver": "3.3.6",
Expand Down