Skip to content

Commit

Permalink
Update SQLite to version 3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Jan 20, 2024
1 parent 43a6dbb commit c8e0e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gvsbuild/projects/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def __init__(self):
Project.__init__(
self,
"sqlite",
version="3.44.2",
archive_url="https://www.sqlite.org/2023/sqlite-autoconf-{major}{minor:0<3}{micro:0<3}.tar.gz",
hash="1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407",
version="3.45.0",
archive_url="https://www.sqlite.org/2024/sqlite-autoconf-{major}{minor:0<3}{micro:0<3}.tar.gz",
hash="72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436",
)

def build(self):
Expand Down

0 comments on commit c8e0e5b

Please sign in to comment.