summaryrefslogtreecommitdiff
path: root/development/atom/atom.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/atom/atom.SlackBuild')
-rw-r--r--development/atom/atom.SlackBuild8
1 files changed, 4 insertions, 4 deletions
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 <slack.dhabyx@gmail.com>
+# Copyright 2013-2014 Dhaby Xiloj <slack.dhabyx@gmail.com>
# 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 .