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 Mar 23, 2017
1 parent 225e185 commit 45408b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/Brackets/Brackets.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Brackets</id>
<title>Brackets</title>
<owners>chocolatey</owners>
<version>1.8.0.20161115</version>
<version>1.9</version>
<authors>Adobe</authors>
<summary>Brackets open-source code editor built with the web for the web.</summary>
<description>
Expand Down
6 changes: 3 additions & 3 deletions automatic/Brackets/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageName = 'brackets'
$url32 = 'https://github.com/adobe/brackets/releases/download/release-1.8/Brackets.Release.1.8.msi'
$url32 = 'https://github.com/adobe/brackets/releases/download/release-1.9/Brackets.Release.1.9.msi'
$url64 = $url32
$checksum32 = '93e9cd7fd8899a2401ec2e591c93825664da364a6c0bd600a5298e3e58f06f20'
$checksum32 = '46779c5819f9d7b9339eba50e6e34bfa0733ebb6bff9ac88acd5fb913e36ff03'
$checksum64 = $checsum32

$packageArgs = @{
Expand Down

0 comments on commit 45408b5

Please sign in to comment.