From aaa8c2081972ddc2d28126fdbf20f58990b70eff Mon Sep 17 00:00:00 2001 From: Benedikt Huss Date: Sat, 21 May 2016 11:01:38 +0200 Subject: [PATCH] Update PhantomJS to 2.1.1 --- base/scripts/lib/install_phantomjs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/scripts/lib/install_phantomjs.sh b/base/scripts/lib/install_phantomjs.sh index 0442d1ab..9a3c40da 100644 --- a/base/scripts/lib/install_phantomjs.sh +++ b/base/scripts/lib/install_phantomjs.sh @@ -2,7 +2,7 @@ set -e apt-get -y install libfreetype6 libfreetype6-dev fontconfig ARCH=`uname -m` -PHANTOMJS_VERSION=1.9.8 +PHANTOMJS_VERSION=2.1.1 PHANTOMJS_TAR_FILE=phantomjs-${PHANTOMJS_VERSION}-linux-${ARCH}.tar.bz2 cd /usr/local/share/