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 25, 2019
1 parent 1963819 commit d52f5cc
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": "84.3.155-beta",
"beta": "84.3.160-beta",
"stable": "83.4.152"
}
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>84.3.155-beta</version>
<version>84.3.160-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 = '84.3.155'
$version = '84.3.160'

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%2084.3.155%20Offline%20Installer.exe'
checksum = '8a610568c241cc91a72a57a3bc9d6126df022538fd534b7bd657a98ccd141d06'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2084.3.160%20Offline%20Installer.exe'
checksum = 'a2006fa8b4250d0ae6e10740d6a1d7f95a9a571d45889390268c67d22869cf41'
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.2204/gvim_8.1.2204_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2204/gvim_8.1.2204_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2214/gvim_8.1.2214_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2214/gvim_8.1.2214_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: 5DFB3F0B29BDC11FD4A058E43A1C8B594BF1D1DC738DB2ED4080C1B8F84712D6
checksum64: 425C1700AE52F31F5CFD49E9ADE4FF4457A07DE55818072EF33E229F1884CC2B
checksum32: D9E9DC04F04B6219CA8F93631ACC71225D3A32B0EA4B5869C43C7AB5E2DD5FB2
checksum64: 14BDB47FFB72681780702A3735B042FAD81C551B9BD7A99A8E9AE72E811D1492
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.2204_x86.zip"
file64 = "$toolsDir\gvim_8.1.2204_x64.zip"
file = "$toolsDir\gvim_8.1.2214_x86.zip"
file64 = "$toolsDir\gvim_8.1.2214_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.2204</version>
<version>8.1.2214</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 d52f5cc

Please sign in to comment.