-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dep: update vendored sqlite3 to 3.46.0
- Loading branch information
1 parent
478e416
commit 58cb339
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
sqlite3: | ||
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html: | ||
# cc1050780e0266de4d91b31c8deaf4638336908c12c21898e9f1fcae1e2ac303 | ||
# 83d2acf79453deb7d6520338b1f4585f12e39b27cd370fb08593afa198f471fc | ||
# | ||
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450300.tar.gz | ||
# cc1050780e0266de4d91b31c8deaf4638336908c12c21898e9f1fcae1e2ac303 ports/archives/sqlite-autoconf-3450300.tar.gz | ||
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3460000.tar.gz | ||
# 83d2acf79453deb7d6520338b1f4585f12e39b27cd370fb08593afa198f471fc ports/archives/sqlite-autoconf-3460000.tar.gz | ||
# | ||
# $ sha256sum ports/archives/sqlite-autoconf-3450300.tar.gz | ||
# b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531 ports/archives/sqlite-autoconf-3450300.tar.gz | ||
version: "3.45.3" | ||
# $ sha256sum ports/archives/sqlite-autoconf-3460000.tar.gz | ||
# 6f8e6a7b335273748816f9b3b62bbdc372a889de8782d7f048c653a447417a7d ports/archives/sqlite-autoconf-3460000.tar.gz | ||
version: "3.46.0" | ||
files: | ||
- url: "https://sqlite.org/2024/sqlite-autoconf-3450300.tar.gz" | ||
sha256: "b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531" | ||
- url: "https://sqlite.org/2024/sqlite-autoconf-3460000.tar.gz" | ||
sha256: "6f8e6a7b335273748816f9b3b62bbdc372a889de8782d7f048c653a447417a7d" |