Skip to content

Commit

Permalink
AU: 3 updated - dropbox vim winscp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 21, 2020
1 parent 53c6b8d commit d4c3bba
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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": "111.3.437-beta",
"beta": "111.3.447-beta",
"stable": "110.4.458"
}
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>111.3.437-beta</version>
<version>111.3.447-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,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 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '111.3.437'
$version = '111.3.447'

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://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20111.3.437%20Offline%20Installer.exe'
checksum = 'bf28ee9e340f7fd07393dcda5921f623545d9a696fdfdd982a27ce8a03bb87a5'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20111.3.447%20Offline%20Installer.exe'
checksum = '40a44636c994e575b62c4252a95b352ae85246e3974e59faff9e8709368aebd4'
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.2013/gvim_8.2.2013_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2013/gvim_8.2.2013_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2022/gvim_8.2.2022_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2022/gvim_8.2.2022_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: 68C15B57A66AEDBA900B6B9320A47B4BD9473EFA1548449BB6EC79D896DBD8EE
checksum64: 02FD93E4D9491212FD59B820AFA6359FF2AA497EFD87863907582887CE21AE3D
checksum32: 16072BFBB1B06A3AEC451B58072CCF709C3AF9712CF5DD840A1ADC68F773D323
checksum64: A8A30467FA6BF65CD385E5E5E20C481402515E42739790682DFC24E86DF772E7
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.2013_x86.zip"
file64 = "$toolsDir\gvim_8.2.2013_x64.zip"
file = "$toolsDir\gvim_8.2.2022_x86.zip"
file64 = "$toolsDir\gvim_8.2.2022_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.2013</version>
<version>8.2.2022</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
6 changes: 3 additions & 3 deletions automatic/winscp/winscp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp</id>
<version>5.17.8</version>
<version>5.17.9</version>
<title>WinSCP</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.17.8-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.17.9-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand All @@ -42,7 +42,7 @@
<mailingListUrl>https://winscp.net/forum/index.php</mailingListUrl>
<bugTrackerUrl>https://winscp.net/tracker/</bugTrackerUrl>
<dependencies>
<dependency id="winscp.install" version="[5.17.8]" />
<dependency id="winscp.install" version="[5.17.9]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit d4c3bba

Please sign in to comment.