diff options
Diffstat (limited to 'development/phantomjs')
-rw-r--r-- | development/phantomjs/phantomjs.SlackBuild | 4 | ||||
-rw-r--r-- | development/phantomjs/phantomjs.info | 6 |
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" |