From c652d49b7467a544e06c9c0d4e67ab897338d258 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 8 Nov 2025 12:44:45 +0200 Subject: [PATCH] Update package version to 3.51.0 --- pkg.info | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pkg.info b/pkg.info index 63b62bf..75379f3 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,14 @@ name: sqlite 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/ -license: "Public Domain" +license: Public Domain architecture: any -depends: ["glibc","readline","zlib"] -make_depends: ["tcl"] type: source +depends: + - glibc + - readline + - zlib +make_depends: + - tcl