aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:26 -0700
committerChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:26 -0700
commit9aa0d59dd715cd60d6b25e58446372b467ea09aa (patch)
treed6b6d1904b69148a5d21a4f63a2d53003c88c6b9
parent6a3db3789458a6f6a8e20575a5147bd0941457de (diff)
downloadrand_chacha-9aa0d59dd715cd60d6b25e58446372b467ea09aa.tar.gz
Fix rand_chacha/METADATA
Bug: 166324735 Test: make Change-Id: I5de0480259fe2a668b223b5ef0a1dbf932a765a7
-rw-r--r--METADATA15
1 files changed, 8 insertions, 7 deletions
diff --git a/METADATA b/METADATA
index 433ae78..7898235 100644
--- a/METADATA
+++ b/METADATA
@@ -1,18 +1,19 @@
name: "rand_chacha"
-description:
- "ChaCha random number generator"
-
+description: "ChaCha random number generator"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/rand_chacha"
}
url {
- type: GIT
- value: "https://github.com/rust-random/rand"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/rand_chacha/rand_chacha-0.2.2.crate"
}
version: "0.2.2"
- last_upgrade_date { year: 2020 month: 6 day: 18 }
- # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same.
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 6
+ day: 18
+ }
}