From 236a9de9f938e8aa5e7223e2f8eecdc859b9fd70 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Fri, 31 Jan 2025 16:00:53 +0800 Subject: [PATCH] qt6base/qt6tools: update to 6.8.2 --- qt6base/Makefile | 4 ++-- qt6tools/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt6base/Makefile b/qt6base/Makefile index c40c6b9..9d08fd0 100644 --- a/qt6base/Makefile +++ b/qt6base/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6base -PKG_VERSION:=6.8.1 +PKG_VERSION:=6.8.2 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:=9b81b83e4079d2f79ae057902973fc0ebb10d566ec022f483e7c0f2294acb19c +PKG_HASH:=9dddbb2ea3c107e20a99b816c1c6ba1483915325918936dda2c762bd73836ad9 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 459ff27..728e0f6 100644 --- a/qt6tools/Makefile +++ b/qt6tools/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6tools -PKG_VERSION:=6.8.1 +PKG_VERSION:=6.8.2 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:=d3e1fb2e07bbbffb67475b36f9bb2785dfe37f202d9585bbf4334043296d92c6 +PKG_HASH:=ead70f80f197fd746a5cbf57a8a2be6537cb0015a48361f108aa7e36d5a982fe HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qttools-$(PKG_VERSION)