Skip to content

Commit

Permalink
Update sqlite3 to 3.30.1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihowl authored and rbsheth committed Nov 27, 2019
1 parent 5e009ca commit 5f3fcb3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ else()
endif()

hunter_default_version(spirv-cross VERSION 20190906)
hunter_default_version(sqlite3 VERSION 3.27.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
11 changes: 11 additions & 0 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

0 comments on commit 5f3fcb3

Please sign in to comment.