File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
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.50.1] ( https://sqlite.org/releaselog/3_50_1.html ) (from v3.49.1). #630 @flavorjones
6
+
7
+
3
8
## 2.6.0 / 2025-02-20
4
9
5
10
### Dependencies
Original file line number Diff line number Diff line change 1
1
sqlite3 :
2
2
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
3
- # 6cc831c9f588b637e5bd48d9fbf28e58737e08daf825c81085fb8e0a0b8ad14c
3
+ # c12e84ba9772391d41644a0a9be37bad25791fc2a9b9395962e5f83f805e877f
4
4
#
5
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3490100 .tar.gz
6
- # 6cc831c9f588b637e5bd48d9fbf28e58737e08daf825c81085fb8e0a0b8ad14c ports/archives/sqlite-autoconf-3490100 .tar.gz
5
+ # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3500100 .tar.gz
6
+ # c12e84ba9772391d41644a0a9be37bad25791fc2a9b9395962e5f83f805e877f ports/archives/sqlite-autoconf-3500100 .tar.gz
7
7
#
8
- # $ sha256sum ports/archives/sqlite-autoconf-3490100 .tar.gz
9
- # 106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254 ports/archives/sqlite-autoconf-3490100 .tar.gz
10
- version : " 3.49 .1"
8
+ # $ sha256sum ports/archives/sqlite-autoconf-3500100 .tar.gz
9
+ # 00a65114d697cfaa8fe0630281d76fd1b77afcd95cd5e40ec6a02cbbadbfea71 ports/archives/sqlite-autoconf-3500100 .tar.gz
10
+ version : " 3.50 .1"
11
11
files :
12
- - url : " https://sqlite.org/2025/sqlite-autoconf-3490100 .tar.gz"
13
- sha256 : " 106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254 "
12
+ - url : " https://sqlite.org/2025/sqlite-autoconf-3500100 .tar.gz"
13
+ sha256 : " 00a65114d697cfaa8fe0630281d76fd1b77afcd95cd5e40ec6a02cbbadbfea71 "
You can’t perform that action at this time.
0 commit comments