Skip to content

Commit

Permalink
AU: 3 updated - log4om log4om.install mboxviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 18, 2023
1 parent ba68414 commit 6f537ba
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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_30_0_0.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_30_0_0.zip
x32: https://www.log4om.com/l4ong/release/Log4OM2_2_30_1_0.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_30_1_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: 5b44719be26cee5eefe2388108f9742a6bdd272ce61f6f206f3aa3ef06658e87
checksum64: 5b44719be26cee5eefe2388108f9742a6bdd272ce61f6f206f3aa3ef06658e87
checksum32: 34010a0070d7486fa195d635cd7ca2d4d647c649260359f3bb24a6b072bad7ef
checksum64: 34010a0070d7486fa195d635cd7ca2d4d647c649260359f3bb24a6b072bad7ef

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.30.0.0</version>
<version>2.30.1.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_30_0_0.zip"
fileFullPath = "$toolsDir\Log4OM2_2_30_1_0.zip"
}
Get-ChocolateyUnzip @packageArgs
Remove-Item -Path $packageArgs.fileFullPath

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\Log4OM2_2_30_0_0.exe"
file = "$toolsDir\Log4OM2_2_30_1_0.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /components=""'
}
Install-ChocolateyInstallPackage @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.30.0.0</version>
<version>2.30.1.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.30.0.0]" />
<dependency id="log4om.install" version="[2.30.1.0]" />
</dependencies>
</metadata>
<files></files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/mboxviewer/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://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.39/mbox-viewer.exe-v1.0.3.39.zip
x64 https://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.39/mbox-viewer.exe-v1.0.3.39.zip
x32 https://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.40/mbox-viewer.exe-v1.0.3.40.zip
x64 https://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.40/mbox-viewer.exe-v1.0.3.40.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: 0DC8AFDFD569D94ECB4DD47E48E642C8777C7FA49FC719C61AEAA08A2BE2B3B3
checksum64: 0DC8AFDFD569D94ECB4DD47E48E642C8777C7FA49FC719C61AEAA08A2BE2B3B3
checksum type: sha256
checksum32: 288CB7FA20B24EE33CFAB38666C5D5EA5465F39322EFC1C2FEFADF1FDABABEE6
checksum64: 288CB7FA20B24EE33CFAB38666C5D5EA5465F39322EFC1C2FEFADF1FDABABEE6

File 'LICENSE.txt' is obtained from:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
2 changes: 1 addition & 1 deletion automatic/mboxviewer/mboxviewer.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>mboxviewer</id>
<version>1.0.3.39</version>
<version>1.0.3.40</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/mboxviewer</packageSourceUrl>
<owners>chtof</owners>
<title>Mbox Viewer</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mboxviewer/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\mbox-viewer.exe-v1.0.3.39.zip"
file = "$toolsDir\mbox-viewer.exe-v1.0.3.40.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 6f537ba

Please sign in to comment.