Skip to content

Commit

Permalink
AU: 5 updated - log4om log4om.install log4om.portable mboxviewer spac…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 2, 2021
1 parent 0b82525 commit e3b4792
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 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_14_1_0.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_14_1_0.zip
x32: https://www.log4om.com/l4ong/release/Log4OM2_2_15_0_0.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_15_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: 8B4267B9D677EBBE5D2927132FED1AA215854366DF1E567D89BE3ED26D3298DD
checksum64: 8B4267B9D677EBBE5D2927132FED1AA215854366DF1E567D89BE3ED26D3298DD
checksum32: F5A4B7DA7265313C4CEA56863C0ED15D426648A1E423FEC13F7D965C7D45768E
checksum64: F5A4B7DA7265313C4CEA56863C0ED15D426648A1E423FEC13F7D965C7D45768E

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.14.1.0</version>
<version>2.15.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_14_1_0.zip"
fileFullPath = "$toolsDir\Log4OM2_2_15_0_0.zip"
}
Get-ChocolateyUnzip @packageArgs
Remove-Item -Path @packageArgs.fileFullPath

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\Log4OM2_2_14_1_0.exe"
file = "$toolsDir\Log4OM2_2_15_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_14_1_0_portable.zip
x32: https://www.log4om.com/l4ong/release/Log4OM2_2_15_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: DA0265CB2641C09A2529A5625783CB9460ACDC5A318563A0AEB4892B838AAD26
checksum32: EB4C958FD50C4B6E80C461A7217C25C05A4EA6D252C4523C446FE5600040CDB6
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.14.1.0</version>
<version>2.15.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_14_1_0_portable.zip"
file = "$toolsDir\Log4OM2_2_15_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.14.1.0</version>
<version>2.15.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.14.1.0]" />
<dependency id="log4om.install" version="[2.15.0.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.20/mbox-viewer.exe-v1.0.3.20.zip
x64 https://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.20/mbox-viewer.exe-v1.0.3.20.zip
x32 https://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.21/mbox-viewer.exe-v1.0.3.21.zip
x64 https://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.21/mbox-viewer.exe-v1.0.3.21.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: BB67A46A21672A75BBD27299429357B748F1D39BA53569A0D7CF6319A7566B46
checksum64: BB67A46A21672A75BBD27299429357B748F1D39BA53569A0D7CF6319A7566B46
checksum type: sha256
checksum32: 7C8160008CBBAA82E50DE93BC7ABE24C81DFEEE5F0F4CB0C3F7E901259A0EFC9
checksum64: 7C8160008CBBAA82E50DE93BC7ABE24C81DFEEE5F0F4CB0C3F7E901259A0EFC9

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.20</version>
<version>1.0.3.21</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.20.zip"
file = "$toolsDir\mbox-viewer.exe-v1.0.3.21.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/spacedesk-client/spacedesk-client.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>spacedesk-client</id>
<version>1.0.2</version>
<version>1.0.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/spacedesk-client</packageSourceUrl>
<owners>chtof</owners>
<title>Spacedesk Viewer Software for SECONDARY machine (client)</title>
Expand Down

0 comments on commit e3b4792

Please sign in to comment.