Skip to content

Commit

Permalink
AU: 5 updated - 360ts cmake cmake.install cmake.portable mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 1, 2019
1 parent 09b6266 commit 3b95a09
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "10.2.0.1284",
"ts": "10.2.0.1307",
"tse": "8.8.0.1105"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>10.2.0.1284</version>
<version>10.2.0.1307</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.2.0.1284.exe'
checksum = 'b9de83daa5d276990f33ffc3cdf57384fcdef69f8c945543b1d234563c4319c1'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.2.0.1307.exe'
checksum = '1a55b6d6589c592a716fe18026e35f66a3056f1cab3c472ba5f75f8f587a9dbd'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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-rc2"
"3.14": "3.14.0-rc3"
}
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-rc2</version>
<version>3.14.0-rc3</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-rc2/cmake-3.14.0-rc2-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0-rc2/cmake-3.14.0-rc2-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0-rc3/cmake-3.14.0-rc3-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0-rc3/cmake-3.14.0-rc3-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: 43F6D7CD00BCF782AB4C26F5E18AD3752AFB12C5D0A7EBC06FFF820C5DCD5351
checksum64: 305F9D251906D1D747E36DE662DA6C5BEDF85407F11183B1706D5633E4166921
checksum32: 20DEC11B18D5184F6A0A3B48FE7545753B54BAA625A53FB16527A521BA991174
checksum64: DD3FAED89926C93DB1ED4527079158E7CE9D8FCCEEA4A717D9A7D39672A4B2FC

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-rc2-win32-x86.msi"
file64 = "$toolsPath\cmake-3.14.0-rc2-win64-x64.msi"
file = "$toolsPath\cmake-3.14.0-rc3-win32-x86.msi"
file64 = "$toolsPath\cmake-3.14.0-rc3-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-rc2"
"3.14": "3.14.0-rc3"
}
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-rc2</version>
<version>3.14.0-rc3</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-rc2/cmake-3.14.0-rc2-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0-rc2/cmake-3.14.0-rc2-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0-rc3/cmake-3.14.0-rc3-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0-rc3/cmake-3.14.0-rc3-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: 31EFDF788F0129D5CD65E3BCB1E3B1202AD31C2B4CFDE4168D24282AE4153D3E
checksum64: 6D334CA9B42C3E125889D562CFDB9C43A429B5AB329D33A7AB6E14E559AA7822
checksum32: C6068FCB04D75610A6B11C218F527243E410E791C7A49F61F47A809442F59FB3
checksum64: C483218B2DE1F5C13337BC3681AD94F61E2867ED3B008D756A3718F4A018C57F

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-rc2-win32-x86.zip"
file64 = "$toolsPath\cmake-3.14.0-rc2-win64-x64.zip"
file = "$toolsPath\cmake-3.14.0-rc3-win32-x86.zip"
file64 = "$toolsPath\cmake-3.14.0-rc3-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-rc2"
"3.14": "3.14.0-rc3"
}
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-rc2</version>
<version>3.14.0-rc3</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-rc2]" />
<dependency id="cmake.install" version="[3.14.0-rc3]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>4.0.1</version>
<version>4.0.2</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '4.0.1'
$version = '4.0.2'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down

0 comments on commit 3b95a09

Please sign in to comment.