summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-09-25 15:27:56 +0200
committerMartchus2018-09-25 15:27:56 +0200
commitd15d4ec4bcbb965a196d5bf3a166e2185750d48a (patch)
tree4ef8de2d8b6732c2fc20f25bd88df211210b7267
parentabdae6837ffcd9cb0920cae5fc963c338a82a6d5 (diff)
downloadaur-d15d4ec4bcbb965a196d5bf3a166e2185750d48a.tar.gz
Update to 5.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e0572926fd..45ee2c95bb01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-webglplugin
pkgdesc = QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)
- pkgver = 5.11.1
+ pkgver = 5.11.2
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-qt5-webglplugin
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qt3d-everywhere-src-5.11.1.tar.xz
- sha256sums = cb8659e1e5541bea4c3684ac76a496f8e0cd6e3aa9e4e22eba1910095f5ed30d
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.2/submodules/qt3d-everywhere-src-5.11.2.tar.xz
+ sha256sums = 7f72c823ec10a2effba95d08d9439215472d2cb1e3229de50a6b3d2523c8f962
pkgname = mingw-w64-qt5-webglplugin
diff --git a/PKGBUILD b/PKGBUILD
index 7eb407b72989..4e5c3be43fa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qt3d
pkgname="mingw-w64-qt5-webglplugin"
-pkgver=5.11.1
+pkgver=5.11.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"
@@ -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=('cb8659e1e5541bea4c3684ac76a496f8e0cd6e3aa9e4e22eba1910095f5ed30d')
+sha256sums=('7f72c823ec10a2effba95d08d9439215472d2cb1e3229de50a6b3d2523c8f962')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \