summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-10-08 23:10:53 +0200
committerMartchus2024-10-08 23:10:53 +0200
commit1be78c076d21a2fb252be42291f38bd0cecbc9b7 (patch)
tree11287cac4021ccb54cac3d8f9d8362102324924b /PKGBUILD
parent8a87b326a791a8ee514e3f43adc76b1baaeae3ae (diff)
downloadaur-1be78c076d21a2fb252be42291f38bd0cecbc9b7.tar.gz
Update to 6.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21791f714c6e..6f553398a2b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-sensors
-_qtver=6.7.3
+_qtver=6.8.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qtsensors-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('c03a8d5da362ed5f3f185902def04a7c2b69be3f8a283b1389eb6c49a5f3c8fc')
+sha256sums=('723544c5fa05fab75d53d66186a7ce83fb2f6f9a770ce796306992e983dde679')
_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}