Skip to content

Commit

Permalink
Update 'sqlite3' to v3.43.2 (#716)
Browse files Browse the repository at this point in the history
* sqlite3: Reorder hunter versions in file (no changes)
* Update 'sqlite3' to v3.43.2
  • Loading branch information
hjmallon committed Oct 26, 2023
1 parent 095bf2f commit 97a8452
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ else()
endif()

hunter_default_version(spirv-cross VERSION 20210115)
hunter_default_version(sqlite3 VERSION 3.30.1-p0)
hunter_default_version(sqlite3 VERSION 3.43.2-p0)
hunter_default_version(sse2neon VERSION 1.0.0-p0)
hunter_default_version(stanhull VERSION 0.0.1)
hunter_default_version(state_machine VERSION 1.1)
Expand Down
33 changes: 22 additions & 11 deletions cmake/projects/sqlite3/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@ include(hunter_cacheable)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
sqlite3
VERSION
3.30.1-p0
URL
"https://github.com/cpp-pm/sqlite3/archive/v3.30.1-p0.tar.gz"
SHA1
d9c239e6e08ceb6c7c3b1c53966ccfeb58dd9f55
)

hunter_add_version(
PACKAGE_NAME
sqlite3
Expand Down Expand Up @@ -74,6 +63,28 @@ hunter_add_version(
e4f2b69b5b9e5fe9797909abb51c1acaba25e4f2
)

hunter_add_version(
PACKAGE_NAME
sqlite3
VERSION
3.30.1-p0
URL
"https://github.com/cpp-pm/sqlite3/archive/v3.30.1-p0.tar.gz"
SHA1
d9c239e6e08ceb6c7c3b1c53966ccfeb58dd9f55
)

hunter_add_version(
PACKAGE_NAME
sqlite3
VERSION
3.43.2-p0
URL
"https://github.com/cpp-pm/sqlite3/archive/v3.43.2-p0.tar.gz"
SHA1
a81d056b764e37b8a8f716f0b36afe77438f91f3
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(sqlite3)
hunter_download(
Expand Down

0 comments on commit 97a8452

Please sign in to comment.