diff options
author | Martchus | 2024-05-26 21:12:41 +0200 |
---|---|---|
committer | Martchus | 2024-05-26 21:12:41 +0200 |
commit | edce2cb7bba2f74d02f63d9c0a8d971e177dab13 (patch) | |
tree | efc77363893e7156fbfd5645fecd2d6a085d5793 /PKGBUILD | |
parent | ad1621c813c96f54000f39349e35e99049ed9ec1 (diff) | |
download | aur-edce2cb7bba2f74d02f63d9c0a8d971e177dab13.tar.gz |
Update to 6.7.1
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.7.0 +_qtver=6.7.1 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=('b1f02a3d8c9cc8ba2ffa7cca3749f1f147d327e8dfc633fd4ec3cb770d7981c9') +sha256sums=('e543a3788bfd522f2e4a111ba568214f1f5be6e55f08318c2dcd376124ea5886') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} |