Skip to content

Commit

Permalink
AU: 1 updated - internet-download-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 21, 2022
1 parent 328c819 commit 1873b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.40.7</version>
<version>6.40.8</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/idman640build7.exe'
checksum = 'b55ddc25f3bbed1c9cfa5a5b749ac1de1b0678974996cf490b129ae97c9d091f'
url = 'http://mirror2.internetdownloadmanager.com/idman640build8.exe'
checksum = 'bc4ddda7c4fabe5091e961b166280afeeaf8de617348757fc68d65dc5752a975'
checksumType = 'sha256'

silentArgs = "/skipdlgs"
Expand Down

0 comments on commit 1873b7f

Please sign in to comment.