diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2014-12-18 07:51:29 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-20 07:16:06 +0700 |
commit | 50de1877e654dc0d005161ba9882c75ef1c7924d (patch) | |
tree | 1732bc3be21dcb0cbe50d14b353e9ac997e35e39 | |
parent | 61acc34436f3c06d8722c87ef81d098e62d3d9e9 (diff) | |
download | slackbuilds-50de1877e654dc0d005161ba9882c75ef1c7924d.tar.gz |
development/brackets: Updated for version 1.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
-rw-r--r-- | development/brackets/README | 13 | ||||
-rw-r--r-- | development/brackets/brackets.SlackBuild | 6 | ||||
-rw-r--r-- | development/brackets/brackets.info | 10 |
3 files changed, 18 insertions, 11 deletions
diff --git a/development/brackets/README b/development/brackets/README index 47092eab22..ba5548b9a8 100644 --- a/development/brackets/README +++ b/development/brackets/README @@ -1,6 +1,13 @@ Brackets is an open source code editor for web 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.
\ No newline at end of file +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/ + + diff --git a/development/brackets/brackets.SlackBuild b/development/brackets/brackets.SlackBuild index 94c0fab61c..eff3a6ba15 100644 --- a/development/brackets/brackets.SlackBuild +++ b/development/brackets/brackets.SlackBuild @@ -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 \ diff --git a/development/brackets/brackets.info b/development/brackets/brackets.info index 7c8a988e54..4b3b247a35 100644 --- a/development/brackets/brackets.info +++ b/development/brackets/brackets.info @@ -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" |