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 Oct 18, 2023
1 parent 940847b commit addcb0a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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": "185.3.6023-beta",
"beta": "186.3.6103-beta",
"stable": "185.4.6054"
}
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>185.4.6054</version>
<version>186.3.6103-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 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 = '185.4.6054'
$version = '186.3.6103'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20185.4.6054%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20185.4.6054%20Offline%20Installer.x64.exe'
checksum = '45429b7279976ae01eafa67f7867030e97f2c99e95dc508ea62abb74d5e0d4a0'
checksum64 = '643fe0705a637c8a02981401413548c986c0c51e0987d2aa34b05e7ee3da89a4'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.3.6103%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.3.6103%20Offline%20Installer.x64.exe'
checksum = '7b6a03ae607c5eea5d6c3eda4c8414d3c427d6d1f147b7e77c78a713324d9b85'
checksum64 = 'cc51c6cee52eafb701175c6ef8e7f405994c69fc2dfd0749735da991f322b1a4'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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>118.0.5993.71</version>
<version>118.0.5993.89</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</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 = '118.0.5993.71'
$version = '118.0.5993.89'
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 = 'b1c48fc706c7f00ccdfe6082779637115e6d24e5d04fee2eefcf62a6a1c11359'
checksum64 = '35343ea8c206905e25f7134eb3534c99fe5eeadb7f2156d140adf61aad15ce1c'
checksum = '23fb18cdd059ccef25cbd538d0a411aca415e38972d02e2765c7e9b62614f04f'
checksum64 = 'dc8035773c87a58faf1d54ac79aa0f0ea7dd18b261a63e2f5e9c372d41b94599'
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/v9.0.2032/gvim_9.0.2032_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2032/gvim_9.0.2032_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2043/gvim_9.0.2043_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2043/gvim_9.0.2043_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: F40DCD680E54C048E880AF0A2BCA58CA10E07EA7DAC6B7251823D0791DF89DC0
checksum64: 34049EF955433BBE45385A069B637B0BE0AA507466FA6ABD18302593C1BAE422
checksum32: E0C0E74CAE525C3A77778B8AA72AB117E99178E7F4A8E8A39640BDE3726DB8F8
checksum64: 74E80E325156CB1E8D76D08CE1B32EF2CB9C76074D3F00356CFCC6D32DC5F6E6
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_9.0.2032_x86.zip"
file64 = "$toolsDir\gvim_9.0.2032_x64.zip"
file = "$toolsDir\gvim_9.0.2043_x86.zip"
file64 = "$toolsDir\gvim_9.0.2043_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>9.0.2032</version>
<version>9.0.2043</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 addcb0a

Please sign in to comment.