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 24, 2024
1 parent dc14970 commit 2f59fe5
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": "204.3.5363-beta",
"stable": "203.4.4857"
"stable": "204.4.5420"
}
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>204.3.5363-beta</version>
<version>204.4.5420</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 = '204.3.5363'
$version = '204.4.5420'

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%20204.3.5363%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.3.5363%20Offline%20Installer.x64.exe'
checksum = '95f29bfbad726c488b53ab892b8b69a5dffa90c1494dc9c25a5a896a335e334c'
checksum64 = '0754e38928c824521ae5ee3707a60f5b51153bdaf328b2ad4c63d5b3f707a351'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.4.5420%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.4.5420%20Offline%20Installer.x64.exe'
checksum = 'd466007a55f46ded35f04ab8028c4d0f7e12acea61664c3e81d309b82a90f93b'
checksum64 = '43858025c6fd8f247bef180a797542effd22c72153cd10058c187972609f6cc8'
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>127.0.6533.57</version>
<version>127.0.6533.73</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 = '127.0.6533.57'
$version = '127.0.6533.73'
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/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'ce51c407410a48bde2f5cd16c91403e9c5db34292c4246afcac4c2598da10119'
checksum64 = '971f30633b8bc59c989261e59edd1090a91af8cda0dc989ace5aae1ccde0254c'
checksum = '2d807fe26e6eecc5f569f2331d09792800993a3f5bc4671be792add19d3d3a41'
checksum64 = 'ab2bb1d19989f21685b4a9dd8f56e4b2083fda2448bf0645f201ecbb8cde5c5a'
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.1.0610/gvim_9.1.0610_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0610/gvim_9.1.0610_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0611/gvim_9.1.0611_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0611/gvim_9.1.0611_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: BB3F6F5B09F4E11B5C04695CB4C268BAEE3BB3C4A29A1C00F7A95C17DD249596
checksum64: C7FE4CC005125C2B9C634ADEC9086832E9752F217B7AF37E800A95C35C858648
checksum32: EF243F30F4D54C46C93559675E6D470C2FFC6077E957E5BB23D2A979A31607B3
checksum64: 1C2563E295B7F6F468334B6FD4168F968ACD52C35959E65A096525D5A6BD1EAE
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.1.0610_x86.zip"
file64 = "$toolsDir\gvim_9.1.0610_x64.zip"
file = "$toolsDir\gvim_9.1.0611_x86.zip"
file64 = "$toolsDir\gvim_9.1.0611_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.1.0610</version>
<version>9.1.0611</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 2f59fe5

Please sign in to comment.