development/brackets: Updated for version 1.0.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2014-11-04 10:18:57 -08:00 committed by Willy Sudiarto Raharjo
parent 602cfb10b9
commit 2210edbfe6
2 changed files with 8 additions and 9 deletions

View file

@ -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)

View file

@ -1,10 +1,10 @@
PRGNAM="brackets"
VERSION="0.44"
VERSION="1.0"
HOMEPAGE="http://brackets.io"
DOWNLOAD="https://github.com/adobe/brackets/releases/download/release-0.44/Brackets.Release.0.44.32-bit.deb"
MD5SUM="0eef2cbcae37c3f819e054538c01fd42"
DOWNLOAD_x86_64="https://github.com/adobe/brackets/releases/download/release-0.44/Brackets.Release.0.44.64-bit.deb"
MD5SUM_x86_64="c99caa54df94bdef8a94316fc44ba9f4"
DOWNLOAD="https://github.com/adobe/brackets/releases/download/release-1.0/Brackets.Release.1.0.32-bit.deb"
MD5SUM="46ba29cefbee8ba80e597950343a700e"
DOWNLOAD_x86_64="https://github.com/adobe/brackets/releases/download/release-1.0/Brackets.Release.1.0.64-bit.deb"
MD5SUM_x86_64="b82bd890769255dc7d27572837037080"
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"