From 37e47db740d802e1619ce33542aa3587a40af817 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Wed, 26 Mar 2025 20:01:02 +0800 Subject: [PATCH] qt6base/qt6tools: update to 6.8.3 --- qt6base/Makefile | 4 ++-- qt6tools/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt6base/Makefile b/qt6base/Makefile index 9d08fd0..35caca0 100644 --- a/qt6base/Makefile +++ b/qt6base/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6base -PKG_VERSION:=6.8.2 +PKG_VERSION:=6.8.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:=9dddbb2ea3c107e20a99b816c1c6ba1483915325918936dda2c762bd73836ad9 +PKG_HASH:=cea5c8f2c20d9cbd684f8a402721e63b87a2886e906f6ec7e0f7e1ff69c83206 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 728e0f6..ca9eaee 100644 --- a/qt6tools/Makefile +++ b/qt6tools/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6tools -PKG_VERSION:=6.8.2 +PKG_VERSION:=6.8.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:=ead70f80f197fd746a5cbf57a8a2be6537cb0015a48361f108aa7e36d5a982fe +PKG_HASH:=b8f0bf5222130113f0b44755e25e04aa08f6007aa946a0cbf17e4603cd874e2a HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qttools-$(PKG_VERSION)