diff --git a/component/noVNC/buildout.cfg b/component/noVNC/buildout.cfg index 213f04ebb4e3137480fe16889ea4bcb43494e68d..2ff4907b40926cfe8788062b842a3ac7780b6e19 100644 --- a/component/noVNC/buildout.cfg +++ b/component/noVNC/buildout.cfg @@ -5,7 +5,7 @@ parts = [noVNC] recipe = hexagonit.recipe.download ignore-existing = true -# version-0.6.1 release from 04 Jul 2016 -url = https://github.com/kanaka/noVNC/archive/v0.6.1.tar.gz -md5sum = d153c6aa69a9178081768fecbace1932 +# version-1.0.0 release on Feb 22, 2018 +url = https://github.com/novnc/noVNC/archive/v1.0.0.tar.gz +md5sum = d63c2944abd12fecec6ec504e82f27c8 strip-top-level-dir = true