X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=external%2Ffetch_sources.py;h=eba0492f96256dff3a36bb1512ed5f57bd3bc87d;hb=39b5f6417163fa449c6a925bc1d14d32a2e19f13;hp=0d7c8e5bb88a45196f5b298993f9d9f5790dbd79;hpb=5fe13007bdfa00b472dac76d0f8f3f082061af35;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 0d7c8e5..eba0492 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -123,7 +123,7 @@ class SourcePackage (Source): dstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.archiveDir, self.filename) if checksum != self.checksum: - raise Exception("Checksum mismatch for %s, exepected %s, got %s" % (self.filename, self.checksum, checksum)) + raise Exception("Checksum mismatch for %s, expected %s, got %s" % (self.filename, self.checksum, checksum)) if not os.path.exists(os.path.dirname(dstPath)): os.mkdir(os.path.dirname(dstPath)) @@ -243,17 +243,17 @@ PACKAGES = [ GitRepo( "https://github.com/KhronosGroup/SPIRV-Tools.git", None, - "ab03b879cab5d09147c257035145f0ad36c45064", + "0b0454c42c6b6f6746434bd5c78c5c70f65d9c51", "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", None, - "36852b838d05b2a1d5a0dd311b86c4971656fe36", + "a5c5fb61180e8703ca85f36d618f98e16dc317e2", "glslang"), GitRepo( "https://github.com/KhronosGroup/SPIRV-Headers.git", None, - "bd47a9abaefac00be692eae677daed1b977e625c", + "2bf02308656f97898c5f7e433712f21737c61e4e", "spirv-headers"), ]