X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=external%2Ffetch_sources.py;h=637669238dd915a3b640b34892b251b42cfa0bfd;hb=e7739b2382f0c5a23c6218fd322647050f0f3eff;hp=c6b05e6a1e8f9f512f9a367b85794e4a873fddad;hpb=9063bfae85a607c2ac30f4a1fd94ebb8a54b9905;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/external/fetch_sources.py b/external/fetch_sources.py index c6b05e6..6376692 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -105,7 +105,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)) @@ -185,15 +185,15 @@ PACKAGES = [ postExtract = postExtractLibpng), GitRepo( "https://github.com/KhronosGroup/SPIRV-Tools.git", - "ab03b879cab5d09147c257035145f0ad36c45064", + "0b0454c42c6b6f6746434bd5c78c5c70f65d9c51", "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", - "e3aa654c4b0c761b28d7864192ca8ceea6faf70a", + "a5c5fb61180e8703ca85f36d618f98e16dc317e2", "glslang"), GitRepo( "https://github.com/KhronosGroup/SPIRV-Headers.git", - "bd47a9abaefac00be692eae677daed1b977e625c", + "2bf02308656f97898c5f7e433712f21737c61e4e", "spirv-headers"), ]