Skip to content

Commit

Permalink
AU: 2 updated - internet-download-manager kdevelop.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 7, 2023
1 parent 40ae8c5 commit cfb04c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.10</version>
<version>6.41.11</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/idman641build10.exe'
checksum = '7bbdc0e2def74ac43ea83fc5a06d266849e4029046658dfc9d7c6ecd6a2fbcf8'
url = 'http://mirror2.internetdownloadmanager.com/idman641build11.exe'
checksum = '47aa7eb1d2476b430a24b20fc23b5819eb8b99b2cb173c96f05199fb6ae27817'
checksumType = 'sha256'

silentArgs = "/skipdlgs"
Expand Down
2 changes: 1 addition & 1 deletion automatic/kdevelop.install/kdevelop.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>kdevelop.install</id>
<version>5.6.2.1886</version>
<version>5.6.2.1887</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kdevelop.install</packageSourceUrl>
<owners>chtof</owners>
<title>KDevelop (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kdevelop.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $params = @{
fileType = 'EXE'
silentArgs = '/S'

url64bit = 'https://binary-factory.kde.org/job/KDevelop_Release_win64/lastSuccessfulBuild/artifact/kdevelop-5.6.2-1886-windows-cl-msvc2019-x86_64.exe'
checksum64 = '8c7b74f5dcc7e1daa171cfac452e1815d3f75783634656f3f515d817535e3ca2'
url64bit = 'https://binary-factory.kde.org/job/KDevelop_Release_win64/lastSuccessfulBuild/artifact/kdevelop-5.6.2-1887-windows-cl-msvc2019-x86_64.exe'
checksum64 = '506e3e58b93cdd08a5773662e601d5896bc1eea479b881d6f6477a607c3a821a'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit cfb04c3

Please sign in to comment.