From 88e3eebad5c31b69df9dffe4ef244241e2cda86d Mon Sep 17 00:00:00 2001 From: TensorFlower Gardener Date: Tue, 23 Jun 2020 14:05:10 -0700 Subject: [PATCH] Merge pull request #40705 from Intel-tensorflow:chuanqiw/upgrade_sqlite PiperOrigin-RevId: 317934381 Change-Id: I95cdf789f7f5a89d75d45a1b6d67f1ad993cafab --- tensorflow/workspace.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 0f591ba8b90..24446d846cf 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -409,12 +409,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""): tf_http_archive( name = "org_sqlite", build_file = clean_dep("//third_party:sqlite.BUILD"), - sha256 = "f3c79bc9f4162d0b06fa9fe09ee6ccd23bb99ce310b792c5145f87fbcc30efca", - strip_prefix = "sqlite-amalgamation-3310100", + sha256 = "e9cec01d4519e2d49b3810615237325263fe1feaceae390ee12b4a29bd73dbe2", + strip_prefix = "sqlite-amalgamation-3320300", system_build_file = clean_dep("//third_party/systemlibs:sqlite.BUILD"), urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/www.sqlite.org/2020/sqlite-amalgamation-3310100.zip", - "https://www.sqlite.org/2020/sqlite-amalgamation-3310100.zip", + "https://storage.googleapis.com/mirror.tensorflow.org/www.sqlite.org/2020/sqlite-amalgamation-3320300.zip", + "https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip", ], )