Skip to content

Commit

Permalink
AU: 6 updated - cmake cmake.install cmake.portable djv totalcommander…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 29, 2019
1 parent e25e765 commit ddcaed8
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"3.11": "3.11.4",
"3.12": "3.12.4",
"3.13": "3.13.4",
"3.14": "3.14.0"
"3.14": "3.14.1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.14.0</version>
<version>3.14.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1-win64-x64.msi>
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: 913B231E189824B679B60D9C9D45549BB047866431CD023AFBB0B9D10E579279
checksum64: 4CBC62929F313D9890D377FA022753E9E5509E7AFA3E16978127B7B2813633CF
checksum32: 4C22D0FE3BEB9F9D62B35FC85712EAF6E832667096876AAE7D10253BBB8D216A
checksum64: AFCBB0144903E5A26DD547EB271A0C69996DEAE2912F5B0D8F2135D308303C94

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.14.0-win32-x86.msi"
file64 = "$toolsPath\cmake-3.14.0-win64-x64.msi"
file = "$toolsPath\cmake-3.14.1-win32-x86.msi"
file64 = "$toolsPath\cmake-3.14.1-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"3.11": "3.11.4",
"3.12": "3.12.3",
"3.13": "3.13.4",
"3.14": "3.14.0"
"3.14": "3.14.1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.14.0</version>
<version>3.14.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1-win64-x64.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
checksum32: 9EB42917F9C5DC30FF86D8197497E4F8E2F4455B4C07841AA3DFB3283902D1EE
checksum64: 42C47C0B378834D1250C8076C39175D21CCF9801F67D7E8662B5EDC0B2F4F7A6
checksum32: D0EF5A70F52B9C949E10055ADCACF118635635D065A1BA12EA4D95D0EC801E11
checksum64: A351B153E5340BFE41DE1D3DD449BA517027A216ACC0EFB4CA98319F99219836

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.14.0-win32-x86.zip"
file64 = "$toolsPath\cmake-3.14.0-win64-x64.zip"
file = "$toolsPath\cmake-3.14.1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.14.1-win64-x64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"3.11": "3.11.4",
"3.12": "3.12.2",
"3.13": "3.13.4",
"3.14": "3.14.0"
"3.14": "3.14.1"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.14.0</version>
<version>3.14.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.14.0]" />
<dependency id="cmake.install" version="[3.14.1]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/djv/djv.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>djv</id>
<version>1.2.5</version>
<version>1.2.6</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/djv</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>DJV Imaging</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/djv/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://djv.sourceforge.net/Download.html>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/djv/files/djv-stable/1.2.5/DJV-1.2.5-win64.exe/download>
1. Download the following <https://sourceforge.net/projects/djv/files/djv-stable/1.2.6/DJV-1.2.6-win64.exe/download>
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: 373ADD81EFB12E8365536D86A5505794D69DF8B3DA3F4DF2446C782EB53C56F0
checksum: 0AD52637F87DA38BA8E18520C8E6ADCEFF4BB5C467CDE710CEF61FDC9A6984A2

The file 'LICENSE.txt' has been obtained from <http://djv.sourceforge.net/djvLegal.html>
2 changes: 1 addition & 1 deletion automatic/djv/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ((Get-OSArchitectureWidth 32) -or $env:chocolateyForceX86 -eq $true)
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\DJV-1.2.5-win64.exe"
file = "$toolsPath\DJV-1.2.6-win64.exe"
softwareName = 'djv-*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/totalcommander/TotalCommander.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>totalcommander</id>
<title>Total Commander</title>
<version>9.22</version>
<version>9.22.1</version>
<authors>Christian Ghisler</authors>
<owners>chocolatey, dtgm</owners>
<summary>File manager and explorer replacement</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/totalcommander/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from TotalCommander website and can be verified like this:

1. Download the following installers:
setup: <http://totalcommander.ch/win/tcmd922x32_64.exe>
setup: <http://totalcommander.ch/win/tcmd922ax32_64.exe>
installer: <http://ghisler.fileburst.com/addons/installer.zip>

2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum-setup: ABF70ECFBCD271CB949F3DC16AC3CB5CD1DD9542FB5EA37E4917D31DFFB6058E
checksum-setup: B4476A7A3A3207C73156A13F1D0918CB7F91C9589DA270A38DCD3C947B068123
checksum-installer: 80DE9C2C49FC63965CF0E9BCB1A0E6D25187A1613BDE2086BDA79EFBDC8FCEB8

File 'LICENSE.txt' is obtained from help file of the application.
2 changes: 1 addition & 1 deletion automatic/typescript/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Update-SessionEnvironment

$npmPath = Get-Command npm | ForEach-Object { $_.Path }
"Installing $env:chocolateyPackageName using nodejs..."
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.3.4000"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.4.1"
4 changes: 2 additions & 2 deletions automatic/typescript/typescript.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>typescript</id>
<version>3.3.4000</version>
<version>3.4.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/typescript</packageSourceUrl>
<owners>chocolatey, Microsoft</owners>
<title>TypeScript</title>
Expand All @@ -23,7 +23,7 @@
This package installs the command-line TypeScript compiler as a Node.js package.
]]></description>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.3.4000%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.4.1%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs-lts" version="6.9.2" />
</dependencies>
Expand Down

0 comments on commit ddcaed8

Please sign in to comment.