Skip to content

Commit

Permalink
AU: 5 updated - chromium putty putty.portable vscode-insiders vscode-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 14, 2022
1 parent 27e3b98 commit d17fcd0
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 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": "100.0.4888.0-snapshots",
"snapshots": "100.0.4889.0-snapshots",
"stable": "98.0.4758.82"
}
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>100.0.4888.0-snapshots</version>
<version>100.0.4889.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</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/970401/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/970413/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/970509/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/970516/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: A9682B2AEFE8317222E58445C1FC19B940A13F428B12E1E575046AF7E6676490
checksum64: 7356E9297F0421932954A93701BAFBC2FD568D432FE6E1DCC07879C393EE7B7C
checksum32: 2701B33531A2014BA5A26BC58A395C36833169D9DC7162D5B47306DE5D88C73D
checksum64: 0C5D185F57C96BC17998935823B7D2AFE82B8A233174970E6EC9C5689C0FCA5F

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 = "100.0.4888.0-snapshots"
$version = "100.0.4889.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/putty.portable/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@911ce256e74048c93c3d64feb2a36751d0a19dfd/icons/putty.png" width="48" height="48"/> [putty.portable](https://chocolatey.org/packages/putty.portable)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@911ce256e74048c93c3d64feb2a36751d0a19dfd/icons/putty.png" width="48" height="48"/> [putty.portable](https://chocolatey.org/packages/putty.portable)

PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an `xterm` terminal emulator.

Expand Down
6 changes: 3 additions & 3 deletions automatic/putty.portable/putty.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>putty.portable</id>
<version>0.76</version>
<version>0.76.0.20220214</version>
<title>PuTTY (Portable)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<licenseUrl>http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html</licenseUrl>
<projectUrl>http://www.chiark.greenend.org.uk/~sgtatham/putty/</projectUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/putty.portable</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@911ce256e74048c93c3d64feb2a36751d0a19dfd/icons/putty.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/putty.portable</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@911ce256e74048c93c3d64feb2a36751d0a19dfd/icons/putty.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an `xterm` terminal emulator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty/putty.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>putty</id>
<version>0.76.0.20220208</version>
<version>0.76.0.20220214</version>
<title>PuTTY</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down Expand Up @@ -50,7 +50,7 @@
<summary>PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.</summary>
<tags>putty telnet ssh foss cross-platform</tags>
<dependencies>
<dependency id="putty.portable" version="[0.76.0.20220208]" />
<dependency id="putty.portable" version="[0.76.0.20220214]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/bb221a61d29deabd99ee9431736d04f2175cb596/VSCodeSetup-ia32-1.65.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/bb221a61d29deabd99ee9431736d04f2175cb596/VSCodeSetup-x64-1.65.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/50089c3f92c17584a4aca179f51f220b56c22020/VSCodeSetup-ia32-1.65.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/50089c3f92c17584a4aca179f51f220b56c22020/VSCodeSetup-x64-1.65.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'ac196ccf327ab58815a16f3ea976d91d0663f2d00f1b10d4cf0bc89741021e9e61465935b97dc0eff0eb12420a0eada9cce794253acba8c25c0baa24d07cfe22'
checksum = '67836f7c0256857b333d73cb2ac9cd2faaa919b15aeb48a64127f1c2f4564245502ea583b1237b16b22aef17becae03e1ac2e92efb8705b4360211d823af4456'
checksumType = 'sha512'
checksum64 = '8373d29941342c4826e0ee4a07952018b76f5c7c4f0f899aaf0082968ed0220ba65736f2241ec8f5f3b97ce5e04287873a1158478617c7ae4e9a041ab15bb510'
checksum64 = 'ffd8eeb05da9ed2bf36f7c24972bc7272f518d3393697afc569d2dc6f1357be3b16baf78ad39a8e6e294a8d1e81a8a27cd28e5490ba52fec8f33f5c1549859c8'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.65.0.20220211</version>
<version>1.65.0.20220214</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.65.0.20220211</version>
<version>1.65.0.20220214</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.65.0.20220211]" />
<dependency id="vscode-insiders.install" version="[1.65.0.20220214]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit d17fcd0

Please sign in to comment.