Fix libsqlite3-sys/METADATA

Bug: 166324735
Test: make
Change-Id: Id5382132e8d3361046b3cdb64dcb9fbae08f5e8a
diff --git a/METADATA b/METADATA
index b7ea6f0..2272e9b 100644
--- a/METADATA
+++ b/METADATA
@@ -1,16 +1,18 @@
 name: "libsqlite3-sys"
-description:
-    "Native bindings to the libsqlite3 library"
-
+description: "Native bindings to the libsqlite3 library"
 third_party {
   url {
     type: HOMEPAGE
     value: "https://crates.io/crates/libsqlite3-sys"
   }
   url {
-    type: GIT
-    value: "https://github.com/rusqlite/rusqlite"
+    type: ARCHIVE
+    value: "https://static.crates.io/crates/libsqlite3-sys/libsqlite3-sys-0.18.0.crate"
   }
   version: "0.18.0"
-  last_upgrade_date { year: 2020 month: 6 day: 11 }
+  last_upgrade_date {
+    year: 2020
+    month: 6
+    day: 11
+  }
 }