diff options
author | Martchus | 2022-04-10 23:30:58 +0200 |
---|---|---|
committer | Martchus | 2022-04-10 23:30:58 +0200 |
commit | 4ca5247ecc7a23f2bf8bbdef792e78420da9ccf4 (patch) | |
tree | c092c3eb96e326f4f30015b7c7e2ef14d373b258 | |
parent | e321f59a29f508dfe192a2bbd41c965ed1410610 (diff) | |
download | aur-4ca5247ecc7a23f2bf8bbdef792e78420da9ccf4.tar.gz |
Update to 6.3.0
-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 = mingw-w64-qt6-webchannel pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64) - pkgver = 6.2.4 + pkgver = 6.3.0 pkgrel = 1 url = https://www.qt.io arch = any @@ -19,7 +19,7 @@ pkgbase = mingw-w64-qt6-webchannel options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.2/6.2.4/submodules/qtwebchannel-everywhere-src-6.2.4.tar.xz - sha256sums = 20ce2bbc21b6f1fb665d37887d4af7e761baa3a1c1b9cc0f550ede212a8d296d + source = https://download.qt.io/official_releases/qt/6.3/6.3.0/submodules/qtwebchannel-everywhere-src-6.3.0.tar.xz + sha256sums = ebc4c428a31ff8510046a5e6aced58eeb5b63be72a098effc021cc96e27be40e pkgname = mingw-w64-qt6-webchannel @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-webchannel -_qtver=6.2.4 +_qtver=6.3.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtwebchannel-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('20ce2bbc21b6f1fb665d37887d4af7e761baa3a1c1b9cc0f550ede212a8d296d') +sha256sums=('ebc4c428a31ff8510046a5e6aced58eeb5b63be72a098effc021cc96e27be40e') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 4de07b24995a..382bb90b5131 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.2.4 +_qtver=6.3.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtwebchannel-sha256.txt b/qtwebchannel-sha256.txt index c0b3aa0e4a4f..97ac6d94ef75 100644 --- a/qtwebchannel-sha256.txt +++ b/qtwebchannel-sha256.txt @@ -1 +1 @@ -20ce2bbc21b6f1fb665d37887d4af7e761baa3a1c1b9cc0f550ede212a8d296d +ebc4c428a31ff8510046a5e6aced58eeb5b63be72a098effc021cc96e27be40e |