summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f55552ccc0b..380f0a3d4607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-websockets
pkgdesc = Qt5 for Windows -- QtWebSockets module (mingw-w64)
- pkgver = 5.4.2
+ pkgver = 5.5.0
pkgrel = 1
url = http://qt-project.org/
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-qt5-websockets
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.4/5.4.2/submodules/qtwebsockets-opensource-src-5.4.2.tar.xz
- md5sums = 0c012cda021d66d66fca1e9f00dc68d8
+ source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtwebsockets-opensource-src-5.5.0.tar.xz
+ md5sums = aa7b160a4b97fafe71d5546c20715b8f
pkgname = mingw-w64-qt5-websockets
diff --git a/PKGBUILD b/PKGBUILD
index 2887f23432b4..ee455262dd5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ant32 <antreimer@gmail.com>
_qt_module=qtwebsockets
pkgname="mingw-w64-qt5-websockets"
-pkgver=5.4.2
+pkgver=5.5.0
pkgrel=1
arch=('any')
pkgdesc="Qt5 for Windows -- QtWebSockets module (mingw-w64)"
@@ -11,8 +11,8 @@ options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')
url="http://qt-project.org/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.4/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('0c012cda021d66d66fca1e9f00dc68d8')
+source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('aa7b160a4b97fafe71d5546c20715b8f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"