summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-05-26 21:12:23 +0200
committerMartchus2024-05-26 21:12:23 +0200
commit932d765ad28626a0596dd13f16e37a4054628cdf (patch)
tree271e26c0068fdbbdae02e7d00366ee265b6c265a /PKGBUILD
parent7b137479a1031657ce390a3147000bfc2271b123 (diff)
downloadaur-mingw-w64-qt6-svg.tar.gz
Update to 6.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e32faec3f451..b21c061e87dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-svg
-_qtver=6.7.0
+_qtver=6.7.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qtsvg-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('1518f40e08ff5e6153a6e26e5b95b033413ac143b70795dc1317e7f73ebf922d')
+sha256sums=('3ed5b80f7228c41dd463b7a57284ed273d224d1c323c0dd78c5209635807cbce')
_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}