Skip to content

Commit

Permalink
AU: 4 updated - dropbox GoogleChrome vim voicebot
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 5, 2022
1 parent 18e2281 commit afce802
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "140.3.1852-beta",
"stable": "138.4.2392"
"stable": "139.4.4896"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>140.3.1852-beta</version>
<version>139.4.4896</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '140.3.1852'
$version = '139.4.4896'

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%20140.3.1852%20Offline%20Installer.exe'
checksum = '8beef6f27cb44fa6ad9a4e77912859a891369363fffe166ccb22cf4694314abc'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20139.4.4896%20Offline%20Installer.exe'
checksum = '4c0f94d2c51d848ef1783a48a7ae6170f0f1abb69808927be81058fc0709c530'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
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>96.0.4664.110</version>
<version>97.0.4692.71</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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '96.0.4664.110'
$version = '97.0.4692.71'
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 = '651b53d4715dadbf637a2a7f68a7ab311e3bc2336d643e9a23b87dec17bce175'
checksum64 = '74f958c3a0b6ff0adc666cd6a1c0d59cd7e7d96f828e6848409dd2ee1b9712e7'
checksum = '8c173884e2b0597c53dbc4231b5282b1c90a9631ac2d97aa39b501d1152b9caa'
checksum64 = 'af7f04da6d7d65ff245bbdaebefbb0505b01dcf3851114b2441ca96f44333e2e'
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
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.3995/gvim_8.2.3995_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3995/gvim_8.2.3995_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4005/gvim_8.2.4005_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4005/gvim_8.2.4005_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: 6B21805CC0D750D733FD00D8E9DF4D966D5A07906912684A0C678958F3928893
checksum64: AB83336785294F1A6FFA05543F454F5038211CDFAAC7AFEBC66AE07D3EC9B7CF
checksum32: 77DD191DC1C3F1126FAB440F22202050730D525B42F73567B79E5EE968004C24
checksum64: EB7273F36660E6B853E98A6789630F41A1E5EE8BF62BEBF229362ACB59FBD8BB
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.3995_x86.zip"
file64 = "$toolsDir\gvim_8.2.3995_x64.zip"
file = "$toolsDir\gvim_8.2.4005_x86.zip"
file64 = "$toolsDir\gvim_8.2.4005_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.3995</version>
<version>8.2.4005</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
4 changes: 2 additions & 2 deletions automatic/voicebot/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'VoiceBot'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.8.1.exe'
checksum = '9f25e219189e09964dc387ec1c0a76c8443eaa21c52fd8d2142ee647ad2bbadc'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.8.2.exe'
checksum = 'ed051b09d1960fd6ffe21419a106282a3966bddc928459a6c06aaa030194f795'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down
2 changes: 1 addition & 1 deletion automatic/voicebot/voicebot.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>voicebot</id>
<version>3.8.1</version>
<version>3.8.2</version>
<title>VoiceBot</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.voicebot.net</projectUrl>
Expand Down

0 comments on commit afce802

Please sign in to comment.