development/brackets: Updated for version 1.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
61acc34436
commit
50de1877e6
|
@ -4,3 +4,10 @@ designers and front-end developers.
|
|||
Google Chrome or Chromium is currently required to use
|
||||
the live preview function, Firefox support is planned
|
||||
for the future.
|
||||
|
||||
As of version 1.0, the Extract bundle is now included,
|
||||
more details here:
|
||||
|
||||
http://blog.brackets.io/2014/11/04/brackets-1-0-and-extract-for-brackets-preview-now-available/
|
||||
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=brackets
|
||||
SRCNAM=Brackets
|
||||
RELEASE=Release
|
||||
VERSION=${VERSION:-1.0}
|
||||
RELEASE=Extract
|
||||
VERSION=${VERSION:-1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -50,7 +50,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $PKG
|
||||
ar p $CWD/${SRCNAM}.${RELEASE}.${VERSION}.${DEBARCH}.deb data.tar.xz | tar xJv
|
||||
ar p $CWD/${SRCNAM}.${VERSION}.${RELEASE}.${DEBARCH}.deb data.tar.xz | tar xJv
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="brackets"
|
||||
VERSION="1.0"
|
||||
VERSION="1.1"
|
||||
HOMEPAGE="http://brackets.io"
|
||||
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"
|
||||
DOWNLOAD="https://github.com/adobe/brackets/releases/download/release-1.1%2Beb4/Brackets.1.1.Extract.32-bit.deb"
|
||||
MD5SUM="38231fd92f002ff562f7b383d7abc50f"
|
||||
DOWNLOAD_x86_64="https://github.com/adobe/brackets/releases/download/release-1.1%2Beb4/Brackets.1.1.Extract.64-bit.deb"
|
||||
MD5SUM_x86_64="da2b7a01658cd5f30b30a511b5ca5088"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in New Issue