diff options
author | Martchus | 2025-02-02 21:25:23 +0100 |
---|---|---|
committer | Martchus | 2025-02-02 21:25:23 +0100 |
commit | f2f6c33fe3c3d20d265a5b965b26534602ffe2a9 (patch) | |
tree | 3ec207ff8d7a3775d707387abd37e406447ba43a /PKGBUILD | |
parent | c00a4ef93dc512e5d3579db433f826692fd43c2c (diff) | |
download | aur-f2f6c33fe3c3d20d265a5b965b26534602ffe2a9.tar.gz |
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-connectivity -_qtver=6.8.1 +_qtver=6.8.2 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=('ccfd46e7ad2290710788274e145fb1f224d8a5ce360764ec10824b5908a6441c') +sha256sums=('e617120e084ac369fd6064f2c177de9e1c2cd9989a1f1774eea131800d52812a') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} |