summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15f6fc83f878..101f332330b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-networkauth
pkgdesc = Network authentication module (mingw-w64)
- pkgver = 5.12.0
- pkgrel = 2
+ pkgver = 5.12.1
+ pkgrel = 1
url = https://www.qt.io/
arch = any
groups = mingw-w64-qt5
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-qt5-networkauth
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.12/5.12.0/submodules/qtnetworkauth-everywhere-src-5.12.0.tar.xz
- sha256sums = 41111946f40ee110b789f365a398c3f27bc4fd6c0f9a8b1a72b79c81543e0775
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtnetworkauth-everywhere-src-5.12.1.tar.xz
+ sha256sums = 090fbb6be35b2f2edf7cc4cb32f0f9c27a9a66defa06f6d23e1397836e31d44c
pkgname = mingw-w64-qt5-networkauth
diff --git a/PKGBUILD b/PKGBUILD
index 76f66a5c1479..75d5ec9e86c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_qt_module=qtnetworkauth
pkgname="mingw-w64-qt5-networkauth"
-pkgver=5.12.0
-pkgrel=2
+pkgver=5.12.1
+pkgrel=1
arch=('any')
pkgdesc="Network authentication module (mingw-w64)"
depends=('mingw-w64-qt5-base')
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL3' 'FDL' 'custom')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('41111946f40ee110b789f365a398c3f27bc4fd6c0f9a8b1a72b79c81543e0775')
+sha256sums=('090fbb6be35b2f2edf7cc4cb32f0f9c27a9a66defa06f6d23e1397836e31d44c')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \