diff options
author | Martchus | 2021-10-28 12:27:05 +0200 |
---|---|---|
committer | Martchus | 2021-10-28 12:27:05 +0200 |
commit | 30e65184cb72b39333df8c1ee91da227be4220ee (patch) | |
tree | f974464330948619c5007625875803c56658d5a1 | |
parent | 6afe3cef3e4a333217fa74186523d46138a80722 (diff) | |
download | aur-30e65184cb72b39333df8c1ee91da227be4220ee.tar.gz |
Update to 6.2.1
-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 = mingw-w64-qt6-networkauth pkgdesc = Network authentication module (mingw-w64) - pkgver = 6.2.0 + pkgver = 6.2.1 pkgrel = 1 url = https://www.qt.io arch = any @@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt6-networkauth options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.2/6.2.0/submodules/qtnetworkauth-everywhere-src-6.2.0.tar.xz - sha256sums = e71504c8d6ae4cf4d573f1d91ff756f90f441e22b0af12eae2424f7e0c01d450 + source = https://download.qt.io/official_releases/qt/6.2/6.2.1/submodules/qtnetworkauth-everywhere-src-6.2.1.tar.xz + sha256sums = 8027f85095a9c56d8cada988527454f786a5f8dd4157206db4f21299016d1c9e pkgname = mingw-w64-qt6-networkauth @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-networkauth -_qtver=6.2.0 +_qtver=6.2.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtnetworkauth-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('e71504c8d6ae4cf4d573f1d91ff756f90f441e22b0af12eae2424f7e0c01d450') +sha256sums=('8027f85095a9c56d8cada988527454f786a5f8dd4157206db4f21299016d1c9e') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 9dfe112f4107..76342269fb88 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.2.0 +_qtver=6.2.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtnetworkauth-sha256.txt b/qtnetworkauth-sha256.txt index 2782a65c5a07..33916b4bffd5 100644 --- a/qtnetworkauth-sha256.txt +++ b/qtnetworkauth-sha256.txt @@ -1 +1 @@ -e71504c8d6ae4cf4d573f1d91ff756f90f441e22b0af12eae2424f7e0c01d450 +8027f85095a9c56d8cada988527454f786a5f8dd4157206db4f21299016d1c9e |