diff options
author | Martchus | 2022-09-12 18:10:25 +0200 |
---|---|---|
committer | Martchus | 2022-09-12 18:10:25 +0200 |
commit | 1a18827e6d67c1ccaba0aaf3247e43b23cfbb8fb (patch) | |
tree | 03953bf700883c81a9cb3acfd7ada034f04f1347 /PKGBUILD | |
parent | 58706c125fb9adfa141877182371fc8c08dddee4 (diff) | |
download | aur-1a18827e6d67c1ccaba0aaf3247e43b23cfbb8fb.tar.gz |
Update to 6.3.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.3.1 +_qtver=6.3.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=('4eb6d80e65799dd2e0318df4dfba14173c1929e861718cda9bedca24253b616e') +sha256sums=('c7d207322367c63647edbd06ded9c76ba9071961daac1d1021b622b762c35e6f') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' |