summaryrefslogtreecommitdiffstats
path: root/development/brackets/brackets.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/brackets/brackets.SlackBuild')
-rw-r--r--development/brackets/brackets.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/development/brackets/brackets.SlackBuild b/development/brackets/brackets.SlackBuild
index c2a58621d9..94c0fab61c 100644
--- a/development/brackets/brackets.SlackBuild
+++ b/development/brackets/brackets.SlackBuild
@@ -25,7 +25,9 @@
PRGNAM=brackets
SRCNAM=Brackets
RELEASE=Release
-VERSION=${VERSION:-0.44}
+VERSION=${VERSION:-1.0}
+BUILD=${BUILD:-1}
+TAG=${TAG:-_SBo}
# Allow $ARCH to be preset before running the script. This is useful in the
# case where someone is running a 32-bit chroot environment under an x86_64
@@ -38,9 +40,6 @@ case "$ARCH" in
*) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;;
esac
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
set -e
CWD=$(pwd)