diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-10-04 15:27:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-04 15:27:48 -0700 |
| commit | e97e3bcd55dafa59f65037f7779a736f27b25f39 (patch) | |
| tree | 899c03b9a3b6e7b10c61a2e70262ab87531558b8 | |
| parent | cd59ff4fcf56a9047144405986abc6e4e3417dde (diff) | |
| parent | e1a039bc208951304a9938e32da1bff547809f35 (diff) | |
| download | vcpkg-e97e3bcd55dafa59f65037f7779a736f27b25f39.tar.gz vcpkg-e97e3bcd55dafa59f65037f7779a736f27b25f39.zip | |
Merge pull request #110 from kryptan/master
Update glfw3 & glm
| -rw-r--r-- | ports/glfw3/CONTROL | 2 | ||||
| -rw-r--r-- | ports/glfw3/portfile.cmake | 12 | ||||
| -rw-r--r-- | ports/glm/CONTROL | 2 | ||||
| -rw-r--r-- | ports/glm/portfile.cmake | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/ports/glfw3/CONTROL b/ports/glfw3/CONTROL index 0015a9105..1e8c1ac73 100644 --- a/ports/glfw3/CONTROL +++ b/ports/glfw3/CONTROL @@ -1,3 +1,3 @@ Source: glfw3 -Version: 3.1.2 +Version: 3.2.1 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.
\ No newline at end of file diff --git a/ports/glfw3/portfile.cmake b/ports/glfw3/portfile.cmake index 5828122ec..44a2405df 100644 --- a/ports/glfw3/portfile.cmake +++ b/ports/glfw3/portfile.cmake @@ -1,9 +1,9 @@ include(vcpkg_common_functions) -set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/glfw-3.1.2) +set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/glfw-3.2.1) vcpkg_download_distfile(ARCHIVE - URLS "https://github.com/glfw/glfw/releases/download/3.1.2/glfw-3.1.2.zip" - FILENAME "glfw-3.1.2.zip" - SHA512 c199137b32182182123869fe69ab991a296feb80dcf3db3cf5e070cdaef31ed958148d9b87e724c1937fa535960122bdceb92ea9dd38f7ef41e4e08e36210fe5 + URLS "https://github.com/glfw/glfw/releases/download/3.2.1/glfw-3.2.1.zip" + FILENAME "glfw-3.2.1.zip" + SHA512 73dd6d4a8d28a2b423f0fb25489659c1a845182b7ef09848d4f442cdc489528aea90f43ac84aeedb9d2301c4487f39782b647ee4959e67e83babb838372b980c ) vcpkg_extract_source_archive(${ARCHIVE}) @@ -43,9 +43,9 @@ file(MAKE_DIRECTORY file(RENAME ${CURRENT_PACKAGES_DIR}/lib/glfw3.dll ${CURRENT_PACKAGES_DIR}/bin/glfw3.dll) file(RENAME ${CURRENT_PACKAGES_DIR}/debug/lib/glfw3.dll ${CURRENT_PACKAGES_DIR}/debug/bin/glfw3.dll) -file(RENAME ${CURRENT_PACKAGES_DIR}/lib/cmake/glfw ${CURRENT_PACKAGES_DIR}/share/glfw3) +file(RENAME ${CURRENT_PACKAGES_DIR}/lib/cmake/glfw3 ${CURRENT_PACKAGES_DIR}/share/glfw3) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/cmake) -file(RENAME ${CURRENT_PACKAGES_DIR}/debug/lib/cmake/glfw/glfwTargets-debug.cmake ${CURRENT_PACKAGES_DIR}/share/glfw3/glfwTargets-debug.cmake) +file(RENAME ${CURRENT_PACKAGES_DIR}/debug/lib/cmake/glfw3/glfw3Targets-debug.cmake ${CURRENT_PACKAGES_DIR}/share/glfw3/glfw3Targets-debug.cmake) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/cmake) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) diff --git a/ports/glm/CONTROL b/ports/glm/CONTROL index 1ec4874a9..3e1f91148 100644 --- a/ports/glm/CONTROL +++ b/ports/glm/CONTROL @@ -1,3 +1,3 @@ Source: glm -Version: 0.9.8.0 +Version: 0.9.8.1 Description: OpenGL Mathematics (GLM) https://glm.g-truc.net diff --git a/ports/glm/portfile.cmake b/ports/glm/portfile.cmake index 33a16f9b8..6b749b2de 100644 --- a/ports/glm/portfile.cmake +++ b/ports/glm/portfile.cmake @@ -1,9 +1,9 @@ include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/glm) vcpkg_download_distfile(ARCHIVE - URLS "https://github.com/g-truc/glm/releases/download/0.9.8.0/glm-0.9.8.0.zip" - FILENAME "glm-0.9.8.0.zip" - SHA512 5fe9d1f582e7bbef37fd23c9d10fd9cf7696bb7c6f8086a250248e97f84b0205a89a195c8838a1ddc4c0a4cb4c69d1764f90db6513a9691a94877b7ec6b2befb + URLS "https://github.com/g-truc/glm/releases/download/0.9.8.1/glm-0.9.8.1.zip" + FILENAME "glm-0.9.8.1.zip" + SHA512 93223ea7a08d969331a6b93d598c0b59dfc09e86770661c444f81939bd175053d3f6b1211a4aa4e59d732df39b97fe491eb35d4ac2efb286a1cf68ed29bfa80a ) vcpkg_extract_source_archive(${ARCHIVE}) |
