sqlite -> 3.24
This commit is contained in:
parent
639c009ae5
commit
396f911691
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
VERSION=3220000
|
||||
VERSION=3240000
|
||||
|
||||
fetch_if_needed() {
|
||||
if [ ! -e sqlite ]; then
|
||||
|
|
Loading…
Reference in New Issue