Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-9896: Bump sqlite to 3.37.2 #914

Merged
merged 1 commit into from Feb 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions dependencies/sqlite/CMakeLists.txt
Expand Up @@ -13,15 +13,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

project( sqlite VERSION 3360000 LANGUAGES NONE )
project( sqlite VERSION 3370200 LANGUAGES NONE )

set( SHA256 999826fe4c871f18919fdb8ed7ec9dd8217180854dd1fe21eea96aed36186729 )
set( SHA256 cb25df0fb90b77be6660f6ace641bbea88f3d0441110d394ce418f35f7561bb0 )


set( EXTERN ${PROJECT_NAME}-extern )
include(ExternalProject)
ExternalProject_Add( ${EXTERN}
URL "https://www.sqlite.org/2021/sqlite-amalgamation-${PROJECT_VERSION}.zip"
URL "https://www.sqlite.org/2022/sqlite-amalgamation-${PROJECT_VERSION}.zip"
URL_HASH SHA256=${SHA256}
UPDATE_COMMAND ""
CMAKE_ARGS
Expand Down