Skip to content

Commit 01fadc4

Browse files
authored
Merge pull request #388 from sparklemotion/flavorjones-update-sqlite3-3.42.0
dep: update sqlite3 to v3.42.0
2 parents 78151d4 + c330362 commit 01fadc4

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# sqlite3-ruby Changelog
22

3+
## next / unreleased
4+
5+
### Dependencies
6+
7+
Vendored sqlite is updated to [v3.42.0](https://sqlite.org/releaselog/3_42_0.html).
8+
9+
From the release announcement:
10+
11+
> This is a regular enhancement release. The main new features are:
12+
> * SQLite will now parse and understand JSON5, though it is careful to generate only pure, canonical JSON.
13+
> * The secure-delete option has been added to the FTS5 extension.
14+
15+
316
## 1.6.2 / 2023-03-27
417

518
### Dependencies

dependencies.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
:sqlite3:
33
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
44
#
5-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3410200.tar.gz
6-
# 1ebb5539dd6fde9a0f89e8ab765af0b9f02010fc6baf6985b54781a38c00020a ports/archives/sqlite-autoconf-3410200.tar.gz
5+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3420000.tar.gz
6+
# 643898e9fcc8f6069bcd47b0e6057221c1ed17bbee57da20d2752c79d91274e8 ports/archives/sqlite-autoconf-3420000.tar.gz
77
#
8-
# $ sha256sum ports/archives/sqlite-autoconf-3410200.tar.gz
9-
# e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499 ports/archives/sqlite-autoconf-3410200.tar.gz
8+
# $ sha256sum ports/archives/sqlite-autoconf-3420000.tar.gz
9+
# 7abcfd161c6e2742ca5c6c0895d1f853c940f203304a0b49da4e1eca5d088ca6 ports/archives/sqlite-autoconf-3420000.tar.gz
1010
#
11-
:version: "3.41.2"
11+
:version: "3.42.0"
1212
:files:
13-
- :url: "https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz"
14-
:sha256: "e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499"
13+
- :url: "https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz"
14+
:sha256: "7abcfd161c6e2742ca5c6c0895d1f853c940f203304a0b49da4e1eca5d088ca6"

0 commit comments

Comments
 (0)