Skip to content

Commit caab9e5

Browse files
committedJun 28, 2018
Update cURL (7.60.0) & SQLite3 (3.24.0)
1 parent 4cd267a commit caab9e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎build/android/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ OPENSSL_TIMESTAMP = $(OPENSSL_DIR)timestamp
103103
OPENSSL_TIMESTAMP_INT = $(ANDR_ROOT)/deps/openssl_timestamp
104104
OPENSSL_URL = https://www.openssl.org/source/openssl-$(OPENSSL_VERSION).tar.gz
105105

106-
CURL_VERSION = 7.54.0
106+
CURL_VERSION = 7.60.0
107107
CURL_DIR = $(ANDR_ROOT)/deps/curl-$(CURL_VERSION)
108108
CURL_LIB = $(CURL_DIR)/lib/.libs/libcurl.a
109109
CURL_TIMESTAMP = $(CURL_DIR)/timestamp
@@ -130,8 +130,8 @@ ICONV_TIMESTAMP = $(ICONV_DIR)timestamp
130130
ICONV_TIMESTAMP_INT = $(ANDR_ROOT)/deps/iconv_timestamp
131131
ICONV_URL_HTTP = https://ftp.gnu.org/pub/gnu/libiconv/libiconv-$(ICONV_VERSION).tar.gz
132132

133-
SQLITE3_FOLDER = sqlite-amalgamation-3180000
134-
SQLITE3_URL = https://www.sqlite.org/2017/$(SQLITE3_FOLDER).zip
133+
SQLITE3_FOLDER = sqlite-amalgamation-3240000
134+
SQLITE3_URL = https://www.sqlite.org/2018/$(SQLITE3_FOLDER).zip
135135

136136
ANDROID_SDK = $(shell grep '^sdk\.dir' local.properties | sed 's/^.*=[[:space:]]*//')
137137
ANDROID_NDK = $(shell grep '^ndk\.dir' local.properties | sed 's/^.*=[[:space:]]*//')

0 commit comments

Comments
 (0)
Please sign in to comment.