diff --git a/CMakeModules/HunterConfig.cmake b/CMakeModules/HunterConfig.cmake index 144eeeb6a..dcc8cf91a 100644 --- a/CMakeModules/HunterConfig.cmake +++ b/CMakeModules/HunterConfig.cmake @@ -2,7 +2,7 @@ hunter_config(luabind VERSION 0.9.1 - URL "https://github.com/nimetu/luabind/tarball/2fa4606" - SHA1 "3b4646bab9f0b2362d7b8d71d78e40deaf3cc747" + URL "https://github.com/ryzom/luabind/tarball/3dd7c545034219eaea322feb15903524085e94df" + SHA1 "27a08c61b5eab3fed78115288bcca3be9aae581d" ) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6894e2055..8a29f4d92 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -127,7 +127,7 @@ jobs: condition: contains(variables['cmakeExtra'], 'DIRECT3D=ON') - task: Cache@2 inputs: - key: 'hunter321-$(releaseName)' + key: 'hunter321b-$(releaseName)' path: '$(Pipeline.Workspace)/.hunter/_Base/Cache' - task: CMake@1 displayName: 'Configure'