Skip to content

Commit

Permalink
Merge pull request #204 from Jongjan88/sql
Browse files Browse the repository at this point in the history
Update SQLite 3.32.1(2020) to 3.45.2(2024)
  • Loading branch information
gto90 authored Mar 17, 2024
2 parents 7d39358 + 45c3974 commit fff3955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions depends/packages/sqlite.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=sqlite
$(package)_version=3320100
$(package)_download_path=https://sqlite.org/2020/
$(package)_version=3450200
$(package)_download_path=https://sqlite.org/2024/
$(package)_file_name=sqlite-autoconf-$($(package)_version).tar.gz
$(package)_sha256_hash=486748abfb16abd8af664e3a5f03b228e5f124682b0c942e157644bf6fff7d10
$(package)_sha256_hash=bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae

define $(package)_set_vars
$(package)_config_opts=--disable-shared --disable-readline --disable-dynamic-extensions --enable-option-checking
Expand Down

0 comments on commit fff3955

Please sign in to comment.