mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/brackets: Updated for version 36.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8e5c9ccf24
commit
5bec9ee83e
4 changed files with 13 additions and 9 deletions
|
@ -1,2 +1,6 @@
|
|||
Brackets is an open source code editor for web designers
|
||||
and front-end developers.
|
||||
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.
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
PKGNAM=brackets
|
||||
RELEASE=sprint
|
||||
VERSION=${VERSION:-35}
|
||||
VERSION=${VERSION:-36}
|
||||
|
||||
# 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="35"
|
||||
VERSION="36"
|
||||
HOMEPAGE="http://brackets.io"
|
||||
DOWNLOAD="https://bitbucket.org/ryanpcmcquen/direct-links-for-slackbuilds/downloads/brackets-sprint-35-LINUX32.deb"
|
||||
MD5SUM="77e147bf1cffeaaa619bbca0f682e943"
|
||||
DOWNLOAD_x86_64="https://bitbucket.org/ryanpcmcquen/direct-links-for-slackbuilds/downloads/brackets-sprint-35-LINUX64.deb"
|
||||
MD5SUM_x86_64="9fe1a331b3bd67b0b9251a17dde1d7de"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/brackets/36/brackets-sprint-36-LINUX32.deb"
|
||||
MD5SUM="81c0e96df65cf3962f87527c76df6661"
|
||||
DOWNLOAD_x86_64="http://sourceforge.net/projects/slackbuildsdirectlinks/files/brackets/36/brackets-sprint-36-LINUX64.deb"
|
||||
MD5SUM_x86_64="9c2a0db0cdaaf0d6bcbda90cb0a60504"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
brackets: Brackets (source code editor for web designers)
|
||||
brackets: Brackets (code editor for the web)
|
||||
brackets:
|
||||
brackets: Brackets is an open source code editor for
|
||||
brackets: web designers and front-end developers.
|
||||
|
|
Loading…
Reference in a new issue