diff options
author | Martchus | 2025-04-03 22:29:53 +0200 |
---|---|---|
committer | Martchus | 2025-04-03 22:29:53 +0200 |
commit | 1b562446ef47bd35f1e752715cfc76c09b853bf6 (patch) | |
tree | a7406fb1df9c1c3e36a89c8fc0bd45bf528e9264 /PKGBUILD | |
parent | 7151b45c846b1f485babecb0cfef9bc8b2e36b43 (diff) | |
download | aur-mingw-w64-qt6-tools.tar.gz |
Update to 6.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-tools -_qtver=6.8.2 +_qtver=6.9.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,8 +18,8 @@ groups=(mingw-w64-qt6) _pkgfqn="qttools-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Enable-only-SQL-plugins-which-are-known-to-work.patch') -sha256sums=('326381b7d43f07913612f291abc298ae79bd95382e2233abce982cff2b53d2c0' - 'd6bdb507b7aae7364ca6384cf454ca6d6b2b07bb581046b9aaab2fa7eef5f277') +sha256sums=('fa645589cc3f939022401a926825972a44277dead8ec8607d9f2662e6529c9a4' + '366eb72473986f07203aeddd457ef2821756cdfc90e0d35752d617098bea6191') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} |