diff options
author | Martchus | 2022-01-30 20:51:41 +0100 |
---|---|---|
committer | Martchus | 2022-01-30 20:51:41 +0100 |
commit | 3c8fa3bba0cb7217596a8452f6d3b3db102b4815 (patch) | |
tree | 8b673b3b91a9811c259aae6759eafde55f542f69 | |
parent | 42225eb0888b75f397b0ad75ab8581700ecadf12 (diff) | |
download | aur-3c8fa3bba0cb7217596a8452f6d3b3db102b4815.tar.gz |
Update to 6.2.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtwebchannel-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = android-aarch64-qt6-webchannel pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (android) - pkgver = 6.2.2 + pkgver = 6.2.3 pkgrel = 1 url = https://www.qt.io arch = any @@ -18,7 +18,7 @@ pkgbase = android-aarch64-qt6-webchannel options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.2/6.2.2/submodules/qtwebchannel-everywhere-src-6.2.2.tar.xz - sha256sums = 32e3d74a89cc0ad40e08c93f8c1ce7261777fef3235f3192abbf79f7874bf845 + source = https://download.qt.io/official_releases/qt/6.2/6.2.3/submodules/qtwebchannel-everywhere-src-6.2.3.tar.xz + sha256sums = d1118c94399061836dc11e372de829781a2bc7a1748478f264ae6da7de5bd509 pkgname = android-aarch64-qt6-webchannel @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-webchannel -_qtver=6.2.2 +_qtver=6.2.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(android-${_android_arch}-qt6) _pkgfqn="qtwebchannel-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('32e3d74a89cc0ad40e08c93f8c1ce7261777fef3235f3192abbf79f7874bf845') +sha256sums=('d1118c94399061836dc11e372de829781a2bc7a1748478f264ae6da7de5bd509') build() { source android-env ${_android_arch} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 945c2654d7f1..84e71552d980 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.2.2 +_qtver=6.2.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtwebchannel-sha256.txt b/qtwebchannel-sha256.txt index 5924f7095df4..1e6cc9745916 100644 --- a/qtwebchannel-sha256.txt +++ b/qtwebchannel-sha256.txt @@ -1 +1 @@ -32e3d74a89cc0ad40e08c93f8c1ce7261777fef3235f3192abbf79f7874bf845 +d1118c94399061836dc11e372de829781a2bc7a1748478f264ae6da7de5bd509 |