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