Skip to content

Commit

Permalink
AU: 2 updated - googlechromebeta kitty
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 7, 2023
1 parent 192c966 commit 20a73a1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>111.0.5563.50-beta</version>
<version>111.0.5563.64-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kitty</id>
<version>0.76.1.4</version>
<version>0.76.1.5</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey-community, Andre-Patrick Bubel, Miodrag Milic</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kitty/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 20a73a1

Please sign in to comment.