Skip to content

Commit c203fa2

Browse files
authored
Merge pull request #514 from sparklemotion/flavorjones-sqlite-3.45.2_1-7-stable
dep: update sqlite to 3.45.2 (1-7-stable branch)
2 parents 10cbc45 + faf32b5 commit c203fa2

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sqlite3-ruby Changelog
22

3+
## 1.7.3 / 2024-03-15
4+
5+
### Dependencies
6+
7+
- Vendored sqlite is updated to [v3.45.2](https://www.sqlite.org/releaselog/3_45_2.html). @flavorjones
8+
9+
310
## 1.7.2 / 2024-01-30
411

512
### Dependencies

dependencies.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# TODO: stop using symbols here once we no longer support Ruby 2.7 and can rely on symbolize_names
22
:sqlite3:
33
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
4-
# a54395aa2cf76b5b973fa420715b6108afedc4d8c0209c763fd2c1b517f8ad9f
4+
# 1b02c58a711d15b50da8a1089e0f8807ebbdf3e674c714100eda9a03a69ac758
55
#
6-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450100.tar.gz
7-
# a54395aa2cf76b5b973fa420715b6108afedc4d8c0209c763fd2c1b517f8ad9f ports/archives/sqlite-autoconf-3450100.tar.gz
6+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450200.tar.gz
7+
# 1b02c58a711d15b50da8a1089e0f8807ebbdf3e674c714100eda9a03a69ac758 ports/archives/sqlite-autoconf-3450200.tar.gz
88
#
9-
# $ sha256sum ports/archives/sqlite-autoconf-3450100.tar.gz
10-
# cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a ports/archives/sqlite-autoconf-3450100.tar.gz
11-
:version: "3.45.1"
9+
# $ sha256sum ports/archives/sqlite-autoconf-3450200.tar.gz
10+
# bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae ports/archives/sqlite-autoconf-3450200.tar.gz
11+
:version: "3.45.2"
1212
:files:
13-
- :url: "https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz"
14-
:sha256: "cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a"
13+
- :url: "https://sqlite.org/2024/sqlite-autoconf-3450200.tar.gz"
14+
:sha256: "bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae"

0 commit comments

Comments
 (0)