diff options
author | Martchus | 2024-06-22 21:07:06 +0200 |
---|---|---|
committer | Martchus | 2024-06-22 21:07:06 +0200 |
commit | 6a3b4024e01eaf204f7c700e51e757686a8b1de6 (patch) | |
tree | 11665f068ede63f8171c5772493f00756cc8424c | |
parent | b7980713a2594d83b3ab62a57d8cb72519844060 (diff) | |
download | aur-6a3b4024e01eaf204f7c700e51e757686a8b1de6.tar.gz |
Update to 6.7.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtnetworkauth-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = android-aarch64-qt6-networkauth pkgdesc = Network authentication module (android) - pkgver = 6.7.1 + pkgver = 6.7.2 pkgrel = 1 url = https://www.qt.io arch = any @@ -18,7 +18,7 @@ pkgbase = android-aarch64-qt6-networkauth options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.7/6.7.1/submodules/qtnetworkauth-everywhere-src-6.7.1.tar.xz - sha256sums = 012b3a05c34f2cdd197bd209696493c9e8085daeaa36589fd791d449d841575d + source = https://download.qt.io/official_releases/qt/6.7/6.7.2/submodules/qtnetworkauth-everywhere-src-6.7.2.tar.xz + sha256sums = 7f09824fcfe589eb32260c305ff9a126fe3bf93be218d372e8e9c10e212df470 pkgname = android-aarch64-qt6-networkauth @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-networkauth -_qtver=6.7.1 +_qtver=6.7.2 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(android-${_android_arch}-qt6) _pkgfqn="qtnetworkauth-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('012b3a05c34f2cdd197bd209696493c9e8085daeaa36589fd791d449d841575d') +sha256sums=('7f09824fcfe589eb32260c305ff9a126fe3bf93be218d372e8e9c10e212df470') build() { export PATH=/usr/lib/jvm/java-17-openjdk/bin:$PATH diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 8cd712edcebc..44d0854026fd 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.7.1 +_qtver=6.7.2 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtnetworkauth-sha256.txt b/qtnetworkauth-sha256.txt index 26d92b9004db..b9a3dc30127a 100644 --- a/qtnetworkauth-sha256.txt +++ b/qtnetworkauth-sha256.txt @@ -1 +1 @@ -012b3a05c34f2cdd197bd209696493c9e8085daeaa36589fd791d449d841575d +7f09824fcfe589eb32260c305ff9a126fe3bf93be218d372e8e9c10e212df470 |