diff options
author | Martchus | 2025-04-03 22:30:03 +0200 |
---|---|---|
committer | Martchus | 2025-04-03 22:30:03 +0200 |
commit | b0ecd79d9f5584217d0d6e5a6f66faa8313e9ff0 (patch) | |
tree | 2664f4c5406897dbe7d4099aa90d14642c5127f3 | |
parent | f2f6c33fe3c3d20d265a5b965b26534602ffe2a9 (diff) | |
download | aur-b0ecd79d9f5584217d0d6e5a6f66faa8313e9ff0.tar.gz |
Update to 6.9.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtconnectivity-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-connectivity pkgdesc = Provides access to Bluetooth hardware (mingw-w64) - pkgver = 6.8.2 + pkgver = 6.9.0 pkgrel = 1 url = https://www.qt.io arch = any @@ -21,7 +21,7 @@ pkgbase = mingw-w64-qt6-connectivity options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.8/6.8.2/submodules/qtconnectivity-everywhere-src-6.8.2.tar.xz - sha256sums = e617120e084ac369fd6064f2c177de9e1c2cd9989a1f1774eea131800d52812a + source = https://download.qt.io/official_releases/qt/6.9/6.9.0/submodules/qtconnectivity-everywhere-src-6.9.0.tar.xz + sha256sums = ff402f8dacb2b9f9308afcea67118ae1645ce6466f2d41a8d5c12fd2fa168598 pkgname = mingw-w64-qt6-connectivity @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-connectivity -_qtver=6.8.2 +_qtver=6.9.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtconnectivity-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('e617120e084ac369fd6064f2c177de9e1c2cd9989a1f1774eea131800d52812a') +sha256sums=('ff402f8dacb2b9f9308afcea67118ae1645ce6466f2d41a8d5c12fd2fa168598') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index ff008c1e53bc..65410cff1607 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.8.2 +_qtver=6.9.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtconnectivity-sha256.txt b/qtconnectivity-sha256.txt index 5ef50ebab16b..8b792168b308 100644 --- a/qtconnectivity-sha256.txt +++ b/qtconnectivity-sha256.txt @@ -1 +1 @@ -e617120e084ac369fd6064f2c177de9e1c2cd9989a1f1774eea131800d52812a +ff402f8dacb2b9f9308afcea67118ae1645ce6466f2d41a8d5c12fd2fa168598 |