From 9712309783c130d7d3cc591e4591ae7669c7ee24 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 Sep 2025 23:02:13 +0530 Subject: [PATCH] Use sqlite version in dotted notation --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 42ffb98076..d1439a51d2 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -155,11 +155,11 @@ }, { - "name": "sqlite 3430000", + "name": "sqlite 3.43.0", "spdx": "blessing", "unix": { "hash": "sha256:49008dbf3afc04d4edc8ecfc34e4ead196973034293c997adad2f63f01762ae1", - "urls": ["https://www.sqlite.org/2023/{name}-autoconf-{version}.{file_extension}"] + "urls": ["https://www.sqlite.org/2023/{name}-autoconf-3430000.{file_extension}"] } },