From 90fa5a2e9b388df79b5e3e13ce31d70a3f882e1b Mon Sep 17 00:00:00 2001 From: Pyry Haulos Date: Tue, 16 Feb 2016 17:16:56 +0200 Subject: [PATCH] Update glslang and spirv-tools in fetch_sources.py to public versions --- external/fetch_sources.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 40d2a6c..bcf75c4 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -169,12 +169,12 @@ PACKAGES = [ "libpng", postExtract = postExtractLibpng), GitRepo( - "git@gitlab.khronos.org:spirv/spirv-tools.git", + "https://github.com/KhronosGroup/SPIRV-Tools.git", "3e6b2dfa699b13987657298ab2a7652a0a577ca9", "spirv-tools"), GitRepo( - "git@gitlab.khronos.org:GLSL/glslang.git", - "38616fa321e6beea9816ee2fe9817f6d79cd1766", + "https://github.com/KhronosGroup/glslang.git", + "6c292d3ba78533fed7b5ec46bb93b53419cf6535", "glslang"), ] -- 2.7.4