update sqlite version 3.33 -> 3.35.2

This commit is contained in:
Dan Forsberg 2021-05-18 07:59:57 +01:00
parent 2edb873167
commit 7ad81ecb41
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
VERSION=3330000
VERSION=3352000
fetch_if_needed() {
if [ ! -e sqlite ]; then