Skip to content

Commit

Permalink
AU: 1 updated - qtcreator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 28, 2019
1 parent ac30b5e commit 1fd3b43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/qtcreator/qtcreator.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>qtcreator</id>
<version>4.9.1</version>
<version>4.9.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qtcreator</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qt Creator</title>
Expand All @@ -22,7 +22,7 @@
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[Qt Creator provides a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple desktop and mobile device platforms, such as Android and iOS.
]]></description>
<releaseNotes>[Software Changelog](http://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-4.9.1.md)
<releaseNotes>[Software Changelog](http://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-4.9.2.md)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/qtcreator/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="vcredist2017" version="14.16.27027.20190415" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/qtcreator/tools/chocolateyinstall.ps1
Expand Up @@ -4,12 +4,12 @@ $installToolsPath = Get-ToolsLocation

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://download.qt.io/official_releases/qtcreator/4.9/4.9.1/installer_source/windows_msvc2017_x86/qtcreator.7z'
url64bit = 'https://download.qt.io/official_releases/qtcreator/4.9/4.9.1/installer_source/windows_msvc2017_x64/qtcreator.7z'
url = 'https://download.qt.io/official_releases/qtcreator/4.9/4.9.2/installer_source/windows_msvc2017_x86/qtcreator.7z'
url64bit = 'https://download.qt.io/official_releases/qtcreator/4.9/4.9.2/installer_source/windows_msvc2017_x64/qtcreator.7z'
destination = "$installToolsPath\$env:ChocolateyPackageName"
checksum = 'b9c303fef2c3e0cab4c0881e9c3b7a665f016699870c88fcc889bc3dd6caf564'
checksum = 'cc0a689dc050de9aba98c33f950f0571106439f379d6f91e330df6a84dcf4c87'
checksumType = 'sha256'
checksum64 = '60ac6961036a660b6c3d2fd359451d809632489a9e6aff2c327962ea95a2de8b'
checksum64 = '61953fe78c756c7b07b03a5fb9f686c106a27867577d289c1d1a9b2f38761488'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 1fd3b43

Please sign in to comment.