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 committed May 9, 2020
1 parent 3f8c802 commit f410255
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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": "97.3.448-beta",
"beta": "97.3.460-beta",
"stable": "97.3.451"
}
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>97.3.451</version>
<version>97.3.460-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,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 @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '97.3.451'
$version = '97.3.460'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2097.3.451%20Offline%20Installer.exe'
checksum = '3b25c8742163fb4f13e1b1d203a8938e513a2be4367a479ff13b9abc87464a7b'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2097.3.460%20Offline%20Installer.exe'
checksum = '9fbe38dbcd6da8b4859a659c4523e5e6e4cdfffe4c8df71086ef1a750d3e79e6'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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.0716/gvim_8.2.0716_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0716/gvim_8.2.0716_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0717/gvim_8.2.0717_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0717/gvim_8.2.0717_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: E5A5FE58EEA6F8CDF5500B9C639F974A97D426B348957F3693449225474849A3
checksum64: A9604FCCE62EF0A4D6628C71112949BF4CE9083AE77A9EB79F82B3151586589C
checksum32: 211409C3F73EC241EDDDE012849B98033879405E1CF974237E69CC0388C39880
checksum64: 6ED1E4189D8D1F25A8248C712E9F5F4C9913093E63D325A3F606BCEEECB33D64
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.0716_x86.zip"
file64 = "$toolsDir\gvim_8.2.0716_x64.zip"
file = "$toolsDir\gvim_8.2.0717_x86.zip"
file64 = "$toolsDir\gvim_8.2.0717_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.0716</version>
<version>8.2.0717</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 f410255

Please sign in to comment.