diff options
author | Martchus | 2025-04-03 22:29:57 +0200 |
---|---|---|
committer | Martchus | 2025-04-03 22:29:57 +0200 |
commit | 9d8ad799d497762380460bf3cca1428628075197 (patch) | |
tree | 3c31e801cabaf947be8940da2b8952fc854c92a1 /PKGBUILD | |
parent | 1348859cef03a79d25f0a568333e7dfda0e547b3 (diff) | |
download | aur-mingw-w64-qt6-charts.tar.gz |
Update to 6.9.0
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-charts -_qtver=6.8.2 +_qtver=6.9.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtcharts-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('ec7c84da1a5d7b2f8cea610df6f993fa3c48990dc9f6bec995c69c5bfb34c55f') +sha256sums=('8a1c9287f25fe47b110ada87e8c73b928a93f05435440d0a27f591d25c317f28') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} |