development/brackets: updated for version 0.44

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-10-06 16:48:02 -07:00 committed by Willy Sudiarto Raharjo
parent 955abc7716
commit 7b41365692
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
PRGNAM=brackets
SRCNAM=Brackets
RELEASE=Release
VERSION=${VERSION:-0.43}
VERSION=${VERSION:-0.44}
# 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

View File

@ -1,10 +1,10 @@
PRGNAM="brackets"
VERSION="0.43"
VERSION="0.44"
HOMEPAGE="http://brackets.io"
DOWNLOAD="https://github.com/adobe/brackets/releases/download/release-0.43/Brackets.Release.0.43.32-bit.deb"
MD5SUM="73875362172fcd99513504634a7891fd"
DOWNLOAD_x86_64="https://github.com/adobe/brackets/releases/download/release-0.43/Brackets.Release.0.43.64-bit.deb"
MD5SUM_x86_64="ad9046c993c79b85849a9230ee2eec4d"
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"
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"