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 Oct 16, 2021
1 parent fe3f85c commit 9103793
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@797be4455d8f66a1989713e741137ed8293dd322/icons/dropbox.svg" width="48" height="48"/> [dropbox](https://chocolatey.org/packages/dropbox)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@797be4455d8f66a1989713e741137ed8293dd322/icons/dropbox.svg" width="48" height="48"/> [dropbox](https://chocolatey.org/packages/dropbox)


Dropbox is a free service that lets you bring all your photos, docs, and videos anywhere. This means that any file you save to your Dropbox will automatically save to all your computers, phones and even the Dropbox website. Dropbox also makes it super easy to share with others, whether you're a student or professional, parent or grandparent. Even if you accidentally spill a latte on your laptop, have no fear! You can relax knowing that Dropbox always has you covered, and none of your stuff will ever be lost.
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "134.3.4102-beta",
"beta": "134.3.4107-beta",
"stable": "133.4.4089"
}
6 changes: 3 additions & 3 deletions automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>134.3.4102-beta</version>
<version>134.3.4107-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
<licenseUrl>https://www.dropbox.com/terms</licenseUrl>
<projectUrl>https://www.dropbox.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@797be4455d8f66a1989713e741137ed8293dd322/icons/dropbox.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@797be4455d8f66a1989713e741137ed8293dd322/icons/dropbox.svg</iconUrl>
<mailingListUrl>https://www.dropboxforum.com/</mailingListUrl>
<docsUrl>https://www.dropbox.com/help</docsUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down Expand Up @@ -47,7 +47,7 @@ Dropbox is a free service that lets you bring all your photos, docs, and videos
]]></description>
<summary>Dropbox is a free service that lets you bring all your photos, docs, and videos anywhere.</summary>
<tags>dropbox virtual files file admin freeware cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/dropbox</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/dropbox</packageSourceUrl>
<dependencies>
<dependency id="kb2919355" version="1.0.20160915" />
</dependencies>
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 = '134.3.4102'
$version = '134.3.4107'

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%20134.3.4102%20Offline%20Installer.exe'
checksum = '7efa50fc839a5afd6ef97e3244818bb4c0819ba9589ab9c94c51f9bcd9715805'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20134.3.4107%20Offline%20Installer.exe'
checksum = '02eeba7314fed9ef2177210829e6671d7485fba74685271158059dfe82a813f7'
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/v8.2.3510/gvim_8.2.3510_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3510/gvim_8.2.3510_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3516/gvim_8.2.3516_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3516/gvim_8.2.3516_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: F9AA0EE2733BE2BB21A7249581D46FDCA49EED0A5EDC10F51A27C5CB8968802B
checksum64: D689E5ECA5604ADB20ED2BBE9F530838D1B048CBDDEC87F99115C06B3F2B303D
checksum32: FDA46E2D0D1CBABCDDF05E55F112401578DED7AC371118165A819FCF0696CEC8
checksum64: 67AF0035C5D5FFA220C358CE0E3B53C214F7F6A68DEC434A9AE295A3A2E6C8DD
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_8.2.3510_x86.zip"
file64 = "$toolsDir\gvim_8.2.3510_x64.zip"
file = "$toolsDir\gvim_8.2.3516_x86.zip"
file64 = "$toolsDir\gvim_8.2.3516_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>8.2.3510</version>
<version>8.2.3516</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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 9103793

Please sign in to comment.