Skip to content

Commit

Permalink
AU: 2 updated - qtcreator-cdbext ubisoft-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 4, 2024
1 parent 6abc971 commit 5cf8aa2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions automatic/qtcreator-cdbext/qtcreator-cdbext.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>qtcreator-cdbext</id>
<version>10.0.0</version>
<version>13.0.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/qtcreator-cdbext</packageSourceUrl>
<owners>AdmiringWorm, michaelweghorn</owners>
<title>Qt Creator CDB Extension</title>
Expand All @@ -24,10 +24,10 @@
The Debugging Tools for Windows (which include the CDB debugger) need to be installed separately by installing one of the components mentioned on [this Microsoft help page](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/). (Chocolatey packages for different versions of the components are available.)
]]></description>
<releaseNotes>[Software Changelog](http://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-10.0.0.md)
<releaseNotes>[Software Changelog](http://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-13.0.0.md)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/qtcreator-cdbext/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="qtcreator" version="[10.0.0]" />
<dependency id="qtcreator" version="[13.0.0]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/qtcreator-cdbext/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ $installToolsPath = Get-ToolsLocation

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://master.qt.io/official_releases/qtcreator/10.0/10.0.0/installer_source/windows_x86/qtcreatorcdbext.7z'
url64bit = 'https://master.qt.io/official_releases/qtcreator/10.0/10.0.0/installer_source/windows_x64/qtcreatorcdbext.7z'
url = 'https://master.qt.io/official_releases/qtcreator/13.0/13.0.0/installer_source/windows_x86/qtcreatorcdbext.7z'
url64bit = 'https://master.qt.io/official_releases/qtcreator/13.0/13.0.0/installer_source/windows_x64/qtcreatorcdbext.7z'
destination = "$installToolsPath\qtcreator"
checksum = '51c66e59a6df6b3b2e320268c2a3f9e9da055955c66a1c1d0f13e0a892886645'
checksum = 'e869ae16cf8926380495c808514fd7a637a0c9881edd1fb6690ace35dccca373'
checksumType = 'sha256'
checksum64 = '7e65a44c1b5a8c8eb0d5efcd4dc989d327720adeef40d459c15c2b6db1d4e72d'
checksum64 = '4591eef498f1a5808c7347f671b798ee13a17e20fb42075bb9235d613bf130d6'
checksumType64 = 'sha256'

}
Expand Down
2 changes: 1 addition & 1 deletion automatic/ubisoft-connect/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"ce0a930-614a2704dd203"|151.1.0.11048
"ce2e3f8-6154187b6b1f2"|151.2.0.11050
2 changes: 1 addition & 1 deletion automatic/ubisoft-connect/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://static3.cdn.ubi.com/orbit/launcher_installer/UbisoftConnectInstaller.exe'
softwareName = 'Ubisoft Connect'
checksum = '9C0556722DE3F7818818C5AC756EA3D7CAE1DB2A379CC03E818F6EFFB93BDD68E282C2A12605C7727730A86712F09ECA5E6AFF32598A44AB09A2150A94490172'
checksum = 'D13D7827DAAC4A804EED33C7B84E04D55AAE13CF452C72CD39F80F7795A59A7FD2D71EE3A57ED54ACD6D9A6B0B16F2EBC7F919EACA886B74F84498E3A0750608'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/ubisoft-connect/ubisoft-connect.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>ubisoft-connect</id>
<version>151.1.0.11048</version>
<version>151.2.0.11050</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/ubisoft-connect</packageSourceUrl>
<owners>AdmiringWorm, Marek</owners>
<title>Ubisoft Connect</title>
Expand Down

0 comments on commit 5cf8aa2

Please sign in to comment.