summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-09 23:11:33 +0100
committerMartchus2019-11-09 23:11:33 +0100
commit48be70fcc61a6730bda54d1a10490b2a7ae9ce2b (patch)
tree24a1d9ad56330f36f4ea3156092da30377e32755
parent6861f8adeb01e6dcfed733a9ada586cc59027df7 (diff)
downloadaur-48be70fcc61a6730bda54d1a10490b2a7ae9ce2b.tar.gz
Update to 5.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f91b74160762..df16706e7f11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-websockets
pkgdesc = Provides WebSocket communication compliant with RFC 6455 (mingw-w64)
- pkgver = 5.13.1
+ pkgver = 5.13.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-websockets
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qtwebsockets-everywhere-src-5.13.1.tar.xz
- sha256sums = f6b0583cfc5bbdccb89f68297a53cfe6c858c7a7de8e64548066cafd981c0799
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtwebsockets-everywhere-src-5.13.2.tar.xz
+ sha256sums = fc11236c8bf69b27a4e237a27b9ea27fc90d8c25d81d1d451ce3a0b63cbc02d3
pkgname = mingw-w64-qt5-websockets
diff --git a/PKGBUILD b/PKGBUILD
index cb251576aa35..814b6e851c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwebsockets
pkgname="mingw-w64-qt5-websockets"
-pkgver=5.13.1
+pkgver=5.13.2
pkgrel=1
arch=('any')
pkgdesc="Provides WebSocket communication compliant with RFC 6455 (mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL' '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=('f6b0583cfc5bbdccb89f68297a53cfe6c858c7a7de8e64548066cafd981c0799')
+sha256sums=('fc11236c8bf69b27a4e237a27b9ea27fc90d8c25d81d1d451ce3a0b63cbc02d3')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \