Skip to content

Commit

Permalink
AU: 3 updated - dropbox vim youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 2, 2020
1 parent 9baab38 commit d13182b
Show file tree
Hide file tree
Showing 8 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": "111.3.447-beta",
"beta": "112.3.247-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.447-beta</version>
<version>112.3.247-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.447'
$version = '112.3.247'

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.447%20Offline%20Installer.exe'
checksum = '40a44636c994e575b62c4252a95b352ae85246e3974e59faff9e8709368aebd4'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20112.3.247%20Offline%20Installer.exe'
checksum = '90f2259bc54040173f96ab48ae6863c9aa69607ba8bfb5ec0eab25fa3fcce5d9'
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.2072/gvim_8.2.2072_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2072/gvim_8.2.2072_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2077/gvim_8.2.2077_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2077/gvim_8.2.2077_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: 1D8FEFB6F841F673F24857B70BEE7C11E6B136554AAB631AF8DD64CF597FD926
checksum64: 9ACD79301E4DC96E027F1DC60D1DED7BF1C9B1A80498DD0586620055A61AE06C
checksum32: B97FB9A5D0280B28E1FA952977C441E3B5EFD09946BC0DB85D069F80727182CB
checksum64: EFC6580C260930A48AA175404757AE8204365DB4C785B55EDCB60A0D0920A514
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.2072_x86.zip"
file64 = "$toolsDir\gvim_8.2.2072_x64.zip"
file = "$toolsDir\gvim_8.2.2077_x86.zip"
file64 = "$toolsDir\gvim_8.2.2077_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.2072</version>
<version>8.2.2077</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
2 changes: 1 addition & 1 deletion automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ and can be verified like this:
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: e768635661760bafc354542358ec44ac158b3854446fbe0952509b4b5466459eb384922daa7bf9ae923b4fefd19606a4670d95eeb72f6e4f2dfc85aa2cdb4fba
checksum: 87c0c5a4f91c48e26c72675eef8399f40772b4ae4529e446a5fa937540f5223f0a7238898b07f7fa03214d96ff4d5d230e0070c08d47e1f1796c4218c5afa778

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2020.11.29</version>
<version>2020.12.02</version>
<title>youtube-dl</title>
<owners>chocolatey-community</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit d13182b

Please sign in to comment.