Update package version to 3.50.4

This commit is contained in:
2025-09-20 17:46:26 +03:00
parent f6146d6a08
commit df4f08088f
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="https://sqlite.org/index.html"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep 'Version ' | grep -o -E '[0-9]{1,}\.[0-9]{1,}(\.[0-9]{1,})?')
echo "$VERSION"
+1 -1
View File
@@ -1,6 +1,6 @@
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.45.1 version: 3.50.4
url: https://www.sqlite.org/ url: https://www.sqlite.org/
license: "Public Domain" license: "Public Domain"
architecture: any architecture: any