diff options
author | Martchus | 2022-01-30 20:51:25 +0100 |
---|---|---|
committer | Martchus | 2022-01-30 20:51:25 +0100 |
commit | 30fc197d4eb18d3527626544e91e3fe5ab21a5c0 (patch) | |
tree | 980ee20bf04f658c19a2ecb214b6f779558327b3 /PKGBUILD | |
parent | 0f40f0b5ea16ac8d2baec4ccf1139f9975596f0a (diff) | |
download | aur-30fc197d4eb18d3527626544e91e3fe5ab21a5c0.tar.gz |
Update to 6.2.3
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.2.2 +_qtver=6.2.3 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=('32e3d74a89cc0ad40e08c93f8c1ce7261777fef3235f3192abbf79f7874bf845') +sha256sums=('d1118c94399061836dc11e372de829781a2bc7a1748478f264ae6da7de5bd509') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' |