-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #521 from sparklemotion/flavorjones-dep-sqlite-3.45.3
dep: update sqlite3 to 3.45.3 from 3.45.2
- Loading branch information
Showing
1 changed file
with
8 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
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: | ||
# 1b02c58a711d15b50da8a1089e0f8807ebbdf3e674c714100eda9a03a69ac758 | ||
# cc1050780e0266de4d91b31c8deaf4638336908c12c21898e9f1fcae1e2ac303 | ||
# | ||
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450200.tar.gz | ||
# 1b02c58a711d15b50da8a1089e0f8807ebbdf3e674c714100eda9a03a69ac758 ports/archives/sqlite-autoconf-3450200.tar.gz | ||
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450300.tar.gz | ||
# cc1050780e0266de4d91b31c8deaf4638336908c12c21898e9f1fcae1e2ac303 ports/archives/sqlite-autoconf-3450300.tar.gz | ||
# | ||
# $ sha256sum ports/archives/sqlite-autoconf-3450200.tar.gz | ||
# bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae ports/archives/sqlite-autoconf-3450200.tar.gz | ||
version: "3.45.2" | ||
# $ sha256sum ports/archives/sqlite-autoconf-3450300.tar.gz | ||
# b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531 ports/archives/sqlite-autoconf-3450300.tar.gz | ||
version: "3.45.3" | ||
files: | ||
- url: "https://sqlite.org/2024/sqlite-autoconf-3450200.tar.gz" | ||
sha256: "bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae" | ||
- url: "https://sqlite.org/2024/sqlite-autoconf-3450300.tar.gz" | ||
sha256: "b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531" |