Skip to content

Commit

Permalink
AU: 3 updated - corsixth corsixth.install corsixth.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 12, 2023
1 parent bb5f49c commit 7931c9e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/corsixth.install/corsixth.install.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>corsixth.install</id>
<version>0.66</version>
<version>0.67</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/corsixth.install</packageSourceUrl>
<owners>chtof</owners>
<title>CorsixTH (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/corsixth.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/CorsixTH/CorsixTH/releases/download/v0.66/CorsixTHInstaller.exe
x64: https://github.com/CorsixTH/CorsixTH/releases/download/v0.66/CorsixTHInstaller.exe
x32: https://github.com/CorsixTH/CorsixTH/releases/download/v0.67/CorsixTHInstaller.exe
x64: https://github.com/CorsixTH/CorsixTH/releases/download/v0.67/CorsixTHInstaller.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 84CC9BC12F813C07E20D711D88B804994B2C1FF88ECE650DD2C7E2B083455EF0
checksum64: 84CC9BC12F813C07E20D711D88B804994B2C1FF88ECE650DD2C7E2B083455EF0
checksum32: B164381C06D629A804A4B79AAF088FB49DD54A4ADA8CE454A25F02894BAAE33C
checksum64: B164381C06D629A804A4B79AAF088FB49DD54A4ADA8CE454A25F02894BAAE33C

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/CorsixTH/CorsixTH/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/corsixth.portable/corsixth.portable.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>corsixth.portable</id>
<version>0.66</version>
<version>0.67</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/corsixth.portable</packageSourceUrl>
<owners>chtof</owners>
<title>CorsixTH (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/corsixth.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/CorsixTH/CorsixTH/releases/download/v0.66/CorsixTH-0.66-Windows-x64.zip
x64: https://github.com/CorsixTH/CorsixTH/releases/download/v0.66/CorsixTH-0.66-Windows-x64.zip
x32: https://github.com//CorsixTH/CorsixTH/releases/download/v0.67/CorsixTH-0.67-Windows-x64.zip
x64: https://github.com//CorsixTH/CorsixTH/releases/download/v0.67/CorsixTH-0.67-Windows-x64.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 641EBFB6B5628F49B5FE5680B17091DF18DB9BBDDA4346001E536DA16F3E5C46
checksum64: 641EBFB6B5628F49B5FE5680B17091DF18DB9BBDDA4346001E536DA16F3E5C46
checksum32: 956E2091E3E0F9E3262CC79FE60439AC766773B7FACABCE5E914F66E68DD02CB
checksum64: 956E2091E3E0F9E3262CC79FE60439AC766773B7FACABCE5E914F66E68DD02CB

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/CorsixTH/CorsixTH/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/corsixth.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\CorsixTH-0.66-Windows-x64.zip"
file = "$toolsDir\CorsixTH-0.67-Windows-x64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/corsixth/corsixth.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>corsixth</id>
<version>0.66</version>
<version>0.67</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/corsixth</packageSourceUrl>
<owners>chtof</owners>
<title>CorsixTH </title>
Expand All @@ -28,7 +28,7 @@ To play CorsixTH, you will need either the [Demo](http://th.corsix.org/Demo.zip)
]]></description>
<releaseNotes>https://github.com/CorsixTH/CorsixTH/releases</releaseNotes>
<dependencies>
<dependency id="corsixth.install" version="0.66" />
<dependency id="corsixth.install" version="0.67" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 7931c9e

Please sign in to comment.