sqlite3: use the upstream version as PKG_VERSION
authorGeorge Sapkin <[email protected]>
Thu, 24 Apr 2025 13:36:08 +0000 (16:36 +0300)
committerTianling Shen <[email protected]>
Mon, 28 Apr 2025 09:21:30 +0000 (17:21 +0800)
Replace using the tar ball version with the actual upstream version in
PKG_VERSION for packaging, and move tar ball version to PKG_SRC_VERSION.

Suggested-by: Paul Donald <[email protected]>
Suggested-by: Tianling Shen <[email protected]>
Signed-off-by: George Sapkin <[email protected]>
libs/sqlite3/Makefile

index 01d2fa05d2c5e83403ed991f3905e57694efd6fb..db25328399fb32f2152877a029a07ef056790a82 100644 (file)
@@ -8,10 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
-PKG_VERSION:=3490100
+PKG_VERSION:=3.49.1
+PKG_SRC_VERSION:=3490100
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.sqlite.org/2025/
 PKG_HASH:=106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254
 
@@ -20,7 +21,7 @@ PKG_LICENSE:=PUBLICDOMAIN
 PKG_LICENSE_FILES:=
 PKG_MAINTAINER:=
 
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-autoconf-$(PKG_VERSION)
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION)
 PKG_BUILD_PARALLEL:=1
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1