development/phantomjs: Updated for version 1.6.1.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2012-09-13 00:09:20 +02:00 committed by Robby Workman
parent 648bb4d52f
commit b1bb8ea7ae
2 changed files with 5 additions and 5 deletions

View file

@ -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 .

View file

@ -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"