summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-04-10 23:30:14 +0200
committerMartchus2022-04-10 23:30:14 +0200
commitdd7c4753701efe2fc1bea1fabbbcae419cc14a49 (patch)
treea46ad92457d8a33a73ed1f4c3045f02a17522949 /PKGBUILD
parentff95ce3a552eb7cab0ed8924d8cb31dd1767446f (diff)
downloadaur-dd7c4753701efe2fc1bea1fabbbcae419cc14a49.tar.gz
Update to 6.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7f2e53d690f..66b772229133 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.2.4
+_qtver=6.3.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=('5db8c8de26c8561e8e349ad9650307bf7e08af4f00668447c53f3a8f7bd15d97')
+sha256sums=('98f7132e3aa56db2be4800897a0514248a7ae83791b69f8162d628e187b0e61a')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'