Skip to content

Commit b018bd7

Browse files
committed
depends: qt 5.15.14
1 parent f61ede5 commit b018bd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

depends/packages/qt.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package=qt
2-
$(package)_version=5.15.13
2+
$(package)_version=5.15.14
33
$(package)_download_path=https://download.qt.io/official_releases/qt/5.15/$($(package)_version)/submodules
44
$(package)_suffix=everywhere-opensource-src-$($(package)_version).tar.xz
55
$(package)_file_name=qtbase-$($(package)_suffix)
6-
$(package)_sha256_hash=4cca51dcc1f22ceeee6b3e33cd1c3a60b14e85e24644dca3af89a2c2989ab809
6+
$(package)_sha256_hash=500d3b390048e9538c28b5f523dfea6936f9c2e10d24ab46580ff57d430b98be
77
$(package)_linux_dependencies=freetype fontconfig libxcb libxkbcommon libxcb_util libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_wm
88
$(package)_qt_libs=corelib network widgets gui plugins testlib
99
$(package)_linguist_tools = lrelease lupdate lconvert
@@ -25,10 +25,10 @@ $(package)_patches += windows_lto.patch
2525
$(package)_patches += zlib-timebits64.patch
2626

2727
$(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
28-
$(package)_qttranslations_sha256_hash=24d4c58bc2a40c0f44f59ee64af4192c7d0038c1e45af61646cfc5b65058f271
28+
$(package)_qttranslations_sha256_hash=5b94d1a11b566908622fcca2f8b799744d2f8a68da20be4caa5953ed63b10489
2929

3030
$(package)_qttools_file_name=qttools-$($(package)_suffix)
31-
$(package)_qttools_sha256_hash=57c9794c572c4e02871f2e7581525752b0cf85ea16cfab23a4ac9ba7b39a5d34
31+
$(package)_qttools_sha256_hash=12061a85baf5f4de8fbc795e1d3872b706f340211b9e70962caeffc6f5e89563
3232

3333
$(package)_extra_sources = $($(package)_qttranslations_file_name)
3434
$(package)_extra_sources += $($(package)_qttools_file_name)

0 commit comments

Comments
 (0)