summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-08 21:42:46 +0200
committerMartchus2017-06-08 21:42:46 +0200
commitdef8767ceeb57a9d54fca0c53b5800060f2c102e (patch)
tree5413a08653f5e9de96bc0b2ae5aec81f8242e25b
parent5a3331d61c5f770c85ae625ec8e1760e03ba6890 (diff)
downloadaur-def8767ceeb57a9d54fca0c53b5800060f2c102e.tar.gz
Update to 5.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8577be8682ca..dce3dabccc10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 9 20:00:54 UTC 2017
+# Thu Jun 8 19:42:46 UTC 2017
pkgbase = mingw-w64-qt5-websockets
pkgdesc = Provides WebSocket communication compliant with RFC 6455 (mingw-w64)
- pkgver = 5.8.0
+ pkgver = 5.9.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-qt5-websockets
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtwebsockets-opensource-src-5.8.0.tar.xz
- md5sums = 99bbe29bb05a19b6fca7077eb07d7d1b
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtwebsockets-opensource-src-5.9.0.tar.xz
+ sha256sums = 62977acaa9a44a4174d4ea3bd53f756758e3ae78d8470728326e6408ca0586d6
pkgname = mingw-w64-qt5-websockets
diff --git a/PKGBUILD b/PKGBUILD
index 15c281ce2657..7e5c3fd93858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwebsockets
pkgname="mingw-w64-qt5-websockets"
-pkgver=5.8.0
+pkgver=5.9.0
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}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('99bbe29bb05a19b6fca7077eb07d7d1b')
+sha256sums=('62977acaa9a44a4174d4ea3bd53f756758e3ae78d8470728326e6408ca0586d6')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \