File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-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
+ ### Dependencies
6
+
7
+ * Vendored sqlite is updated to [ v3.39.4] ( https://sqlite.org/releaselog/3_39_4.html ) .
8
+
9
+
3
10
## 1.5.0 / 2022-09-08
4
11
5
12
### Packaging
Original file line number Diff line number Diff line change @@ -135,16 +135,16 @@ def mini_portile_config
135
135
sqlite3 : {
136
136
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
137
137
#
138
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3390300 .tar.gz
139
- # dfa055c70724cd63f0b7da6e9f53530d8da51fe021e3f864d58c7c847d590e1d ports/archives/sqlite-autoconf-3390300 .tar.gz
138
+ # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3390400 .tar.gz
139
+ # 431328e30d12c551da9ba7ef2122b269076058512014afa799caaf62ca567090 ports/archives/sqlite-autoconf-3390400 .tar.gz
140
140
#
141
- # $ sha256sum ports/archives/sqlite-autoconf-3390300 .tar.gz
142
- # 7868fb3082be3f2cf4491c6fba6de2bddcbc293a35fefb0624ee3c13f01422b9 ports/archives/sqlite-autoconf-3390300 .tar.gz
141
+ # $ sha256sum ports/archives/sqlite-autoconf-3390400 .tar.gz
142
+ # f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb ports/archives/sqlite-autoconf-3390400 .tar.gz
143
143
#
144
- version : "3.39.3 " ,
144
+ version : "3.39.4 " ,
145
145
files : [ {
146
- url : "https://www. sqlite.org/2022/sqlite-autoconf-3390300 .tar.gz" ,
147
- sha256 : "7868fb3082be3f2cf4491c6fba6de2bddcbc293a35fefb0624ee3c13f01422b9 " ,
146
+ url : "https://sqlite.org/2022/sqlite-autoconf-3390400 .tar.gz" ,
147
+ sha256 : "f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb " ,
148
148
} ] ,
149
149
}
150
150
}
You can’t perform that action at this time.
0 commit comments