Skip to content

Commit

Permalink
AU: 1 updated - log4om.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 14, 2021
1 parent 833a714 commit 663c237
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/log4om.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Download:

x32: https://www.log4om.com/l4ong/release/Log4OM2_2_17_0_0_portable.zip
x32: https://www.log4om.com/l4ong/release/Log4OM2_2_18_0_0_portable.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_0_0_0.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: D2E2FAD5961B6B77E2CCEFF7B7BEA7BAD7375B2AF2451A69380A416E18017AE8
checksum32: 5CA73C4A0E56E85DE6C29C10112ECFD4BBA3C4828E05860206A31102F052256D
checksum64: 334ADD564B72479BEF2017B9829AA9D3CD39B1CD530FE6CBB68DFBC038528FBD

File 'LICENSE.txt' is obtained from:
Expand Down
2 changes: 1 addition & 1 deletion automatic/log4om.portable/log4om.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>log4om.portable</id>
<version>2.17.0.0</version>
<version>2.18.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/log4om.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Log4OM (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/log4om.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Remove-Item -Path "$toolsDir\*.exe" -ErrorAction SilentlyContinue
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\Log4OM2_2_17_0_0_portable.zip"
file = "$toolsDir\Log4OM2_2_18_0_0_portable.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 663c237

Please sign in to comment.