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"