diff --git a/tools/ports/contrib/glfw3.py b/tools/ports/contrib/glfw3.py index 603a8dc4b7b1a..3eb09636d0631 100644 --- a/tools/ports/contrib/glfw3.py +++ b/tools/ports/contrib/glfw3.py @@ -6,8 +6,8 @@ import os from typing import Dict -TAG = '3.4.0.20240601' -HASH = '3083c320b402fd97c3cf9b55c2c1025bb133b3de0ab32cbb4af13e2471f9a9202bb0c9ae11f578829ae59568bb332762a67686be33689b7803343b84d8032254' +TAG = '3.4.0.20240617' +HASH = '148609b09e322e7f2433f5335431ba142ffe570248f296eb3a89d3d671476112657e30ebfe2ae23c09b99e7b0eddf875bfef149b43dbd50d5f58ccfc22770f89' # contrib port information (required) URL = 'https://github.com/pongasoft/emscripten-glfw'