diff --git a/qt5/qtwebchannel/DETAILS b/qt5/qtwebchannel/DETAILS
index 4988870..42f9224 100755
--- a/qt5/qtwebchannel/DETAILS
+++ b/qt5/qtwebchannel/DETAILS
@@ -1,8 +1,8 @@
QT_URL=http://download.qt.io/official_releases/
SPELL=qtwebchannel
SPELLX=$SPELL-opensource-src
- VERSION=5.5.0
-
SOURCE_HASH=sha512:1b904839dfa13a83c0613e466cefc169bf8f4d1b530bb8cdf156bb82daaccaf9438bcdc7ad0aa67cd445e91eaf7ca5f5379fa517a60f7b67490696e5d244880f
+ VERSION=5.5.1
+
SOURCE_HASH=sha512:018b36b150adb18ac681e76cf52c120e1873c10ac937a311397025e556b74800db3b7d472d2373ddeaa2f9527beeac5c1ca6f57a808aa3f5c19a558cdb2ac699
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
@@ -13,8 +13,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
KEYWORDS="qt5 libs"
SHORT=""
cat << EOF
-The Qt WebChannel module offers Qt applications a seamless way to publish
`QObjects`
+The Qt WebChannel module offers Qt applications a seamless way to publish
QObjects
for interaction with HTML/JavaScript clients. These clients can either be
inside
-local Qt `WebView`s or any other, potentially remote, client which supports
+local Qt WebViews or any other, potentially remote, client which supports
JavaScript, as long as a communication channel such as WebSocket is
available.
EOF
diff --git a/qt5/qtwebchannel/HISTORY b/qt5/qtwebchannel/HISTORY
index c3d1406..4a7903f 100644
--- a/qt5/qtwebchannel/HISTORY
+++ b/qt5/qtwebchannel/HISTORY
@@ -1,3 +1,6 @@
+2015-10-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.5.1
+
2015-07-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.5.0
diff --git a/qt5/qtwebsockets/DETAILS b/qt5/qtwebsockets/DETAILS
index 4da56fb..0a31eef 100755
--- a/qt5/qtwebsockets/DETAILS
+++ b/qt5/qtwebsockets/DETAILS
@@ -1,8 +1,8 @@
QT_URL=http://download.qt.io/official_releases/
SPELL=qtwebsockets
SPELLX=$SPELL-opensource-src
- VERSION=5.5.0
-
SOURCE_HASH=sha512:a1463645d884b2a23049f74a45f4a9301417b59219ca53e2b57cd9e1ab6e5ceea65405dccccd3c4e1658b3b2a2152534363b8183ef2d71d7108aed80d33c10c0
+ VERSION=5.5.1
+
SOURCE_HASH=sha512:1172269ed99eb0ef73935bb7adfb353cf7ea17240d1370cefbdb648f84151d79d8e3738258444eef15356ef733beae4912507835edbb34028d0960406dc6257f
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
@@ -13,7 +13,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
KEYWORDS="qt5 libs"
SHORT="Qt implementation of WebSockets"
cat << EOF
-`QtWebSockets` is a pure Qt implementation of WebSockets - both client and
server.
+QtWebSockets is a pure Qt implementation of WebSockets - both client and
server.
It is implemented as a Qt add-on module, that can easily be embedded into
existing Qt
projects. It has no other dependencies than Qt.
diff --git a/qt5/qtwebsockets/HISTORY b/qt5/qtwebsockets/HISTORY
index 69a72ba..5aa1690 100644
--- a/qt5/qtwebsockets/HISTORY
+++ b/qt5/qtwebsockets/HISTORY
@@ -1,3 +1,6 @@
+2015-10-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.5.1
+
2015-07-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.5.0