Update package version to 3.51.0

This commit is contained in:
2025-11-08 12:44:45 +02:00
parent df4f08088f
commit c652d49b74
+9 -4
View File
@@ -1,9 +1,14 @@
name: sqlite name: sqlite
description: C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine description: C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine
version: 3.50.4 version: 3.51.0
revision: 1
url: https://www.sqlite.org/ url: https://www.sqlite.org/
license: "Public Domain" license: Public Domain
architecture: any architecture: any
depends: ["glibc","readline","zlib"]
make_depends: ["tcl"]
type: source type: source
depends:
- glibc
- readline
- zlib
make_depends:
- tcl