Update package version to 3.51.2
This commit is contained in:
@@ -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