diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2014-11-04 10:18:57 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-08 06:39:22 +0700 |
commit | 2210edbfe608af0d085376af879a30b4af79b57e (patch) | |
tree | 40a18521b1b3815c8ae1b664d00fee13ba48dec2 /development/brackets/brackets.SlackBuild | |
parent | 602cfb10b96a45ef17bd55997fad60cd68668bb8 (diff) | |
download | slackbuilds-2210edbfe608af0d085376af879a30b4af79b57e.tar.gz |
development/brackets: Updated for version 1.0.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/brackets/brackets.SlackBuild')
-rw-r--r-- | development/brackets/brackets.SlackBuild | 7 |
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) |