Skip to content

Commit

Permalink
AU: 6 updated - cmake cmake.install cmake.portable codelite GoogleChr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 4, 2019
1 parent 2d207f1 commit 05f0dd8
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 55 deletions.
3 changes: 2 additions & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"3.11": "3.11.4",
"3.12": "3.12.4",
"3.13": "3.13.4",
"3.14": "3.14.5"
"3.14": "3.14.5",
"3.15": "3.15.0-rc1"
}
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.5</version>
<version>3.15.0-rc1</version>
<packageSourceUrl>https://github.com/chocolatey-community/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.5/cmake-3.14.5-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.5-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.0-rc1/cmake-3.15.0-rc1-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.0-rc1/cmake-3.15.0-rc1-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: 93CF5FA6C3DBB0DE1CBB80765BCC6C4C8DA6A70A8C8CBD7191E03F2F828BF4AB
checksum64: 5776BC8E94E235234411CA65C2D368CDF07E7287708CCE967ECE8E07613FBD4D
checksum32: 3387055B2EBD7B4BA8DEBFD5441B04C33C6F3F37C75701D3D97201BF3E35FED7
checksum64: 1961C36989FDBAA4E94A054E484B61968B9AB5547458CF214821A047982024E8

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.5-win32-x86.msi"
file64 = "$toolsPath\cmake-3.14.5-win64-x64.msi"
file = "$toolsPath\cmake-3.15.0-rc1-win32-x86.msi"
file64 = "$toolsPath\cmake-3.15.0-rc1-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"3.11": "3.11.4",
"3.12": "3.12.3",
"3.13": "3.13.4",
"3.14": "3.14.5"
"3.14": "3.14.5",
"3.15": "3.15.0-rc1"
}
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.5</version>
<version>3.15.0-rc1</version>
<packageSourceUrl>https://github.com/chocolatey-community/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.5/cmake-3.14.5-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.5-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.0-rc1/cmake-3.15.0-rc1-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.0-rc1/cmake-3.15.0-rc1-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: 3FD5F0F8CC95761D5C52F44AFE3C55E047704DA57946AC4CDAC80A4DD39AC6C7
checksum64: 897C167CA809B05D50288A0F4F47028A2F160AFF2B9B509791DDD75DB12E415A
checksum32: 9FED5FDE22D89C70C462BCFC6FB0A60D55EFC466F72AE6B339D1867EE5B966C9
checksum64: 481DB148D9200AF46053C86B98AE6DD80AE0BA9EF6A90DCEAB3CE292D8613935

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.5-win32-x86.zip"
file64 = "$toolsPath\cmake-3.14.5-win64-x64.zip"
file = "$toolsPath\cmake-3.15.0-rc1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.15.0-rc1-win64-x64.zip"
destination = $toolsPath
}

Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"3.11": "3.11.4",
"3.12": "3.12.2",
"3.13": "3.13.5",
"3.14": "3.14.5"
"3.14": "3.14.5",
"3.15": "3.15.0-rc1"
}
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.5</version>
<version>3.15.0-rc1</version>
<packageSourceUrl>https://github.com/chocolatey-community/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.5]" />
<dependency id="cmake.install" version="[3.15.0-rc1]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/codelite/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png" width="48" height="48"/> [codelite](https://chocolatey.org/packages/codelite)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png" width="48" height="48"/> [codelite](https://chocolatey.org/packages/codelite)

CodeLite is an open-source, cross plattform IDE specialized in C, C++, PHP and JavaScript (mainly for backend developers using Node.js)
programming languages which runs best on all major Plattforms (OSC, Windows and Linux)
Expand Down
6 changes: 3 additions & 3 deletions automatic/codelite/codelite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>codelite</id>
<version>0.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/codelite</packageSourceUrl>
<version>13.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/codelite</packageSourceUrl>
<owners>chocolatey</owners>
<title>CodeLite</title>
<authors>Eran Ifrah,CodeLite team</authors>
<projectUrl>http://www.codelite.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3019d95b3c82527119494f67f2d4c930417913f/icons/codelite.png</iconUrl>
<copyright>© 2016 by SmartKoders, All rights reserved.</copyright>
<licenseUrl>https://github.com/eranif/codelite/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions automatic/codelite/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'codelite'
fileType = 'exe'
file64 = gi $toolsPath\*.exe
file64 = Get-Item $toolsPath\*.exe
silentArgs = '/VERYSILENT /SP- /SUPPRESSMSGBOXES'
validExitCodes = @(0)
softwareName = 'CodeLite'
}
Install-ChocolateyInstallPackage @packageArgs
ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" "" }}
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" "" }}
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>74.0.3729.169</version>
<version>75.0.3770.80</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '74.0.3729.169'
$version = '75.0.3770.80'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'e0ff1f45c064691af713585e3a5a20fe43662204939b25dce8d8010292b2066c'
checksum64 = '40d28a2a05a06a6fca5de638f91db1966a6ad67bee8b9a66ce0cf1e815000e79'
checksum = 'e15171d6d9ecba52f912f4068589516857767b46d947a06ff514837c58c06e33'
checksum64 = 'ed090d29eb5f92fbbd2e9a0c3fb07bddbf162db062895b362c5d0a08d8c1ac16'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
Loading

0 comments on commit 05f0dd8

Please sign in to comment.