summaryrefslogtreecommitdiffstats
path: root/development/phantomjs
diff options
context:
space:
mode:
author Heinz Wiesinger2012-09-13 00:09:20 +0200
committer Robby Workman2012-09-13 05:38:56 +0200
commitb1bb8ea7aee542122a8f06a0fa796f57470348fd (patch)
tree0700bfa4e233e032e7d86127011d51da861bae19 /development/phantomjs
parent648bb4d52ff06802a84084813980d94134b6612b (diff)
downloadslackbuilds-b1bb8ea7aee542122a8f06a0fa796f57470348fd.tar.gz
development/phantomjs: Updated for version 1.6.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/phantomjs')
-rw-r--r--development/phantomjs/phantomjs.SlackBuild4
-rw-r--r--development/phantomjs/phantomjs.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/phantomjs/phantomjs.SlackBuild b/development/phantomjs/phantomjs.SlackBuild
index 4c88a907e6..635afac56f 100644
--- a/development/phantomjs/phantomjs.SlackBuild
+++ b/development/phantomjs/phantomjs.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=phantomjs
-VERSION=1.5.0
+VERSION=1.6.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION-source.tar.gz
+unzip $CWD/$PRGNAM-$VERSION-source.zip
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
diff --git a/development/phantomjs/phantomjs.info b/development/phantomjs/phantomjs.info
index 520b358a32..5ec7d72e53 100644
--- a/development/phantomjs/phantomjs.info
+++ b/development/phantomjs/phantomjs.info
@@ -1,8 +1,8 @@
PRGNAM="phantomjs"
-VERSION="1.5.0"
+VERSION="1.6.1"
HOMEPAGE="http://phantomjs.org/"
-DOWNLOAD="http://phantomjs.googlecode.com/files/phantomjs-1.5.0-source.tar.gz"
-MD5SUM="e70857923c1992da662434e8c0f7215f"
+DOWNLOAD="http://phantomjs.googlecode.com/files/phantomjs-1.6.1-source.zip"
+MD5SUM="d169130eb9e7b483e6d3e927be07c8b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="chrpath"