Skip to content

Commit

Permalink
AU: 1 updated - codetrack
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jan 11, 2018
1 parent 5e24cae commit c2b5a58
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/codetrack/codetrack.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0": "1.0.3.2"
"1.0": "1.0.3.3"
}
2 changes: 1 addition & 1 deletion automatic/codetrack/codetrack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>codetrack</id>
<version>1.0.3.2</version>
<version>1.0.3.3</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/codetrack</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>CodeTrack</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/codetrack/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://www.getcodetrack.com/releases.html>
and can be verified by doing the following:

1. Download the following <https://www.getcodetrack.com/releases/codetrack_1_0_3_2.zip>
1. Download the following <https://www.getcodetrack.com/releases/codetrack_1_0_3_3.zip>
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: 76F0892B8C1A181BDD2B818A9AFE7482448531EAEF514B157B897B2A6C51D7F9
checksum: 455ECCFCC568004BF6108BA9AD8DBBC32CDECB84C6C62153C8F181CA984D68CE

The file 'LICENSE.txt' has been obtained from <https://www.getcodetrack.com/license.html>
2 changes: 1 addition & 1 deletion automatic/codetrack/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageName = $env:ChocolateyPackageName
$packageArgs = @{
destination = $toolsPath
packageName = $packageName
file = "$toolsPath\codetrack_1_0_3_2.zip"
file = "$toolsPath\codetrack_1_0_3_3.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit c2b5a58

Please sign in to comment.