Skip to content

Commit

Permalink
AU: 1 updated - Brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 25, 2017
1 parent 142dee8 commit 2509569
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions automatic/brackets/brackets.nuspec
Expand Up @@ -5,10 +5,10 @@
<id>Brackets</id>
<title>Brackets</title>
<owners>chocolatey</owners>
<version>1.10.0.20170722</version>
<version>1.11</version>
<authors>Adobe</authors>
<summary>Brackets open-source code editor built with the web for the web.</summary>
<description>
<description><![CDATA[
Brackets is an open-source editor for web design and development built on top of web technologies such as HTML, CSS and JavaScript. The project was created and is maintained by Adobe, and is released under an MIT License.
**For the web, by the web**
Expand All @@ -18,11 +18,12 @@ Brackets is built using HTML, CSS and JavaScript. If you can code in Brackets, y
Brackets, is a fully open-source, community-driven project. Want to influence its direction? Join the developer list and start contributing.
**Tools shouldn't get in your way**
Rather than clutter your workspace with floating panels, toolbars and icons, Brackets focuses on providing Quick Edit in-line views that provide context-sensitive access to your content, without taking you away from your code.
Rather than clutter your workspace with floating panels, toolbars and icons, Brackets focuses on providing Quick Edit in-line views that provide context-sensitive access to your content, without taking you away from your code.
**Works with your browser**
The browser is your design view. Brackets hooks up directly to the browser, allowing you to design and develop in the same environment that you deploy.
</description>
]]></description>
<projectUrl>http://brackets.io/</projectUrl>
<projectSourceUrl>https://github.com/adobe/brackets</projectSourceUrl>
<tags>editor web adobe javascript foss cross-platform html css admin</tags>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brackets/tools/chocolateyInstall.ps1
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'

$packageName = 'brackets'
$url32 = 'https://github.com/adobe/brackets/releases/download/release-1.10/Brackets.Release.1.10.msi'
$url32 = 'https://github.com/adobe/brackets/releases/download/release-1.11/Brackets.Release.1.11.msi'
$url64 = $url32
$checksum32 = '0ac206ddb6e780e484b30704f44dfb7ed0be7965e62108924d2ce60d641c4cdf'
$checksum32 = 'f2a6f51ad5db0801d7cf418e8dd3da5898b737986a6bb9b80308cb882a68e0ec'
$checksum64 = $checsum32

$packageArgs = @{
Expand Down

0 comments on commit 2509569

Please sign in to comment.