aboutsummaryrefslogtreecommitdiff
path: root/ports/opengl-registry
diff options
context:
space:
mode:
authorTheGoddessInari <thegoddessinari@gmail.com>2019-09-09 10:56:57 -0700
committerVictor Romero <romerosanchezv@gmail.com>2019-09-09 10:56:57 -0700
commitae667efe150d946bcb83ab5aad39ad76ba6f6f7d (patch)
tree3bbfeb7947104a30f9132f6e02800be7da19f6ac /ports/opengl-registry
parent1e30941c015c7f1f4f52a0af4467a22c77d83654 (diff)
downloadvcpkg-ae667efe150d946bcb83ab5aad39ad76ba6f6f7d.tar.gz
vcpkg-ae667efe150d946bcb83ab5aad39ad76ba6f6f7d.zip
Update egl-registry to 2019-08-08 and opengl-registry to 2019-08-22. (#8095)
Diffstat (limited to 'ports/opengl-registry')
-rw-r--r--ports/opengl-registry/CONTROL2
-rw-r--r--ports/opengl-registry/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/opengl-registry/CONTROL b/ports/opengl-registry/CONTROL
index 1a3635c35..3ff6c6e69 100644
--- a/ports/opengl-registry/CONTROL
+++ b/ports/opengl-registry/CONTROL
@@ -1,4 +1,4 @@
Source: opengl-registry
-Version: 2018-06-30-1
+Version: 2019-08-22
Build-Depends: egl-registry
Description: the API and Extension registries for the OpenGL family APIs
diff --git a/ports/opengl-registry/portfile.cmake b/ports/opengl-registry/portfile.cmake
index 7b38b2c07..406ca1c3f 100644
--- a/ports/opengl-registry/portfile.cmake
+++ b/ports/opengl-registry/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/OpenGL-Registry
- REF e18e52a14e902a9ee29c5bf87478ac2ca21bb06b
- SHA512 3b883115e138178984a751ee314b0589a7a20db3bc7cff96fa0b886be1779c24031ce65847386aa2d4f42823b1597edccc5a9afc0aef42fea8611a44d2ca5df6
+ REF 3c9ab309994c2baeb5572aa0befd5f405166a275
+ SHA512 f53018fe6dfb926dd6c1ce64ffde19b650a9071a1f6fa0c7a1596237e4ff84c3ff0092fb80811c4fea9b533c4b8607ed51f328d683d8f4aac18f0616f58b56a4
HEAD_REF master
)