diff --git a/software/joomla/software.cfg b/software/joomla/software.cfg
index d53fad9c12a2cc2e69ffe256bef39e79e4f18512..f650b8f9f6128d26a3f61c067dc73a618043fb36 100644
--- a/software/joomla/software.cfg
+++ b/software/joomla/software.cfg
@@ -1,11 +1,6 @@
 [buildout]
-versions = versions
-
-
-  
 extends =
   ../../stack/lamp/buildout.cfg
-  ../../stack/shacache-client.cfg
 
 [application]
 recipe = slapos.recipe.build:download-unpacked
@@ -16,7 +11,7 @@ strip-top-level-dir = false
 [application-template]
 recipe = slapos.recipe.download
 url = ${:_profile_base_location_}/database.xml-in
-md5sum = 6ae063318a251b70ae7d037e3ae375d6 
+md5sum = 6ae063318a251b70ae7d037e3ae375d6
 download-only = True
 filename = template.in
 mode = 0644
@@ -24,15 +19,3 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
  
 [application-configuration]
 location = installation/models/forms/database.xml
-
-[downloadcache-workaround]
-# workaround irritating problem of hexagonit.recipe.cmmi which automatically
-# creates download cache, which in turn switches builout to "semi-offline" mode
-recipe = plone.recipe.command
-# in hexagonit.recipe.cmmi if there is no ${buildout:download-cache} set it resolves
-# to ${buildout:directory}/downloads but this variable is available late, that's
-# why it is hardcoded only for required case
-download-cache = ${buildout:directory}/downloads
-command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
-update-command = ${:command}
-stop-on-error = True
diff --git a/software/prestashop/software.cfg b/software/prestashop/software.cfg
index 2525eb81cfaee0cfb990847e05a4a66dfc73bc39..a3026764ba5100fc59a4c10d657a191e34835bfd 100644
--- a/software/prestashop/software.cfg
+++ b/software/prestashop/software.cfg
@@ -16,7 +16,7 @@ extends =
 [application]
 recipe = slapos.recipe.build:download-unpacked
 url = http://www.prestashop.com/download/prestashop_1.4.5.1.zip
-md5sum = 3d19305d728f7e8a19f81f9f326b9383
+md5sum = 49197c04bcf9523ef9deb6d691615d84
   
 [instance-recipe]
 egg = slapos.cookbook