Skip to content

Commit ef3b695

Browse files
committed
add sqlite3/3.31.1
1 parent a25210e commit ef3b695

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

recipes/sqlite3/all/conandata.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
sources:
2+
"3.31.1":
3+
url: "https://www.sqlite.org/2020/sqlite-amalgamation-3310100.zip"
4+
sha256: "f3c79bc9f4162d0b06fa9fe09ee6ccd23bb99ce310b792c5145f87fbcc30efca"
25
"3.31.0":
36
url: "https://www.sqlite.org/2020/sqlite-amalgamation-3310000.zip"
47
sha256: "75836c58be49e9aba539d36e80e72f432e9dedff46618ad2a3adfe5730400bed"

recipes/sqlite3/all/test_package/CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
cmake_minimum_required(VERSION 3.1.3)
1+
cmake_minimum_required(VERSION 2.8.11)
22
project(test_package)
33

4-
set(CMAKE_VERBOSE_MAKEFILE TRUE)
5-
64
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
75
conan_basic_setup()
86

recipes/sqlite3/all/test_package/conanfile.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
3-
41
from conans import ConanFile, CMake, tools
52
import os
63

recipes/sqlite3/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
versions:
2+
"3.31.1":
3+
folder: all
24
"3.31.0":
35
folder: all
46
"3.30.1":

0 commit comments

Comments
 (0)