diff options
author | Martchus | 2022-01-30 20:51:03 +0100 |
---|---|---|
committer | Martchus | 2022-01-30 20:51:03 +0100 |
commit | 73adbd9e29d2d53af010cea0435ec47c97c12c42 (patch) | |
tree | f87ccc954b35fd814ebd8346682f3f88a05e5bfd /PKGBUILD | |
parent | 4cec5550f008991e48267f3d8fe90cddff33eebc (diff) | |
download | aur-73adbd9e29d2d53af010cea0435ec47c97c12c42.tar.gz |
Update to 6.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-declarative -_qtver=6.2.2 +_qtver=6.2.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -22,8 +22,8 @@ groups=(mingw-w64-qt6) _pkgfqn="qtdeclarative-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Exclude-qmltime-when-cross-compiling.patch') -sha256sums=('1a04ef0092b31354e0fded0d8391865719cb58f9ca5dc604da2b1f62c742cf28' - '0d3ab1faed346dff5ba75a7bbd1af56c913a9c4a6eaff0b36f0e67a1ca4b6f1b') +sha256sums=('2618c31f64820ed426ebfe2c10b6f3a43f08d2c03d6c63f024bc396455c1a86b' + '2f37c5a0c21cc7f31ed0cc689a14f0a64a50f1d272de77867b194cd2b7a2a17e') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' |