Skip to content

Commit

Permalink
Merge pull request #427 from sparklemotion/flavorjones-dep-sqlite-3.44.2
Browse files Browse the repository at this point in the history
dep: update sqlite to v3.44.2
  • Loading branch information
flavorjones committed Nov 26, 2023
2 parents 571d231 + 699ac4d commit 0c59601
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 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.6.next / unreleased

### Dependencies

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


## 1.6.8 / 2023-11-01

### Dependencies
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:
# 6869046465eae886f1a9f2c8debeeba44d34328693aa77a5bd4a3cfed93d6556
# 6c427f0547e2f7babe636b748dd5d5a1f2f31601adadef7e2805e7d1f7171861
#
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3440000.tar.gz
# 6869046465eae886f1a9f2c8debeeba44d34328693aa77a5bd4a3cfed93d6556 ports/archives/sqlite-autoconf-3440000.tar.gz
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3440200.tar.gz
# 6c427f0547e2f7babe636b748dd5d5a1f2f31601adadef7e2805e7d1f7171861 ports/archives/sqlite-autoconf-3440200.tar.gz
#
# $ sha256sum ports/archives/sqlite-autoconf-3440000.tar.gz
# b9cd386e7cd22af6e0d2a0f06d0404951e1bef109e42ea06cc0450e10cd15550 ports/archives/sqlite-autoconf-3440000.tar.gz
:version: "3.44.0"
# $ sha256sum ports/archives/sqlite-autoconf-3440200.tar.gz
# 1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407 ports/archives/sqlite-autoconf-3440200.tar.gz
:version: "3.44.2"
:files:
- :url: "https://sqlite.org/2023/sqlite-autoconf-3440000.tar.gz"
:sha256: "b9cd386e7cd22af6e0d2a0f06d0404951e1bef109e42ea06cc0450e10cd15550"
- :url: "https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz"
:sha256: "1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407"

0 comments on commit 0c59601

Please sign in to comment.