Skip to content

Commit

Permalink
AU: 6 updated - chromium cmake cmake.install cmake.portable typescrip…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 2, 2020
1 parent 5a9aa91 commit 9f6b6fe
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "86.0.4189.0-snapshots",
"snapshots": "86.0.4190.0-snapshots",
"stable": "83.0.4103.116"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>86.0.4189.0-snapshots</version>
<version>86.0.4190.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/784383/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/784398/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/784553/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/784550/mini_installer.exe>
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: C1F7BCA849447A39F5285504AF20D963452E8C0E1E24183B89192CA93C2FD2D3
checksum64: F6D56A52785FC6DDDF2B5D3ED27C7C025D22FD773E2DEDC05DDA6AB94310A233
checksum32: 174BBF3422FCB683CBD4B9C9DC59B281DB5AB2B3734582F94DDB93EE72927DFA
checksum64: 8E20BF161A6EB8BBDC7D1A3CE4026DAE6449C979AA3510CD8F91CB857E2FD8A6

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "86.0.4189.0-snapshots"
$version = "86.0.4190.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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 @@ -9,5 +9,5 @@
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.3",
"3.18": "3.18.0-rc2"
"3.18": "3.18.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.18.0-rc2</version>
<version>3.18.0-rc3</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.18.0-rc2/cmake-3.18.0-rc2-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc2/cmake-3.18.0-rc2-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc3/cmake-3.18.0-rc3-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc3/cmake-3.18.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: 0C558CD110D48DC8785432B77C93BD6675212835CF9027127995DADFB7334A14
checksum64: ABE32F7294052D9D2B1DDD5CCEF8A80C1E29DBEBCE0BD7F11650E83D46CA0E85
checksum32: B7F505236930FC8A1F7122528F58EB97F1DA47181C18868AC5714A170C308F9F
checksum64: C6139C613263D30A6E1280199546F5439C7843F8DC6E59B1601C3241A08B3F81

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.18.0-rc2-win32-x86.msi"
file64 = "$toolsPath\cmake-3.18.0-rc2-win64-x64.msi"
file = "$toolsPath\cmake-3.18.0-rc3-win32-x86.msi"
file64 = "$toolsPath\cmake-3.18.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 @@ -9,5 +9,5 @@
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.3",
"3.18": "3.18.0-rc2"
"3.18": "3.18.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.18.0-rc2</version>
<version>3.18.0-rc3</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.18.0-rc2/cmake-3.18.0-rc2-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc2/cmake-3.18.0-rc2-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc3/cmake-3.18.0-rc3-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc3/cmake-3.18.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: 01A482DDAAD24DD9CC11691313DF452DD7971D9B2F02FBA6BA8CC0E2E4BEDFC7
checksum64: CD976F8F1BC29681FB633D16BED9D032A8EC0E3C4F0E084A6F8D13A345A6B17F
checksum32: 7071392E231D15BFBB4B0741E4009BC8A600494D94AD1577C7211D3ABC3696F0
checksum64: 285B15764DC57EAAE68E7298B14CA85EF5214BAF90029C688878B687B7CC553C

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.18.0-rc2-win32-x86.zip"
file64 = "$toolsPath\cmake-3.18.0-rc2-win64-x64.zip"
file = "$toolsPath\cmake-3.18.0-rc3-win32-x86.zip"
file64 = "$toolsPath\cmake-3.18.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 @@ -9,5 +9,5 @@
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.3",
"3.18": "3.18.0-rc2"
"3.18": "3.18.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.18.0-rc2</version>
<version>3.18.0-rc3</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.18.0-rc2]" />
<dependency id="cmake.install" version="[3.18.0-rc3]" />
</dependencies>
</metadata>
<files />
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].5"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","[email protected].6"
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.9.5</version>
<version>3.9.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/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.9.5%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.9.6%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs-lts" version="6.9.2" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1101/gvim_8.2.1101_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1101/gvim_8.2.1101_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1114/gvim_8.2.1114_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1114/gvim_8.2.1114_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 965CDEF489799548AD9635B7FEA94591C18F602DD2DD2BBD445C2C729713AEAC
checksum64: CB5D017F59F8E85A3B309A6E45799D71BC455FFF1CAE5E0C5AE9F465AB500AFB
checksum32: 0252FCF654E3118E67BF120B68DF8A425A4E2E32CCB0A69FAAAEB5EC7B27B9F6
checksum64: B660C7FA845AB0B0E24E2D15BB68D6FD4FBBAA8C5EF2AB715568F24C7DCE83F2
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.1101_x86.zip"
file64 = "$toolsDir\gvim_8.2.1101_x64.zip"
file = "$toolsDir\gvim_8.2.1114_x86.zip"
file64 = "$toolsDir\gvim_8.2.1114_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.1101</version>
<version>8.2.1114</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 9f6b6fe

Please sign in to comment.