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 Jun 18, 2018
1 parent bd58ed3 commit fa6c559
Show file tree
Hide file tree
Showing 3 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.13-pre</version>
<version>1.13</version>
<authors>Adobe</authors>
<summary>Brackets open-source code editor built with the web for the web.</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/brackets/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://github.com/adobe/brackets/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/adobe/brackets/releases/download/release-1.13-prerelease-1/Brackets.Release.release-1.13-prerelease-1.msi>
1. Download the following <https://github.com/adobe/brackets/releases/download/release-1.13/Brackets.Release.1.13.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 0745CB2E0193FAC5A3E270AAA40EE121D6555BE2EF635B59D70E66D24FD01271
checksum: A1020F55D4EC92C824ED6E5A3DB941EAAE6FFEB2334A77FA3465FE2736304A86

The file 'LICENSE.txt' has been obtained from <https://github.com/adobe/brackets/blob/c56840100d4fe4322252c856d5d848426e18367c/LICENSE>
2 changes: 1 addition & 1 deletion automatic/brackets/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\Brackets.Release.release-1.13-prerelease-1.msi"
file = "$toolsPath\Brackets.Release.1.13.msi"
softwareName = 'brackets*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit fa6c559

Please sign in to comment.