Skip to content

Commit

Permalink
AU: 1 updated - mboxviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 18, 2021
1 parent 220e6ef commit bfa80c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.23/mbox-viewer.exe-v1.0.3.23.zip
x64 https://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.23/mbox-viewer.exe-v1.0.3.23.zip
x32 https://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.24/mbox-viewer.exe-v1.0.3.24.zip
x64 https://freefr.dl.sourceforge.net/project/mbox-viewer/v1.0.3.24/mbox-viewer.exe-v1.0.3.24.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: 4A4DE6A54A960910C5ECE415ACD20F002EE94E53FD2A80F584AC6FA654F96BA6
checksum64: 4A4DE6A54A960910C5ECE415ACD20F002EE94E53FD2A80F584AC6FA654F96BA6
checksum type: sha256
checksum32: EB0913A838A8C8CFA324D57C8C041E38CBCCF5E26EE144FD9499CF8A435F4160
checksum64: EB0913A838A8C8CFA324D57C8C041E38CBCCF5E26EE144FD9499CF8A435F4160

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.23</version>
<version>1.0.3.24</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.23.zip"
file = "$toolsDir\mbox-viewer.exe-v1.0.3.24.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit bfa80c9

Please sign in to comment.