File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,18 @@ assert_equal ["blob"], row.first.types
95
95
end
96
96
```
97
97
98
+ ## 1.7.2 / 2024-01-30
99
+
100
+ ### Dependencies
101
+
102
+ - Vendored sqlite is updated to [ v3.45.1] ( https://www.sqlite.org/releaselog/3_45_1.html ) . @flavorjones
103
+
104
+
98
105
## 1.7.1 / 2024-01-24
99
106
100
107
### Dependencies
101
108
102
- - Vendored sqlite is update to [ v3.45.0] ( https://www.sqlite.org/releaselog/3_45_0.html ) . @flavorjones
109
+ - Vendored sqlite is updated to [ v3.45.0] ( https://www.sqlite.org/releaselog/3_45_0.html ) . @flavorjones
103
110
104
111
105
112
## 1.7.0 / 2023-12-27
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
- # 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76
3
+ # a54395aa2cf76b5b973fa420715b6108afedc4d8c0209c763fd2c1b517f8ad9f
4
4
#
5
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450000 .tar.gz
6
- # 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76 ports/archives/sqlite-autoconf-3450000 .tar.gz
5
+ # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450100 .tar.gz
6
+ # a54395aa2cf76b5b973fa420715b6108afedc4d8c0209c763fd2c1b517f8ad9f ports/archives/sqlite-autoconf-3450100 .tar.gz
7
7
#
8
- # $ sha256sum ports/archives/sqlite-autoconf-3450000 .tar.gz
9
- # 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436 ports/archives/sqlite-autoconf-3450000 .tar.gz
10
- version : " 3.45.0 "
8
+ # $ sha256sum ports/archives/sqlite-autoconf-3450100 .tar.gz
9
+ # cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a ports/archives/sqlite-autoconf-3450100 .tar.gz
10
+ version : " 3.45.1 "
11
11
files :
12
- - url : " https://sqlite.org/2024/sqlite-autoconf-3450000 .tar.gz"
13
- sha256 : " 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436 "
12
+ - url : " https://sqlite.org/2024/sqlite-autoconf-3450100 .tar.gz"
13
+ sha256 : " cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a "
You can’t perform that action at this time.
0 commit comments