Skip to content

Commit

Permalink
AU: 2 updated - qtcreator tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 13, 2018
1 parent 2fb5c7b commit 0d86e39
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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.5/4.5.1/installer_source/>
location on <https://download.qt.io/official_releases/qtcreator/4.5/4.5.2/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.5/4.5.1/installer_source/windows_vs2015_32/qtcreator.7z>
64-Bit software: <https://download.qt.io/official_releases/qtcreator/4.5/4.5.1/installer_source/windows_vs2015_64/qtcreator.7z>
32-Bit software: <https://download.qt.io/official_releases/qtcreator/4.5/4.5.2/installer_source/windows_vs2015_32/qtcreator.7z>
64-Bit software: <https://download.qt.io/official_releases/qtcreator/4.5/4.5.2/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: 17101CBFB2ED0C6DD52CF1FF654481643EE92CA69C8276032F43000BDBDEBCC5
checksum64: B6B734B2A077039BBCAB834D42572D6DAC8DC8D1EF5D3A9E8B97E4695FE61644
checksum32: 631B55EFD022D921B79CD6F4C86206AFEA2151AE81B23307374D062AAE591266
checksum64: F6056E067D6E419546308771CE6DC303AEEE028AC3D6750D6616692320FF261B

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.5.1</version>
<version>4.5.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qtcreator</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qt Creator</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tablacus/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://www.eonet.ne.jp/~gakana/tablacus/explorer_en.html>
and can be verified by doing the following:

1. Download the following <http://www.eonet.ne.jp/~gakana/tablacus/dl/te180312.zip>
1. Download the following <http://www.eonet.ne.jp/~gakana/tablacus/dl/te180313.zip>
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
checksum: F999B0D690F9FC900EB31B6E86DBA40494F12F5AD128F7D5596DCBC47596E147
checksum: 4517D3168F203D563CED6B2958F83619A3AC17901C69A25CF18C58257410E0CA

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/ab02cbc9093498c1a49be851f8c8f72b76651704/LICENSE.TXT>
2 changes: 1 addition & 1 deletion automatic/tablacus/tablacus.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>tablacus</id>
<version>18.3.12</version>
<version>18.3.13</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'tablacus'
file = "$toolsPath\te180312.zip"
file = "$toolsPath\te180313.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 0d86e39

Please sign in to comment.