diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2010-07-08 03:01:19 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 03:01:19 -0500 |
commit | 8a7b2d79470f81fa6ae8f619ea9e30b64c990d86 (patch) | |
tree | d0bba4bfb09b343ceb42df8303b975595a8eafdf /network/node/node.SlackBuild | |
parent | 307a7ff568b9cface58dc48f8fb39ead1b12ec01 (diff) |
network/node: Updated for version 0.1.100.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/node/node.SlackBuild')
-rw-r--r-- | network/node/node.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/network/node/node.SlackBuild b/network/node/node.SlackBuild index 81dcdc6d1975..d4c5ddc810f3 100644 --- a/network/node/node.SlackBuild +++ b/network/node/node.SlackBuild @@ -4,16 +4,14 @@ # Written by Audrius Kažukauskas <audrius@neutrino.lt> PRGNAM=node -VERSION=${VERSION:-0.1.99} +VERSION=${VERSION:-0.1.100} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |