Skip to content

Commit

Permalink
AU: 2 updated - Brackets diskdefragtouch
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 30, 2018
1 parent 046e45f commit 6f6c160
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.11.0.20171021</version>
<version>1.12</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
6 changes: 3 additions & 3 deletions automatic/brackets/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/adobe/brackets/releases/latest>
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.11/Brackets.Release.1.11.msi>
1. Download the following <https://github.com/adobe/brackets/releases/download/release-1.12/Brackets.Release.1.12.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: 7209035EC30F24A3037B130F0A9A7853389DDA90CE49FECD77972535A7432239
checksum: E98EFA56111369F301155B1BEBDA704CCACC150C4939080A5525B79E86120C3A

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

Install-ChocolateyInstallPackage @packageArgs

ls $toolsPath\*.msi | % { rm $_ -ea 0; if (Test-Path $_) { sc ".ignore" } }
Get-ChildItem $toolsPath\*.msi | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content ".ignore" } }
2 changes: 1 addition & 1 deletion automatic/diskdefragtouch/diskdefragtouch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>diskdefragtouch</id>
<title>Auslogics Disk Defrag Touch</title>
<version>8.0.1.0</version>
<version>8.0.3.0</version>
<authors>Auslogics Software</authors>
<owners>Redsandro</owners>
<summary>A compact and fast defragmenter for touch screens with achievements.</summary>
Expand Down

0 comments on commit 6f6c160

Please sign in to comment.