Skip to content

Commit

Permalink
[glfw3] Update to version 3.3.3 (#16892)
Browse files Browse the repository at this point in the history
* bump glfw version and convert to json format.

* update versions

* Update ports/glfw3/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* update git refs

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
  • Loading branch information
barcharcraz and Cheney-W authored Mar 29, 2021
1 parent 95890b4 commit 8a8eb71
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
5 changes: 0 additions & 5 deletions ports/glfw3/CONTROL

This file was deleted.

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.2
SHA512 f5af749d33b5b900ccf07988ad0bf51bd766a18e4cf2bc2a76020c88e98a2528ff1b965224184fe0d290cfe34b1af1e6f633600660d81194fe354078e2f35c56
REF 3.3.3
SHA512 6d743d89d159bff6c4f7fa3fc5bc407fd728bdc432d76acc4897fd392580be272f8a9d1d7c375c4323e82bf2fd28310e5daab097fef33e8f43b69ce104f9bd31
HEAD_REF master
)

Expand Down
6 changes: 6 additions & 0 deletions ports/glfw3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "glfw3",
"version-semver": "3.3.3",
"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"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2221,8 +2221,8 @@
"port-version": 10
},
"glfw3": {
"baseline": "3.3.2",
"port-version": 1
"baseline": "3.3.3",
"port-version": 0
},
"gli": {
"baseline": "dd17acf-1",
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": "9825cf1cc4a31889edbb31732a88ca394b7a6e58",
"version-semver": "3.3.3",
"port-version": 0
},
{
"git-tree": "c25e50efb2dc33ea70dae0e62936987d82bffcec",
"version-string": "3.3.2",
Expand Down

0 comments on commit 8a8eb71

Please sign in to comment.