summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorShai Barack <shayba@google.com>2024-01-29 19:01:09 +0000
committerShai Barack <shayba@google.com>2024-01-29 19:03:04 +0000
commitbd34590a4e68af766377b3c6dfc8f3cf92b43f9e (patch)
tree93b2a07b55865337be916d998941af2a19c36305 /METADATA
parent40495500c9ff086a2d9a981b431ff9ae5625c614 (diff)
downloadsqlite-bd34590a4e68af766377b3c6dfc8f3cf92b43f9e.tar.gz
[sqlite] Add SQLite 3.42.0
Now dist-3.42.0/ is same as dist/ basically. In the future this could change. Also moved some top-level version-specific metadata files into dist/ to reflect that dist/ is currently snapped to 3.42.0. Test: presubmit Bug: 322547687 Change-Id: Ifad0207b6f6e521f6e13d491a7d9d5f8b54b89c5
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA21
1 files changed, 0 insertions, 21 deletions
diff --git a/METADATA b/METADATA
deleted file mode 100644
index c9548e0..0000000
--- a/METADATA
+++ /dev/null
@@ -1,21 +0,0 @@
-name: "SQLite"
-description:
- "SQLite database"
-
-third_party {
- url {
- type: HOMEPAGE
- value: "https://www.sqlite.org"
- }
- url {
- type: ARCHIVE
- value: "https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz"
- }
- version: "3.42.0"
- last_upgrade_date { year: 2023 month: 7 day: 6 }
- license_type: NOTICE
-
- security: {
- tag: "NVD-CPE2.3:cpe:/a:sqlite:sqlite" # see http://go/metadata-cpe
- }
-}