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 May 3, 2018
1 parent 7661486 commit 9d8f772
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.6/4.6.0/installer_source/>
location on <https://download.qt.io/official_releases/qtcreator/4.6/4.6.1/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.0/installer_source/windows_vs2015_32/qtcreator.7z>
64-Bit software: <https://download.qt.io/official_releases/qtcreator/4.6/4.6.0/installer_source/windows_vs2015_64/qtcreator.7z>
32-Bit software: <https://download.qt.io/official_releases/qtcreator/4.6/4.6.1/installer_source/windows_vs2015_32/qtcreator.7z>
64-Bit software: <https://download.qt.io/official_releases/qtcreator/4.6/4.6.1/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: 9F53D63978081F4CA3DFD37C83CD80151EB1DAB9D36CEECFF1CF615307B35E82
checksum64: 425C4D4C70660EF2144306EF6A8D997B129DE73161F024DE713EA97DCCA6D2C3
checksum32: D6F8863B1EB85A6EC00862D01F2AC803410D8F56751027431B4CAACAAD01ABC8
checksum64: C144D18ADDCE1BA32235685B1A2C89626415AEEBA53959A374C0E038E8732BD6

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.0</version>
<version>4.6.1</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/te180501.zip>
1. Download the following <http://www.eonet.ne.jp/~gakana/tablacus/dl/te180503.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: F56CBD75806E87A5629D7DAE46CB053BE30B816E8F9F01E5FB88A4FCB04996FA
checksum: 4082E44D2480DF8AEB81EF49338AC107777292A9C896B27E58472E203DE5CAD4

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.5.1</version>
<version>18.5.3</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\te180501.zip"
file = "$toolsPath\te180503.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 9d8f772

Please sign in to comment.