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 Oct 17, 2023
1 parent 37bc8ce commit f5e54e3
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.41.20</version>
<version>6.41.21</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/idman641build20.exe'
checksum = 'eb2ad8d65e7d1a404ab23925bd57c58fb975927c850a0d94beaf5f6000f3048b'
url = 'http://mirror2.internetdownloadmanager.com/idman641build21.exe'
checksum = '4126442cf938a2c45983083ea3c6b18587d80988052b0cd49513ea90de328be9'
checksumType = 'sha256'

silentArgs = "/skipdlgs"
Expand Down

0 comments on commit f5e54e3

Please sign in to comment.