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 Oct 9, 2019
1 parent 5c68a7b commit 0f688fe
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": "83.3.129-beta",
"beta": "83.3.140-beta",
"stable": "82.4.155"
}
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>83.3.129-beta</version>
<version>83.3.140-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 = '83.3.129'
$version = '83.3.140'

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%2083.3.129%20Offline%20Installer.exe'
checksum = '742029c77f43a09b13aa0efdcab9598a0824a1116fcb6a0ec4729dd72995d311'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2083.3.140%20Offline%20Installer.exe'
checksum = '94588958af96f4192b378875f24f0f8372c29b6d74c79fb135a5dd047ae79591'
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.1.2117/gvim_8.1.2117_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2117/gvim_8.1.2117_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2125/gvim_8.1.2125_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2125/gvim_8.1.2125_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: 309968685685B73A085B5C888EADB89DBA4B08B8B3617AA8535BCAFEE9E437C7
checksum64: 4CF324C9266F7595ADC113742E491CA002A14792F505FB1087E464E0D56EF59C
checksum32: AE7DD2028703894385B59D7F6E2F5B3E8D63DCB29AE090BD289D32F5B30598A3
checksum64: E7A59E6C8F3B56AE8EFDB03B32AEE496247D9ABFC04A6889E64DD2B3493712AB
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.1.2117_x86.zip"
file64 = "$toolsDir\gvim_8.1.2117_x64.zip"
file = "$toolsDir\gvim_8.1.2125_x86.zip"
file64 = "$toolsDir\gvim_8.1.2125_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.1.2117</version>
<version>8.1.2125</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 0f688fe

Please sign in to comment.