diff options
author | Martchus | 2024-12-03 00:41:41 +0100 |
---|---|---|
committer | Martchus | 2024-12-03 00:41:41 +0100 |
commit | a144043fdd3dec2b3fa44a5e12370e10ad9c204b (patch) | |
tree | 3c1bbbc59163fa793cac2a8e56caa283f0c7d2ab /PKGBUILD | |
parent | 377d62567e9c20438ccd5ad266a78d2146c228f0 (diff) | |
download | aur-a144043fdd3dec2b3fa44a5e12370e10ad9c204b.tar.gz |
Update to 6.8.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.8.0 +_qtver=6.8.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=('7767d72ecfadb1045c50d0b30b952327c242a6eb40a46780e8e01b75ad77e7c3') +sha256sums=('098e72a5c06d7db003e3eea1b0ed72d7308e3ea9cb9e89b538816dc96c938395') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} |