1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

Build SQLite 3.39.0 (#95)

This commit is contained in:
saaj
2022-07-10 22:46:39 +02:00
committed by GitHub
parent c674bf11e3
commit 0646f58ca0
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ from pathlib import Path
from urllib import request
amalgamation_url = 'https://sqlite.org/2022/sqlite-amalgamation-3380500.zip'
amalgamation_url = 'https://sqlite.org/2022/sqlite-amalgamation-3390000.zip'
# Extension-functions
# ===================