File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# sqlite3-ruby Changelog
2
2
3
+ ## next / unreleased
4
+
5
+ - Vendored sqlite is updated to [ v3.48.0] ( https://sqlite.org/releaselog/3_48.0.html ) @flavorjones
6
+
7
+
3
8
## 2.5.0 / 2024-12-25
4
9
5
10
### Ruby
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ sqlite3:
2
2
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
3
3
# 52cd4a2304b627abbabe1a438ba853d0f6edb8e2774fcb5773c7af11077afe94
4
4
#
5
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3470200 .tar.gz
6
- # 52cd4a2304b627abbabe1a438ba853d0f6edb8e2774fcb5773c7af11077afe94 ports/archives/sqlite-autoconf-3470200 .tar.gz
5
+ # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3480000 .tar.gz
6
+ # 279e3dd8fc8fea6d56acb79b380440b57f8e0c02b371e3b195c993b51c2b5b0c ports/archives/sqlite-autoconf-3480000 .tar.gz
7
7
#
8
- # $ sha256sum ports/archives/sqlite-autoconf-3470200 .tar.gz
9
- # f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b ports/archives/sqlite-autoconf-3470200 .tar.gz
10
- version : " 3.47.2 "
8
+ # $ sha256sum ports/archives/sqlite-autoconf-3480000 .tar.gz
9
+ # ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5 ports/archives/sqlite-autoconf-3480000 .tar.gz
10
+ version : " 3.48.0 "
11
11
files :
12
- - url : " https://sqlite.org/2024 /sqlite-autoconf-3470200 .tar.gz"
13
- sha256 : " f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b "
12
+ - url : " https://sqlite.org/2025 /sqlite-autoconf-3480000 .tar.gz"
13
+ sha256 : " ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5 "
You can’t perform that action at this time.
0 commit comments