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 9, 2023
1 parent d44b97d commit 23f1351
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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": "183.3.6853-beta",
"beta": "183.3.6909-beta",
"stable": "182.4.6427"
}
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>182.4.6427</version>
<version>183.3.6909-beta</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 = '182.4.6427'
$version = '183.3.6909'

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%20182.4.6427%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20182.4.6427%20Offline%20Installer.x64.exe'
checksum = 'a750aaab018722fec0a3e26159d0878094592347912fc4c187d12ebc09350df4'
checksum64 = '2a038c77f1cc7fdb3d81d0acd7ed9ea3b38238ee40b1d6cebde329b96a8bdd22'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20183.3.6909%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20183.3.6909%20Offline%20Installer.x64.exe'
checksum = '8f70d572ab76d25e68de8c37a0d3f1a701e64f761777ce85bc7aa2d402feecd7'
checksum64 = '901780da83b94073dfd2c06df95939b5e71db042e02c662653c85a8ba833f3a7'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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.0.1882/gvim_9.0.1882_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1882/gvim_9.0.1882_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1885/gvim_9.0.1885_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1885/gvim_9.0.1885_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: 198EDCD6A732BC8036EE1B82C14180D3ED21F5D501FEDDE1B18D29171E2A70ED
checksum64: 7C515BE26D484D87F0D802410A4EC8449D0334E3F012D1672FCD83C012F754B5
checksum32: 47E78166DC393608FEB0C0DB5DBEA7DF598100250C8F8E9FFEDEB0EF1A846836
checksum64: 8DB009E64178777AD6DE613EA59F11DD3623D49AB68BEEA3B9FE2F54611C0616
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.0.1882_x86.zip"
file64 = "$toolsDir\gvim_9.0.1882_x64.zip"
file = "$toolsDir\gvim_9.0.1885_x86.zip"
file64 = "$toolsDir\gvim_9.0.1885_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.0.1882</version>
<version>9.0.1885</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 23f1351

Please sign in to comment.