Skip to content

Commit

Permalink
AU: 2 updated - internet-download-manager mboxviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 17, 2021
1 parent c730c79 commit 4d05725
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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>internet-download-manager</id>
<version>6.39.1</version>
<version>6.39.2</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/internet-download-manager</packageSourceUrl>
<owners>chtof</owners>
<title>Internet Download Manager</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'http://mirror2.internetdownloadmanager.com/idman639build1.exe'
checksum = '19a2d658a2fa7286c039fc84bcdd68dec0b00fa5eea4203cad9901b83604edf8'
url = 'http://mirror2.internetdownloadmanager.com/idman639build2.exe'
checksum = '1d364c185082bf798f4ff21f33b63c84cc1407ca33be17793990190b59d2042c'
checksumType = 'sha256'

silentArgs = "/skipdlgs"
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.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
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

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: 7C8160008CBBAA82E50DE93BC7ABE24C81DFEEE5F0F4CB0C3F7E901259A0EFC9
checksum64: 7C8160008CBBAA82E50DE93BC7ABE24C81DFEEE5F0F4CB0C3F7E901259A0EFC9
checksum type: sha256
checksum32: 4A4DE6A54A960910C5ECE415ACD20F002EE94E53FD2A80F584AC6FA654F96BA6
checksum64: 4A4DE6A54A960910C5ECE415ACD20F002EE94E53FD2A80F584AC6FA654F96BA6

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.21</version>
<version>1.0.3.23</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.21.zip"
file = "$toolsDir\mbox-viewer.exe-v1.0.3.23.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 4d05725

Please sign in to comment.