Skip to content

Commit a1cdafa

Browse files
authored
Merge pull request #362 from sparklemotion/flavorjones-update-to-3_40_0
dep: update packaged sqlite3 to v3.40.0
2 parents c1eb06d + d5ece08 commit a1cdafa

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.github/workflows/sqlite3-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/cache@v3
5454
with:
5555
path: ports
56-
key: ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb')}}
56+
key: ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb','dependencies.yml')}}
5757

5858
- run: bundle exec rake compile -- --disable-system-libraries
5959
if: matrix.lib == 'packaged'

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sqlite3-ruby Changelog
22

3+
## next / unreleased
4+
5+
### Dependencies
6+
7+
* Vendored sqlite is updated to [v3.40.0](https://sqlite.org/releaselog/3_40_0.html).
8+
9+
310
## 1.5.3 / 2022-10-11
411

512
### Fixed

dependencies.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
:sqlite3:
33
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
44
#
5-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3390400.tar.gz
6-
# 431328e30d12c551da9ba7ef2122b269076058512014afa799caaf62ca567090 ports/archives/sqlite-autoconf-3390400.tar.gz
5+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3400000.tar.gz
6+
# 7ee8f02b21edb4489df5082b5cf5b7ef47bcebcdb0e209bf14240db69633c878 ports/archives/sqlite-autoconf-3400000.tar.gz
77
#
8-
# $ sha256sum ports/archives/sqlite-autoconf-3390400.tar.gz
9-
# f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb ports/archives/sqlite-autoconf-3390400.tar.gz
8+
# $ sha256sum ports/archives/sqlite-autoconf-3400000.tar.gz
9+
# 0333552076d2700c75352256e91c78bf5cd62491589ba0c69aed0a81868980e7 ports/archives/sqlite-autoconf-3400000.tar.gz
1010
#
11-
:version: "3.39.4"
11+
:version: "3.40.0"
1212
:files:
13-
- :url: "https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz"
14-
:sha256: "f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb"
13+
- :url: "https://sqlite.org/2022/sqlite-autoconf-3400000.tar.gz"
14+
:sha256: "0333552076d2700c75352256e91c78bf5cd62491589ba0c69aed0a81868980e7"

0 commit comments

Comments
 (0)