Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
Changed SQLite download from sqlit.org HTTP (which no longer seems to…
Browse files Browse the repository at this point in the history
… work) to HTTPS.
  • Loading branch information
Eilon committed Jun 26, 2014
1 parent f00315b commit 8e045e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.shade
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ k-standard-goals

var sqliteDllPath='src/Microsoft.Data.SQLite/redist/x86/sqlite3.dll'
#sqlite-download target='initialize' if='!File.Exists(sqliteDllPath)'
var sqliteUri='http://sqlite.org/2014/sqlite-dll-win32-x86-3080500.zip'
var sqliteUri='https://sqlite.org/2014/sqlite-dll-win32-x86-3080500.zip'
@{
using (var client = new HttpClient())
using (var archiveStream = client.GetStreamAsync(sqliteUri).Result)
Expand Down

0 comments on commit 8e045e3

Please sign in to comment.