Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chtof committed Oct 29, 2022
2 parents 94e5f53 + fa88510 commit 784858a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions automatic/log4om.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://www.log4om.com/l4ong/release/Log4OM2_2_23_0_0.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_23_0_0.zip
x32: https://www.log4om.com/l4ong/release/Log4OM2_2_24_0_0.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_24_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: EAB1EAAFE1A4EE6708DFF4AABC1EF06FD84A247F22CE85199F224047FF5EB72D
checksum64: EAB1EAAFE1A4EE6708DFF4AABC1EF06FD84A247F22CE85199F224047FF5EB72D
checksum32: e5a4fc5763fe5de3db551b041027421af70716d78c6f6ae9765c04bc7af9b9b4
checksum64: e5a4fc5763fe5de3db551b041027421af70716d78c6f6ae9765c04bc7af9b9b4

File 'LICENSE.txt' is obtained from:
https://www.log4om.com/l4ong/usermanual/Log4OMNG_ENU.pdf
2 changes: 1 addition & 1 deletion automatic/log4om.install/log4om.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>log4om.install</id>
<version>2.23.0.0</version>
<version>2.24.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/log4om.install</packageSourceUrl>
<owners>chtof</owners>
<title>Log4OM (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/log4om.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Remove-Item -Path "$toolsDir\*.exe" -ErrorAction SilentlyContinue
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
fileFullPath = "$toolsDir\Log4OM2_2_23_0_0.zip"
fileFullPath = "$toolsDir\Log4OM2_2_24_0_0.zip"
}
Get-ChocolateyUnzip @packageArgs
Remove-Item -Path $packageArgs.fileFullPath

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\Log4OM2_2_23_0_0.exe"
file = "$toolsDir\Log4OM2_2_24_0_0.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /components=""'
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down
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_23_0_0_portable.zip
x32: https://www.log4om.com/l4ong/release/Log4OM2_2_24_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: 300B61D8DC960D3289B959A470AEE61BDB1B63D023A7F7A3EB099DCAF7F1EFE3
checksum32: 8AA398AB4C48F624754C409AE8BFC17F2A5BCC3908D74F20AAA66F8B30A5C45B
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.23.0.0</version>
<version>2.24.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_23_0_0_portable.zip"
file = "$toolsDir\Log4OM2_2_24_0_0_portable.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/log4om/log4om.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</id>
<version>2.23.0.0</version>
<version>2.24.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/log4om</packageSourceUrl>
<owners>chtof</owners>
<title>Log4OM</title>
Expand Down Expand Up @@ -67,7 +67,7 @@ It has been tested on all Windows operating systems from Windows Vista to the la
- Added Aircraft Scatter in the propagation mode list and moved the whole list to external configuration file (propagation.csv)
]]></releaseNotes>
<dependencies>
<dependency id="log4om.install" version="[2.23.0.0]" />
<dependency id="log4om.install" version="[2.24.0.0]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 784858a

Please sign in to comment.