diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | third_party/leveldatabase/README.chromium | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -94,7 +94,7 @@ deps = { "/trunk/src@220", "src/third_party/leveldatabase/src": - (Var("googlecode_url") % "leveldb") + "/trunk@67", + (Var("googlecode_url") % "leveldb") + "/trunk@68", "src/third_party/snappy/src": (Var("googlecode_url") % "snappy") + "/trunk@63", diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium index 2fa56a6..66c5da5 100644 --- a/third_party/leveldatabase/README.chromium +++ b/third_party/leveldatabase/README.chromium @@ -1,7 +1,7 @@ Name: LevelDB: A Fast Persistent Key-Value Store Short Name: leveldb URL: http://code.google.com/p/leveldb/ -Version: r67 +Version: r68 License: New BSD License File: src/LICENSE Security Critical: yes |