Skip to content

Commit

Permalink
ci: update sqlite version in examples test
Browse files Browse the repository at this point in the history
to see if we can get it to pass on modern windows
  • Loading branch information
flavorjones committed Apr 17, 2021
1 parent ef76fcf commit 440616e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ recipes.push libiconv


# sqlite3
sqlite3 = MiniPortile.new "sqlite3", "3.8.4.1"
sqlite3.files << "http://sqlite.org/2014/sqlite-autoconf-3080401.tar.gz"
sqlite3 = MiniPortile.new "sqlite3", "3.35.4"
sqlite3.files << "https://www.sqlite.org/2021/sqlite-autoconf-3350400.tar.gz"

recipes.push sqlite3

Expand Down

0 comments on commit 440616e

Please sign in to comment.