aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorCharlie Barto <chbarto@microsoft.com>2021-03-29 09:23:14 -0700
committerGitHub <noreply@github.com>2021-03-29 09:23:14 -0700
commit8a8eb7194187f9e79fcd79601573a8b0c17ebf0d (patch)
treec06d508b6617f13b472db4e8a695917238831ee2 /ports
parent95890b4973a1d2b48531dd7e44083641d4933693 (diff)
downloadvcpkg-8a8eb7194187f9e79fcd79601573a8b0c17ebf0d.tar.gz
vcpkg-8a8eb7194187f9e79fcd79601573a8b0c17ebf0d.zip
[glfw3] Update to version 3.3.3 (#16892)
* 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>
Diffstat (limited to 'ports')
-rw-r--r--ports/glfw3/CONTROL5
-rw-r--r--ports/glfw3/portfile.cmake4
-rw-r--r--ports/glfw3/vcpkg.json6
3 files changed, 8 insertions, 7 deletions
diff --git a/ports/glfw3/CONTROL b/ports/glfw3/CONTROL
deleted file mode 100644
index a6e7761f8..000000000
--- a/ports/glfw3/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: glfw3
-Version: 3.3.2
-Port-Version: 1
-Homepage: https://github.com/glfw/glfw
-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.
diff --git a/ports/glfw3/portfile.cmake b/ports/glfw3/portfile.cmake
index aac7c8942..9386f5e55 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.2
- SHA512 f5af749d33b5b900ccf07988ad0bf51bd766a18e4cf2bc2a76020c88e98a2528ff1b965224184fe0d290cfe34b1af1e6f633600660d81194fe354078e2f35c56
+ REF 3.3.3
+ SHA512 6d743d89d159bff6c4f7fa3fc5bc407fd728bdc432d76acc4897fd392580be272f8a9d1d7c375c4323e82bf2fd28310e5daab097fef33e8f43b69ce104f9bd31
HEAD_REF master
)
diff --git a/ports/glfw3/vcpkg.json b/ports/glfw3/vcpkg.json
new file mode 100644
index 000000000..69ebce686
--- /dev/null
+++ b/ports/glfw3/vcpkg.json
@@ -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"
+}