versions: 1.6.29.5 -> 1.6.29.7

This commit is contained in:
Jeff Kaufman
2013-10-28 09:57:12 -04:00
parent 641fb971d1
commit 7d6b6c4b4c
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ if [ "$mod_pagespeed_dir" = "unset" ] ; then
echo " You need to separately download the pagespeed library:"
echo ""
echo " $ cd /path/to/ngx_pagespeed"
echo " $ wget https://dl.google.com/dl/page-speed/psol/1.6.29.5.tar.gz"
echo " $ tar -xzvf 1.6.29.5.tar.gz # expands to psol/"
echo " $ wget https://dl.google.com/dl/page-speed/psol/1.6.29.7.tar.gz"
echo " $ tar -xzvf 1.6.29.7.tar.gz # expands to psol/"
echo ""
echo " Or see the installation instructions:"
echo " https://github.com/pagespeed/ngx_pagespeed#how-to-build"