From e6b0d075f5a217bb226a7b656c988bb4e7d7931f Mon Sep 17 00:00:00 2001 From: Hugo Drumond Jacob Date: Wed, 29 Nov 2023 11:23:53 +0100 Subject: 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 --- METADATA | 18 +++++++++--------- 1 file 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" - } } -- cgit v1.2.3