diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-02-06 08:37:15 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:20:59 +0700 |
commit | 12c96f9d8adb90b120a4f1405bd6c72ece8a5b85 (patch) | |
tree | 98013478b50d0a0fb8179a2cc2aa0460dd0a2459 /network | |
parent | 39009a3fc22ae5aa862308d6c7bbbcc3675f1eb0 (diff) | |
download | slackbuilds-12c96f9d8adb90b120a4f1405bd6c72ece8a5b85.tar.gz |
network/iojs: Updated for version 1.1.0.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/iojs/iojs.SlackBuild | 4 | ||||
-rw-r--r-- | network/iojs/iojs.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/iojs/iojs.SlackBuild b/network/iojs/iojs.SlackBuild index 8bdf6ca4b5..771e2fd014 100644 --- a/network/iojs/iojs.SlackBuild +++ b/network/iojs/iojs.SlackBuild @@ -25,7 +25,7 @@ # not, see <http://www.gnu.org/licenses/>. PRGNAM=iojs -VERSION=${VERSION:-1.0.4} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -98,7 +98,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r install -D -m 644 $CWD/npm.sh $PKG/usr/share/bash-completion/completions/npm # Remove unneeded files. -find $PKG/usr \( -name '.git*' -o -name '.travis.yml' \) -exec rm -f {} \; +find $PKG/usr \( -name '.git*' \) -exec rm -f {} \; # Set NODE_PATH to look for globally installed modules. mkdir -p $PKG/etc/profile.d diff --git a/network/iojs/iojs.info b/network/iojs/iojs.info index 72e10a0634..12e7924d71 100644 --- a/network/iojs/iojs.info +++ b/network/iojs/iojs.info @@ -1,8 +1,8 @@ PRGNAM="iojs" -VERSION="1.0.4" +VERSION="1.1.0" HOMEPAGE="https://iojs.org/" -DOWNLOAD="https://iojs.org/dist/v1.0.4/iojs-v1.0.4.tar.xz" -MD5SUM="6d968553c19bd40eb1e14b1ff52cc8a0" +DOWNLOAD="https://iojs.org/dist/v1.1.0/iojs-v1.1.0.tar.xz" +MD5SUM="b40d9a33978fae6ea90178fc29176c3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |