Skip to content

Commit

Permalink
AU: 5 updated - chromium putty putty.install vscode-insiders vscode-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 8, 2022
1 parent 8b0cf24 commit eade7f6
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 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.4876.0-snapshots",
"snapshots": "100.0.4877.0-snapshots",
"stable": "98.0.4758.80"
}
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.4876.0-snapshots</version>
<version>100.0.4877.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/967991/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/967988/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/968210/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/968211/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: 98679E801639E2169E604A4103AF9FFE667B60C04508AEB4FAAAF607F62F1FD3
checksum64: A9BAE6B4DC5086B7F4FCFE5D57CCBE24650399D3427F710414ED96DA24FE9B1C
checksum32: F751AC2E38545A3AFBB828EF637D9F3B63FB341D4E0B660576F421C9EF35007D
checksum64: 6D1A5548E0F147506B4B0FA006E26E1D40BEDF798645266CCE60C17260C26C6C

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.4876.0-snapshots"
$version = "100.0.4877.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.install/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.install](https://chocolatey.org/packages/putty.install)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@911ce256e74048c93c3d64feb2a36751d0a19dfd/icons/putty.png" width="48" height="48"/> [putty.install](https://chocolatey.org/packages/putty.install)

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.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and can be verified like this:


1. Download the following installers:
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/wa64/putty-arm64-0.76-installer.msi>
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.76-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.76-installer.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 72F6164B1685CF4FFF98ACCDE23DC1A4E08D5F65888711D8128265D0EFEB7428
checksum32: 381A5390E362528DC1028DAD04C849EF640D4B53A31E801874467DC716A43864
checksum64: 129DF585291D28EC179BC715A3F8EC34C5ED5D66FD051A6A4B9DC9C537CB3AEE

File 'LICENSE.txt' is obtained from <http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html>
6 changes: 3 additions & 3 deletions automatic/putty.install/putty.install.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.install</id>
<version>0.76</version>
<version>0.76.0.20220208</version>
<title>PuTTY (Install)</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.install</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.install</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
2 changes: 1 addition & 1 deletion automatic/putty.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
PackageName = "putty.install"
FileType = "msi"
SoftwareName = "PuTTY"
File = "$toolsPath\putty-arm64-0.76-installer.msi"
File = "$toolsPath\putty-0.76-installer.msi"
File64 = "$toolsPath\putty-64bit-0.76-installer.msi"
SilentArgs = '/qn /norestart /l*v "{0}\install.log"' -f "$Env:TEMP\chocolatey\$Env:ChocolateyPackageName\$Env:ChocolateyPackageVersion"
ValidExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/putty/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](https://chocolatey.org/packages/putty)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@911ce256e74048c93c3d64feb2a36751d0a19dfd/icons/putty.png" width="48" height="48"/> [putty](https://chocolatey.org/packages/putty)

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

Expand Down
8 changes: 4 additions & 4 deletions automatic/putty/putty.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</id>
<version>0.76</version>
<version>0.76.0.20220208</version>
<title>PuTTY</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</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</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 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]" />
<dependency id="putty.portable" version="[0.76.0.20220208]" />
</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/97c1e76d668d23d568044feb31083407f4c4b1ed/VSCodeSetup-ia32-1.65.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/97c1e76d668d23d568044feb31083407f4c4b1ed/VSCodeSetup-x64-1.65.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/0283cec6ec2c2d5ec39006a1048b8dc3ea8bc955/VSCodeSetup-ia32-1.65.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/0283cec6ec2c2d5ec39006a1048b8dc3ea8bc955/VSCodeSetup-x64-1.65.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'db16ba7faff45db46865805c43b005eaaab3c904f7580d5c61c9ed00f1ff4e18bb3da83b765ab9c9558f2ebfc4ef5fad6678161f8b2eb8bb7efdcb40555c3464'
checksum = 'dbe2ea2e4a4412976b0c9a8a81e8534a595416d302446777372d0e626cfe99bbf74ba0bf65f49513c0d66bcb4efdf757bdc395925b2c9009a77e96da9e26eba9'
checksumType = 'sha512'
checksum64 = '2f13c8d76db53fbf2a1febf9fc58e4691eaaa75c123383acfeb262a604ab8e52f401c60fc8459da1dd0e89bb03bc3e5b72b0e8b6db06cce9463268287bd3190e'
checksum64 = 'af640db02fc10e8ea3384f17b2f61217a182c5dd6d163373818a9fd124bddc8e26aa16bf82511a32b5776654a893639af3b9b3858f483b237c06c5d72437ca23'
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.20220207</version>
<version>1.65.0.20220208</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.20220207</version>
<version>1.65.0.20220208</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.20220207]" />
<dependency id="vscode-insiders.install" version="[1.65.0.20220208]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit eade7f6

Please sign in to comment.