aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Drumond Jacob <hugojacob@google.com>2023-11-29 11:23:53 +0100
committerHugo Drumond Jacob <hugojacob@google.com>2023-11-29 11:25:42 +0100
commite6b0d075f5a217bb226a7b656c988bb4e7d7931f (patch)
treec261fc3f8a9a99540d87823d9754f86f57d8f41b
parentf2ff6a74ccb72a6d7a87dfdc345ed97e2063ecf9 (diff)
downloadbase64-e6b0d075f5a217bb226a7b656c988bb4e7d7931f.tar.gz
Update METADATA proto to older format
The METADATA file got updated to a proto file that isn't fully supported yet and causes the SBOM generator to fail with Unknown value of third_party.identifier.type in external/rust/crates/base64/METADATA: HOMEPAGE. Bug: 313620489 Change-Id: Iec2dd7e5be4ca7a023a8a4c70c9ef040bf14a41b
-rw-r--r--METADATA18
1 files changed, 9 insertions, 9 deletions
diff --git a/METADATA b/METADATA
index abc08a9..702a99e 100644
--- a/METADATA
+++ b/METADATA
@@ -5,19 +5,19 @@
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
}
- identifier {
- type: "HOMEPAGE"
- value: "https://crates.io/crates/base64"
- }
- identifier {
- type: "ARCHIVE"
- value: "https://static.crates.io/crates/base64/base64-0.21.5.crate"
- version: "0.21.5"
- }
}