summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-22 20:36:07 +0200
committerMartchus2016-06-22 20:36:07 +0200
commitccadb961dd389273d5060bb040ff47bb80ff5473 (patch)
tree91c3d93d0f6ac3cf73d2f4674164ac9251aea055
parentd660a91ae35fc675ed76fa675304c6665b2e722d (diff)
downloadaur-ccadb961dd389273d5060bb040ff47bb80ff5473.tar.gz
Update to 5.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b72ab6502e1e..2eb3fbce91ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 08:09:05 UTC 2016
+# Wed Jun 22 18:36:07 UTC 2016
pkgbase = mingw-w64-qt5-websockets
pkgdesc = Provides WebSocket communication compliant with RFC 6455 (mingw-w64)
- pkgver = 5.6.1
+ pkgver = 5.7.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-qt5-websockets
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtwebsockets-opensource-src-5.6.1.tar.xz
- md5sums = 338c3aaf50c174949e3f262ce0c95ff2
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtwebsockets-opensource-src-5.7.0.tar.xz
+ md5sums = 54fc9157eeebd2af87f1da494d8fec1e
pkgname = mingw-w64-qt5-websockets
diff --git a/PKGBUILD b/PKGBUILD
index 5f3f79ff093c..04038259ae76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_qt_module=qtwebsockets
pkgname="mingw-w64-qt5-websockets"
-pkgver=5.6.1
+pkgver=5.7.0
pkgrel=1
arch=('any')
pkgdesc="Provides WebSocket communication compliant with RFC 6455 (mingw-w64)"
@@ -17,7 +17,7 @@ license=('GPL3' 'LGPL')
url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('338c3aaf50c174949e3f262ce0c95ff2')
+md5sums=('54fc9157eeebd2af87f1da494d8fec1e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"