Update package version to 3.51.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: sqlite
|
||||
description: C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine
|
||||
version: 3.51.1
|
||||
version: 3.51.2
|
||||
revision: 1
|
||||
url: https://www.sqlite.org/
|
||||
license: Public Domain
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# This function is used for putting downloaded files to the correct location or applying patches
|
||||
prepare() {
|
||||
local version=$(printf "%d%02d%02d00\n" ${BPM_PKG_VERSION//./ })
|
||||
wget https://sqlite.org/2025/sqlite-autoconf-${version}.tar.gz
|
||||
wget https://sqlite.org/2026/sqlite-autoconf-${version}.tar.gz
|
||||
tar -xvf sqlite-autoconf-${version}.tar.gz --strip-components=1 -C "$BPM_SOURCE"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user