summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-05-26 21:12:41 +0200
committerMartchus2024-05-26 21:12:41 +0200
commitedce2cb7bba2f74d02f63d9c0a8d971e177dab13 (patch)
treeefc77363893e7156fbfd5645fecd2d6a085d5793 /PKGBUILD
parentad1621c813c96f54000f39349e35e99049ed9ec1 (diff)
downloadaur-edce2cb7bba2f74d02f63d9c0a8d971e177dab13.tar.gz
Update to 6.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05d4354923b4..df3a0918ae5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}