summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-10-01 18:21:14 +0200
committerMartchus2022-10-01 18:21:14 +0200
commit276f3d833fea152eb3e75b6d5dfe9416cd8934bd (patch)
tree8e43fcdc16b00dacb16f9eb5de0bdb9268107bcf /PKGBUILD
parent27e7a694402bb5c7641283c231f1f408e81be721 (diff)
downloadaur-276f3d833fea152eb3e75b6d5dfe9416cd8934bd.tar.gz
Update to 6.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e6f993ff0e1..2774a9f45ae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-connectivity
-_qtver=6.3.2
+_qtver=6.4.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qtconnectivity-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('e249656c502c9c96c416fffc1cb560ea6d30da3354d798b124ec12d7b6f9a658')
+sha256sums=('5adc177db5ea634cc7076afd82a63bc5d12ed3b55f9a1e0400eadcb56217c54e')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'