File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1
1
# sqlite3-ruby Changelog
2
2
3
+ ## 1.7.next / unreleased
4
+
5
+ ### Dependencies
6
+
7
+ - Vendored sqlite is update to [ v3.45.0] ( https://www.sqlite.org/releaselog/3_45_0.html ) . @flavorjones
8
+
9
+
3
10
## 1.7.0 / 2023-12-27
4
11
5
12
### Ruby
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source "https://rubygems.org"
2
2
3
3
gemspec
4
4
5
- gem ( "minitest" , "5.20.0 " )
5
+ gem ( "minitest" , "5.21.2 " )
6
6
gem ( "rake-compiler" , "1.2.5" )
7
7
gem ( "rake-compiler-dock" , "1.4.0" )
8
8
gem ( "rdoc" , "6.6.2" )
Original file line number Diff line number Diff line change 1
1
# TODO: stop using symbols here once we no longer support Ruby 2.7 and can rely on symbolize_names
2
2
:sqlite3 :
3
3
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
4
- # 6c427f0547e2f7babe636b748dd5d5a1f2f31601adadef7e2805e7d1f7171861
4
+ # 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76
5
5
#
6
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3440200 .tar.gz
7
- # 6c427f0547e2f7babe636b748dd5d5a1f2f31601adadef7e2805e7d1f7171861 ports/archives/sqlite-autoconf-3440200 .tar.gz
6
+ # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450000 .tar.gz
7
+ # 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76 ports/archives/sqlite-autoconf-3450000 .tar.gz
8
8
#
9
- # $ sha256sum ports/archives/sqlite-autoconf-3440200 .tar.gz
10
- # 1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407 ports/archives/sqlite-autoconf-3440200 .tar.gz
11
- :version : " 3.44.2 "
9
+ # $ sha256sum ports/archives/sqlite-autoconf-3450000 .tar.gz
10
+ # 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436 ports/archives/sqlite-autoconf-3450000 .tar.gz
11
+ :version : " 3.45.0 "
12
12
:files :
13
- - :url : " https://sqlite.org/2023 /sqlite-autoconf-3440200 .tar.gz"
14
- :sha256 : " 1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407 "
13
+ - :url : " https://sqlite.org/2024 /sqlite-autoconf-3450000 .tar.gz"
14
+ :sha256 : " 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436 "
You can’t perform that action at this time.
0 commit comments