Skip to content

Commit

Permalink
qt6tools: update to 6.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech authored and 1715173329 committed Feb 20, 2025
1 parent b684ef2 commit 4467e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/qt6tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=qt6tools
PKG_BASE:=6.7
PKG_BUGFIX:=3
PKG_BASE:=6.8
PKG_BUGFIX:=2
PKG_VERSION:=$(PKG_BASE).$(PKG_BUGFIX)
PKG_RELEASE:=1

PKG_SOURCE:=qttools-everywhere-src-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://mirrors.tencent.com/qt/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/ \
https://mirrors.aliyun.com/qt/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/ \
http://download.qt-project.org/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/
PKG_HASH:=f03bb7df619cd9ac9dba110e30b7bcab5dd88eb8bdc9cc752563b4367233203f
PKG_HASH:=326381b7d43f07913612f291abc298ae79bd95382e2233abce982cff2b53d2c0
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qttools-everywhere-src-$(PKG_VERSION)

PKG_MAINTAINER:=Krypton Lee <[email protected]>
Expand Down

0 comments on commit 4467e10

Please sign in to comment.