From 77950aa0a8d29a91824000754f0a18a1b0664770 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Mon, 22 Jul 2019 13:51:24 -0400 Subject: [PATCH] Fix Lua DEPS Change-Id: Ib4b00712f27a47111ea1213d558e975f25eb8347 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/229007 Reviewed-by: Robert Phillips Commit-Queue: Eric Boren --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5d08fee53c..f2842a060c 100644 --- a/DEPS +++ b/DEPS @@ -19,7 +19,7 @@ deps = { "third_party/externals/libjpeg-turbo" : "https://skia.googlesource.com/external/github.com/libjpeg-turbo/libjpeg-turbo.git@2.0.0", "third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@386707c6d19b974ca2e3db7f5c61873813c6fe44", "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@v1.0.3-rc1", - "third_party/externals/lua" : "https://skia.googlesource.com/external/github.com/lua/lua.git@v5-3-4", + "third_party/externals/lua" : "https://skia.googlesource.com/external/github.com/lua/lua.git@v5.3.4", "third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d", "third_party/externals/opencl-lib" : "https://skia.googlesource.com/external/github.com/GPUOpen-Tools/common-lib-amd-APPSDK-3.0@4e6d30e406d2e5a65e1d65e404fe6df5f772a32b", "third_party/externals/opencl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/OpenCL-Registry@932ed55c85f887041291cef8019e54280c033c35",