mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/brackets: Updated for version 1.6.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
a09702591c
commit
4589a9b55e
2 changed files with 7 additions and 7 deletions
|
@ -20,12 +20,12 @@
|
|||
|
||||
# You may have received a copy of the GNU General Public License
|
||||
# along with this program (most likely, a file named COPYING). If
|
||||
# not, see <http://www.gnu.org/licenses/>.
|
||||
# not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=brackets
|
||||
SRCNAM=Brackets
|
||||
RELEASE=Extract
|
||||
VERSION=${VERSION:-1.5}
|
||||
VERSION=${VERSION:-1.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="brackets"
|
||||
VERSION="1.5"
|
||||
VERSION="1.6"
|
||||
HOMEPAGE="http://brackets.io"
|
||||
DOWNLOAD="https://github.com/adobe/brackets/releases/download/release-1.5%2Beb4/Brackets.1.5.Extract.32-bit.deb"
|
||||
MD5SUM="edcdedf56bba77e66f8c035c8b5f070b"
|
||||
DOWNLOAD_x86_64="https://github.com/adobe/brackets/releases/download/release-1.5%2Beb4/Brackets.1.5.Extract.64-bit.deb"
|
||||
MD5SUM_x86_64="2f8a1e1c8844f28a72c4692f97d45ac2"
|
||||
DOWNLOAD="https://github.com/adobe/brackets/releases/download/release-1.6%2Beb4/Brackets.1.6.Extract.32-bit.deb"
|
||||
MD5SUM="3e44d06b3df58b970546cc9474a46cbb"
|
||||
DOWNLOAD_x86_64="https://github.com/adobe/brackets/releases/download/release-1.6%2Beb4/Brackets.1.6.Extract.64-bit.deb"
|
||||
MD5SUM_x86_64="02a414c27c7f49ed144728df3eb604f8"
|
||||
REQUIRES="libgcrypt15"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue