development/brackets: updated for version 0.44
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
955abc7716
commit
7b41365692
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue