From 3dc59d78164d40505683515bcc4cc67286fe1a9d Mon Sep 17 00:00:00 2001 From: DhabyX Date: Tue, 27 May 2014 08:14:27 +0700 Subject: development/atom: Updated for version 0.99.0. Signed-off-by: Willy Sudiarto Raharjo --- development/atom/atom.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'development/atom/atom.SlackBuild') diff --git a/development/atom/atom.SlackBuild b/development/atom/atom.SlackBuild index d86809d9d8..025ca532cc 100644 --- a/development/atom/atom.SlackBuild +++ b/development/atom/atom.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for atom -# Copyright 2013 Dhaby Xiloj +# Copyright 2013-2014 Dhaby Xiloj # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=atom -VERSION=0.94.0 +VERSION=${VERSION:-0.99.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} #Some variables needed for compile tar version -GITSHA1='806ff4e141f0eb3cf7e9e829f562915fc7f732ed' +GITSHA1='ea0773e8fcc42ab83820f4edf9b58e406514d035' GITBRANCH='master' if [ -z "$ARCH" ]; then @@ -62,7 +62,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM-$VERSION $PRGNAM-build tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION cd $PRGNAM-$VERSION chown -R root:root . -- cgit v1.2.3