Skip to content

Commit

Permalink
Merge pull request #482 from sparklemotion/flavorjones-dep-sqlite-3.45.0
Browse files Browse the repository at this point in the history
dep: update vendored sqlite to 3.45.0 (1-7-stable)
  • Loading branch information
flavorjones committed Jan 24, 2024
2 parents 4f8ff6f + 89f13cc commit 6cb2906
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# sqlite3-ruby Changelog

## 1.7.next / unreleased

### Dependencies

- Vendored sqlite is update to [v3.45.0](https://www.sqlite.org/releaselog/3_45_0.html). @flavorjones


## 1.7.0 / 2023-12-27

### Ruby
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem("minitest", "5.20.0")
gem("minitest", "5.21.2")
gem("rake-compiler", "1.2.5")
gem("rake-compiler-dock", "1.4.0")
gem("rdoc", "6.6.2")
Expand Down
16 changes: 8 additions & 8 deletions dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# TODO: stop using symbols here once we no longer support Ruby 2.7 and can rely on symbolize_names
:sqlite3:
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
# 6c427f0547e2f7babe636b748dd5d5a1f2f31601adadef7e2805e7d1f7171861
# 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76
#
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3440200.tar.gz
# 6c427f0547e2f7babe636b748dd5d5a1f2f31601adadef7e2805e7d1f7171861 ports/archives/sqlite-autoconf-3440200.tar.gz
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450000.tar.gz
# 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76 ports/archives/sqlite-autoconf-3450000.tar.gz
#
# $ sha256sum ports/archives/sqlite-autoconf-3440200.tar.gz
# 1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407 ports/archives/sqlite-autoconf-3440200.tar.gz
:version: "3.44.2"
# $ sha256sum ports/archives/sqlite-autoconf-3450000.tar.gz
# 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436 ports/archives/sqlite-autoconf-3450000.tar.gz
:version: "3.45.0"
:files:
- :url: "https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz"
:sha256: "1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407"
- :url: "https://sqlite.org/2024/sqlite-autoconf-3450000.tar.gz"
:sha256: "72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436"

0 comments on commit 6cb2906

Please sign in to comment.