From 20a73a1d36cc19b8dc68a70623bd4ee73b5fa8f0 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 7 Mar 2023 00:14:34 +0000 Subject: [PATCH] AU: 2 updated - googlechromebeta kitty [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/5fdf311c733cbc823081b43f6ccc73de5c75b611 --- automatic/googlechromebeta/googlechromebeta.nuspec | 2 +- automatic/googlechromebeta/tools/chocolateyInstall.ps1 | 6 +++--- automatic/kitty/kitty.nuspec | 2 +- automatic/kitty/legal/VERIFICATION.txt | 6 +++--- automatic/kitty/tools/chocolateyInstall.ps1 | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index df4b786e377..b9ca75c3e1c 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 111.0.5563.50-beta + 111.0.5563.64-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 72d2dbc632c..8dba332d762 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '111.0.5563.50-beta' +$version = '111.0.5563.64-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = '9b63fa259d142e8d8f657930ce69bf76230c1cb56a7dbc7f856d4dab04a2462a' - checksum64 = '1e4256177bb6e379a36b43763556566d51595debdb95e29bbd02094b65b9d4d0' + checksum = '2d7fd97d66d5d92f7285bfe07e41f77cbbe10e630cf41743ce899abf9ed896b8' + checksum64 = '31e101cb557dd1abeb7bff3707bf1005421fbf7b0801745a9861471b969e25cf' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/kitty/kitty.nuspec b/automatic/kitty/kitty.nuspec index f6b7c428ee1..15edd24456a 100644 --- a/automatic/kitty/kitty.nuspec +++ b/automatic/kitty/kitty.nuspec @@ -3,7 +3,7 @@ kitty - 0.76.1.4 + 0.76.1.5 KiTTY Cyril Dupont chocolatey-community, Andre-Patrick Bubel, Miodrag Milic diff --git a/automatic/kitty/legal/VERIFICATION.txt b/automatic/kitty/legal/VERIFICATION.txt index 649c0374e9b..659313ad316 100644 --- a/automatic/kitty/legal/VERIFICATION.txt +++ b/automatic/kitty/legal/VERIFICATION.txt @@ -5,17 +5,17 @@ in verifying that this package's contents are trustworthy. Package can be verified like this: -1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.4/kitty-bin-0.76.1.4.zip +1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.5/kitty-bin-0.76.1.5.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' - SHA256: 53960f89b0389c36fd73233bda639ea0fab936f0bc2ae33843e280619c8a54c5 + SHA256: 2556ad7ab075831a9479351a9cff88f9ca4e0e16807688f9eff2313190f1d5bd Using AU: - Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.4/kitty-bin-0.76.1.4.zip + Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.5/kitty-bin-0.76.1.5.zip File 'LICENSE.TXT' is obtained from: https://raw.githubusercontent.com/cyd01/KiTTY/master/LICENCE.TXT diff --git a/automatic/kitty/tools/chocolateyInstall.ps1 b/automatic/kitty/tools/chocolateyInstall.ps1 index 5b172de6c85..e7d140c3408 100644 --- a/automatic/kitty/tools/chocolateyInstall.ps1 +++ b/automatic/kitty/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ StopProcesses $packageArgs = @{ PackageName = 'kitty' - FileFullPath = "$toolsPath\kitty-bin-0.76.1.4.zip" + FileFullPath = "$toolsPath\kitty-bin-0.76.1.5.zip" Destination = $toolsPath }