Skip to content

Commit

Permalink
AU: 3 updated - GoogleChrome tixati.portable vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 4, 2020
1 parent 4d402bd commit 9959eec
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>80.0.3987.122</version>
<version>80.0.3987.132</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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 = '80.0.3987.122'
$version = '80.0.3987.132'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '966df8fd424e76ed1785a0db4d319feaa9582123906d91c9d568e4dd953f30d8'
checksum64 = '17f6ca1b3cec3c3191a14c689987362d829319aa298c86b2ca8c39143f59b6f1'
checksum = 'caf0857e34b627f2cc24013704e01c019754a3a2ad222b3f9d270aaef4206afe'
checksum64 = '15ccda748def118b803e047b2996128d5417872efa7055688a14251d071909cb'
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/tixati.portable/tixati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>2.69</version>
<version>2.71</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tixati.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'tixati.portable'
url = 'https://download2.tixati.com/download/tixati-2.69-1.portable.zip'
checksum = 'cb303246e99a7a3bb759770138851ef43c487d66d7c890ffa9b931802af08e26'
url = 'https://download2.tixati.com/download/tixati-2.71-1.portable.zip'
checksum = '9df24c14db843945e657375ca30ef034899f88811c175aab680488d8e060efae'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
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.0348/gvim_8.2.0348_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0348/gvim_8.2.0348_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0352/gvim_8.2.0352_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0352/gvim_8.2.0352_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: AA7C36A6D4FF00B435E7E8E3DDC60D8AEDD85F7B44BD07E651D9C67D08DA9823
checksum64: 31BF0949628BF92A9E86188AB9C9BAC64F7969E7A0CECA9DE2CE8EA2B02E9302
checksum32: B9E2A9723D7E590D9A6DBE6177384815BAAF615FEFF6ABA7CD2958B7D9F89105
checksum64: 83885D997C9DB982A3221B9333A169A388BFD61164128C143F840063BB8CD817
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.0348_x86.zip"
file64 = "$toolsDir\gvim_8.2.0348_x64.zip"
file = "$toolsDir\gvim_8.2.0352_x86.zip"
file64 = "$toolsDir\gvim_8.2.0352_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.0348</version>
<version>8.2.0352</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 9959eec

Please sign in to comment.