Skip to content

Commit

Permalink
AU: 3 updated - dropbox GoogleChrome vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 21, 2021
1 parent 7c9c6ce commit bb81f6b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "127.3.4263-beta",
"stable": "126.4.4618"
"stable": "127.4.4265"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>127.3.4263-beta</version>
<version>127.4.4265</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '127.3.4263'
$version = '127.4.4265'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20127.3.4263%20Offline%20Installer.exe'
checksum = '2be47b31b30c480ef6f2a17542c765da82f5e8341d4d4fe9a3eeeb5a78cd2a91'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20127.4.4265%20Offline%20Installer.exe'
checksum = 'fd256ed39db0ffb236ceeb86402b942a097d8f65aa0b230e14e861e8d4afa0d4'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>91.0.4472.164</version>
<version>92.0.4515.107</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '91.0.4472.164'
$version = '92.0.4515.107'
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 = '6c419de691ac74c1fb4c7cd8aceab5ac75a629dce784db51ed544836452f2141'
checksum64 = '72d5c0b9053c858be0b8ab0fbcd1c0a05185553cd381806d0ab71b00def87c56'
checksum = '2b9f09399e3333c778a75a8137cadf6c53b133df16655606928fc5d5d8b625b9'
checksum64 = '2047c566831992cf85296157a16beeb25cccb706831e0aa9d0dc52c4c29f47cc'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.3187/gvim_8.2.3187_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3187/gvim_8.2.3187_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3192/gvim_8.2.3192_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3192/gvim_8.2.3192_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: E128C3C146A9051C7F1A4A64078BFDB582FE0EB418286942AF15B42AC0FD96AD
checksum64: 780243A75DC912513BA3B49469F21C58EFF32D4F4DEC0F01F98B4BA093E75D17
checksum32: ED3CBCC7BBE930DA3C9E452F5F6BE24B821579F9E9667C54CD9A8824A51A585B
checksum64: 7CDABC7033E59D3E44FF94E0A5CE950308C49CC82DFAE8F5CD15B633F3071615
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3187_x86.zip"
file64 = "$toolsDir\gvim_8.2.3187_x64.zip"
file = "$toolsDir\gvim_8.2.3192_x86.zip"
file64 = "$toolsDir\gvim_8.2.3192_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3187</version>
<version>8.2.3192</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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 bb81f6b

Please sign in to comment.