From: George Sapkin Date: Thu, 24 Apr 2025 13:36:08 +0000 (+0300) Subject: sqlite3: use the upstream version as PKG_VERSION X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7be9ae1b7b7560027955b0afdb98051cd0af00b5;p=openwrt-packages.git sqlite3: use the upstream version as PKG_VERSION 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 Suggested-by: Tianling Shen Signed-off-by: George Sapkin --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 01d2fa05d..db2532839 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -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