aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Drumond Jacob <hugojacob@google.com>2023-12-04 10:46:51 +0100
committerHugo Drumond Jacob <hugojacob@google.com>2023-12-04 10:46:51 +0100
commit4cdc1ce888770c3fc21e6e55331f860af1f82629 (patch)
tree27d81f7125fe9a99d61f0e660afafe1191b7ed1e
parente6b0d075f5a217bb226a7b656c988bb4e7d7931f (diff)
downloadbase64-4cdc1ce888770c3fc21e6e55331f860af1f82629.tar.gz
Revert METADATA to newer format
Now that aosp/2853530 is merged and the METADATA file can be correctly generated, update it using the newer proto format. Bug: 313620489 Bug: 314269023 Change-Id: I0a12f557b6b1c56efdbe6ff17746ba9cb6e541bb
-rw-r--r--METADATA15
1 files changed, 6 insertions, 9 deletions
diff --git a/METADATA b/METADATA
index 702a99e..bfc6933 100644
--- a/METADATA
+++ b/METADATA
@@ -5,19 +5,16 @@
name: "base64"
description: "encodes and decodes base64 as bytes or utf8"
third_party {
- url {
- type: HOMEPAGE
- value: "https://crates.io/crates/base64"
- }
- url {
- type: ARCHIVE
- value: "https://static.crates.io/crates/base64/base64-0.21.5.crate"
- }
- version: "0.21.5"
license_type: NOTICE
last_upgrade_date {
year: 2023
month: 11
day: 24
}
+ homepage: "https://crates.io/crates/base64"
+ identifier {
+ type: "Archive"
+ value: "https://static.crates.io/crates/base64/base64-0.21.5.crate"
+ version: "0.21.5"
+ }
}