From 7689091e5ca16ec972d46cc54e8191b9db913c8f Mon Sep 17 00:00:00 2001 From: mazhao Date: Thu, 7 Dec 2023 14:38:58 +0800 Subject: [PATCH] Thid-party open source software upgrade and data governance Signed-off-by: mazhao --- README.md | 2 +- bundle.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f10dde..c68b861 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Name: sqlite -URL: http://sqlite.org/ +URL: "https://www.sqlite.org/" Version: 3400100 This is a shared library build of sqlite3 and its shell configured for ohos based off of the autoconf build flags. diff --git a/bundle.json b/bundle.json index 7c45c95..1af894b 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,8 @@ { "name": "@ohos/sqlite", "description": "SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.", - "version": "3.1", + "version": "3.40.1", + "homePage": "https://www.sqlite.org/", "license": "Public Domain", "publishAs": "code-segment", "segment": { -- Gitee