Skip to content

Commit

Permalink
AU: 2 updated - dropbox vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 17, 2022
1 parent de81183 commit 88c9db5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "158.3.4523-beta",
"stable": "157.4.4801"
"beta": "158.3.4525-beta",
"stable": "157.4.4808"
}
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>158.3.4523-beta</version>
<version>157.4.4808</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 = '158.3.4523'
$version = '157.4.4808'

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%20158.3.4523%20Offline%20Installer.x86.exe'
checksum = 'f591aabe6f3361d0b315d1a507671e1b4f14a6621d6b9765e3e8a7e21c8d4d5b'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20157.4.4808%20Offline%20Installer.x86.exe'
checksum = '3c5f34ab81ef7c57ea73f9289ab678a06c3a262818d748f7f29333db2cda81c6'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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/v9.0.0475/gvim_9.0.0475_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0475/gvim_9.0.0475_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0483/gvim_9.0.0483_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0483/gvim_9.0.0483_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: B05544F40B3FF0AFD21F875D2E7BE9273A4AEE08A57C0A4112DFD38C65C54408
checksum64: 82C9D91B15A5340D1A675FD9713F18CAFB809F57E569753ED014B8BC3AF54037
checksum32: 58E4DAE0BE721B98A17A0FDA72945AE0A201E1B6A2EC6D7E2B45DC0F9412496F
checksum64: 422B5F98C1629509D48ADA758D302F20C9185601528C17ADE0AB8E76A332BFB9
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_9.0.0475_x86.zip"
file64 = "$toolsDir\gvim_9.0.0475_x64.zip"
file = "$toolsDir\gvim_9.0.0483_x86.zip"
file64 = "$toolsDir\gvim_9.0.0483_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>9.0.0475</version>
<version>9.0.0483</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 88c9db5

Please sign in to comment.