From c3b81b8cc3303bc81a8dd4894012e1dca9e6b87c Mon Sep 17 00:00:00 2001 From: actions Date: Tue, 26 Mar 2024 16:44:43 +0800 Subject: [PATCH] qt6base/qt6tools: update to 6.6.3 --- qt6base/Makefile | 4 ++-- qt6tools/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt6base/Makefile b/qt6base/Makefile index 022cec7..7ff0c82 100644 --- a/qt6base/Makefile +++ b/qt6base/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6base -PKG_VERSION:=6.6.2 +PKG_VERSION:=6.6.3 PKG_RELEASE:=1 PKG_SOURCE:=qtbase-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qt/qtbase/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=2cbdc4791c5838fddb1ce7ee693b165bb4acf3f81acd6c1bf9e56413b25050df +PKG_HASH:=11abfcae323d295129f644f1828064e05af7d64d49edb0e00bfb8e8cb9691259 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qtbase-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/qtbase-$(PKG_VERSION) diff --git a/qt6tools/Makefile b/qt6tools/Makefile index 9ffc5d9..433af6b 100644 --- a/qt6tools/Makefile +++ b/qt6tools/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6tools -PKG_VERSION:=6.6.2 +PKG_VERSION:=6.6.3 PKG_RELEASE:=1 PKG_SOURCE:=qttools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qt/qttools/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=75075646c05635ade8bf91b64287f8ec90572a9ac559bf3fc744c461e24db0e5 +PKG_HASH:=a7b40eec5c59e0a757da43ce519260392ac794fa70c65c0d73f88b1c1d9b84ef HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qttools-$(PKG_VERSION)