Skip to content

Commit

Permalink
Merge pull request #385 from sparklemotion/flavorjones-update-sqlite3…
Browse files Browse the repository at this point in the history
…-3.41.2

dep: update libsqlite3 to 3.41.2
  • Loading branch information
flavorjones committed Mar 27, 2023
2 parents 0643ead + 4c369b6 commit 866795a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## next / unreleased

### Dependencies

Vendored sqlite is updated from v3.41.0 to [v3.41.2](https://sqlite.org/releaselog/3_41_2.html).


### Packaging

* Allow compilation against system libraries without the presence of `mini_portile2`, primarily for the convenience of linux distro repackagers. [#381] (Thank you, @voxik!)
Expand Down
14 changes: 7 additions & 7 deletions dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
:sqlite3:
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
#
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3410000.tar.gz
# d783ab44a2b44394331d392b8b8d4d2ea4964cbb2befc7c6c649bcfbdb3c9ffe ports/archives/sqlite-autoconf-3410000.tar.gz
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3410200.tar.gz
# 1ebb5539dd6fde9a0f89e8ab765af0b9f02010fc6baf6985b54781a38c00020a ports/archives/sqlite-autoconf-3410200.tar.gz
#
# $ sha256sum ports/archives/sqlite-autoconf-3410000.tar.gz
# 49f77ac53fd9aa5d7395f2499cb816410e5621984a121b858ccca05310b05c70 ports/archives/sqlite-autoconf-3410000.tar.gz
# $ sha256sum ports/archives/sqlite-autoconf-3410200.tar.gz
# e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499 ports/archives/sqlite-autoconf-3410200.tar.gz
#
:version: "3.41.0"
:version: "3.41.2"
:files:
- :url: "https://sqlite.org/2023/sqlite-autoconf-3410000.tar.gz"
:sha256: "49f77ac53fd9aa5d7395f2499cb816410e5621984a121b858ccca05310b05c70"
- :url: "https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz"
:sha256: "e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499"

0 comments on commit 866795a

Please sign in to comment.