summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-10-12 10:42:58 +0200
committerMartchus2023-10-12 10:42:58 +0200
commite6f2b9f8f8b45bbd1a505af4fbb758d15a714e7d (patch)
tree1495d5372f597658819befcbfec156a0017a641f /PKGBUILD
parent29c1ec0212f89af1467213bebc4160b1ce29dec0 (diff)
downloadaur-e6f2b9f8f8b45bbd1a505af4fbb758d15a714e7d.tar.gz
Update to 6.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee78b0d44f51..7abb88a894cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-5compat-static
-_qtver=6.5.3
+_qtver=6.6.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qt5compat-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('eeb2a9e27771e15aaa7935f61a8024b46cc8e2044ae0ceacff2754c0cb806464')
+sha256sums=('3d85edb66126f712266dcbfc6cd00383d46cc6d66c8b84607ca21e2bc71a8fca')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'