diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-16 18:25:25 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-16 13:58:09 -0600 |
commit | e6d5514a8e19ff8a088e4715cf86c1e5eb2de91e (patch) | |
tree | 0140d673f2ae30e0e252d82d1c824a598abd81bc /development/phantomjs/phantomjs.SlackBuild | |
parent | 802dba130a87414cd23ea25643f5ef7cf550dee9 (diff) |
development/phantomjs: Updated for version 1.9.2.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/phantomjs/phantomjs.SlackBuild')
-rw-r--r-- | development/phantomjs/phantomjs.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/phantomjs/phantomjs.SlackBuild b/development/phantomjs/phantomjs.SlackBuild index 2c8f0a9458a2..2424ef796b06 100644 --- a/development/phantomjs/phantomjs.SlackBuild +++ b/development/phantomjs/phantomjs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for phantomjs -# Copyright 2012 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012-2013 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=phantomjs -VERSION=1.6.1 -BUILD=${BUILD:-2} +VERSION=1.9.2 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |