diff options
author | Martchus | 2022-10-01 18:21:43 +0200 |
---|---|---|
committer | Martchus | 2022-10-01 18:21:43 +0200 |
commit | 576226378c92c6eda3ef4531fd0f736683446a26 (patch) | |
tree | fc6c2737f76b5423f6b89d30aaa272864003900a /PKGBUILD | |
parent | 48567272421f36961dc3ea3856f1fbc859d644b1 (diff) | |
download | aur-576226378c92c6eda3ef4531fd0f736683446a26.tar.gz |
Update to 6.4.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-webchannel-static -_qtver=6.3.2 +_qtver=6.4.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtwebchannel-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('d1ba476ba48b22ed64baad8100a1ac659220992fbd4501d69b47e0867d02153f') +sha256sums=('528f6d837cc58854deaddafbb76eb237f4dbd688a4407b438ab9c0db1613695a') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' |