diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-06-09 19:20:36 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-09 20:04:25 +0200 |
commit | 832127121be9102e8bd6916449b1e493ae78e378 (patch) | |
tree | cc46d446a8e800aff31731e9db28d4b7c9da3151 /Ports/sqlite | |
parent | 6af7e74a259a830acab62219d79156eb6ddf1d40 (diff) | |
download | serenity-832127121be9102e8bd6916449b1e493ae78e378.zip |
Ports: Update SQLite to version 3.35.5
Diffstat (limited to 'Ports/sqlite')
-rwxr-xr-x | Ports/sqlite/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/sqlite/package.sh b/Ports/sqlite/package.sh index f0672d6852..82e00096d2 100755 --- a/Ports/sqlite/package.sh +++ b/Ports/sqlite/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port=sqlite useconfigure="true" -version="3350300" -files="https://www.sqlite.org/2021/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz ecbccdd440bdf32c0e1bb3611d635239e3b5af268248d130d0445a32daf0274b" +version="3350500" +files="https://www.sqlite.org/2021/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz f52b72a5c319c3e516ed7a92e123139a6e87af08a2dc43d7757724f6132e6db0" auth_type=sha256 workdir="sqlite-autoconf-${version}" |