Skip to content

Commit

Permalink
AU: 2 updated - lunacy qtcreator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 18, 2018
1 parent 52ddc3f commit 3f92ee3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/lunacy/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"5b2b7614-e67c28"|3.7
"5b4f471a-e76330"|3.8
2 changes: 1 addition & 1 deletion automatic/lunacy/lunacy.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>lunacy</id>
<version>3.7</version>
<version>3.8</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/lunacy</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Lunacy</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/lunacy/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://desk.icons8.com/lunacy/LunacySetup.exe'
softwareName = 'Lunacy'
checksum = '24B885D8F88C512022C5D9B4ADA6A6A55F0E46B180A23575318D64F0686E2305529CD69357B878D5518D52B60658937501421E6F8DAD92E3EBBB8CB3DED315B0'
checksum = '5C74E0F300A63FEB032ED468443198E03B3C7F699B40A71118792F6C9CC77047A3F09B03AC118530E21C8482D6203B2207B5F8D0B4DA2CE3AA9485E4A49CB8C1'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
10 changes: 5 additions & 5 deletions automatic/qtcreator/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://download.qt.io/official_releases/qtcreator/4.6/4.6.2/installer_source/>
location on <https://download.qt.io/official_releases/qtcreator/4.7/4.7.0/installer_source/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.qt.io/official_releases/qtcreator/4.6/4.6.2/installer_source/windows_vs2015_32/qtcreator.7z>
64-Bit software: <https://download.qt.io/official_releases/qtcreator/4.6/4.6.2/installer_source/windows_vs2015_64/qtcreator.7z>
32-Bit software: <https://download.qt.io/official_releases/qtcreator/4.7/4.7.0/installer_source/windows_vs2015_32/qtcreator.7z>
64-Bit software: <https://download.qt.io/official_releases/qtcreator/4.7/4.7.0/installer_source/windows_vs2015_64/qtcreator.7z>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 72777B6266D9BC17B01FB19287D30894C388F5A998E074DB4F7A43CE7B622CC1
checksum64: D6246F85D14BF61BC13AEEA2BB4C23669110F9DA2BC9178D618C0E02A9895B6C
checksum32: A509F02FA50F918217311538D2699755E07E75D9667982BF2018E40265E7340E
checksum64: 3D7717EFC1659E560AC3C46F82EE68AC574AF9C235C2E97170C1D3CB11BCA130

The file 'LICENSE.txt' has been obtained from <https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/LICENSE.GPL3-EXCEPT>
2 changes: 1 addition & 1 deletion automatic/qtcreator/qtcreator.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</id>
<version>4.6.2</version>
<version>4.7.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qtcreator</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qt Creator</title>
Expand Down

0 comments on commit 3f92ee3

Please sign in to comment.