Update package version to 3.50.4
This commit is contained in:
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user