Skip to content

Commit

Permalink
Revert "Update 'sqlite3' to v3.43.2 (#714)" (#715)
Browse files Browse the repository at this point in the history
This reverts commit 2860578.
  • Loading branch information
rbsheth committed Oct 26, 2023
1 parent 2860578 commit 095bf2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 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.43.2-p0)
hunter_default_version(sqlite3 VERSION 3.30.1-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: 11 additions & 22 deletions cmake/projects/sqlite3/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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 @@ -63,28 +74,6 @@ 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/refs/heads/pr.3.43.2.tar.gz"
SHA1
66833029532842561f583cb16bb4a8780ec03640
)

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

0 comments on commit 095bf2f

Please sign in to comment.