diff options
author | Martchus | 2023-01-07 14:26:32 +0100 |
---|---|---|
committer | Martchus | 2023-01-07 14:26:32 +0100 |
commit | 80a6ceed59aacedf5c49f6b52e665f89c6853cbf (patch) | |
tree | d1adc503534b230697d9bcd606aa503c5f25e6fc /PKGBUILD | |
parent | 844fe2a53ebd940384cef92ae9d78bcd849a5333 (diff) | |
download | aur-80a6ceed59aacedf5c49f6b52e665f89c6853cbf.tar.gz |
Update to 6.4.2
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-serialport-static -_qtver=6.4.1 +_qtver=6.4.2 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtserialport-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('1d0ace5063e62bfdc77283e9a7cf2b592bcdb9246e3e891ed7d24905362b82fa') +sha256sums=('336d95919037800184b3c3de8ccb6f62954b20f3756c05adce8d5010504340fa') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' |