Skip to content

Commit

Permalink
AU: 2 updated - cmake.portable typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 16, 2018
1 parent 775dfbd commit 2e44915
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"3.8": "3.8.2",
"3.9": "3.9.6",
"3.10": "3.10.2"
"3.10": "3.10.2",
"3.11": "3.11.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.10.2</version>
<version>3.11.0-rc1</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://cmake.org/files/v3.10/cmake-3.10.2-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.10/cmake-3.10.2-win64-x64.zip>
32-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.0-rc1-win32-x86.zip>
64-Bit software: <https://cmake.org/files/v3.11/cmake-3.11.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: F5F7E41A21D0E9B655ACA58498B08E17ECD27796BF82837E2C84435359169DD6
checksum64: FD44D90D7EAB48FBCA0862E758D07F84E027EF68CB0D7A2D1EC865964CA58B12
checksum32: 1AB9C1257D9FDBA61F3B47566D4762EB935521005BCADFFB5B996F744A34B115
checksum64: 88854F0DFC2F20BA054018D5411A5E5352A98E3279FF985875B6D2C1128822A2

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

Expand Down
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","[email protected].1"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","[email protected].2"
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>2.7.1</version>
<version>2.7.2</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+2.7.1%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.7.2%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs.install" version="4.2.0" />
</dependencies>
Expand Down

0 comments on commit 2e44915

Please sign in to comment.