Skip to content

Commit

Permalink
AU: 3 updated - dropbox mkvtoolnix vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 7, 2019
1 parent da2120c commit 7b69b69
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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": "87.3.122-beta",
"beta": "87.3.127-beta",
"stable": "85.4.155"
}
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>87.3.122-beta</version>
<version>87.3.127-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 = '87.3.122'
$version = '87.3.127'

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%2087.3.122%20Offline%20Installer.exe'
checksum = 'c2659b2d0a4accab971f902c3efebfc6e8767f0fc0e39b4e52d08a3dab7f23de'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2087.3.127%20Offline%20Installer.exe'
checksum = 'fbd00828846b0eb52b2e6fc6a106ed0dfc58e525076f6dffebe0a21f22ab790d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/40.0.0/mkvtoolnix-32-bit-40.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/40.0.0/mkvtoolnix-64-bit-40.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/41.0.0/mkvtoolnix-32-bit-41.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/41.0.0/mkvtoolnix-64-bit-41.0.0-setup.exe

to download the installer.

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: 2A754D96FD60EA11CE9DC87D0B731C26AF0B3EDF9318782A3E90C8DBAD8BB3D7
checksum64: 239E8816E9D055C19CFC17DF6662DD44694206BF33A489C2D339FE087CD543A8
checksum32: B1DFC103796FE2003B27E230031B5C7689DFECDBF30895B6BC1ECB5BD541E0EE
checksum64: C88E7AD4BF5D4ADB022AF5C7FADA98536545D721C19157052F05E91DCBF373B6
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>40.0.0</version>
<version>41.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey</owners>
<authors>Moritz Bunkus</authors>
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.2384/gvim_8.1.2384_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2384/gvim_8.1.2384_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2402/gvim_8.1.2402_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2402/gvim_8.1.2402_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: 4F81E4D6E2835BB0369F79EED12F57162476CB4BF4556F6AAE5DFD0E232118D8
checksum64: 246E2976090B65B0F56F2AFB84F6C308105ABA8FEBC9FBDCE0E0B6687DF530D4
checksum32: 3FDAFF63B1C7032FB49AACBEE759355896342E2DF6EF81B9E8958076984FA6DF
checksum64: 4D64148CE895F029BFBA94CC039BF6A390D8D7D7DAA38C3A9685C525F6F1A675
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.2384_x86.zip"
file64 = "$toolsDir\gvim_8.1.2384_x64.zip"
file = "$toolsDir\gvim_8.1.2402_x86.zip"
file64 = "$toolsDir\gvim_8.1.2402_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.2384</version>
<version>8.1.2402</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 7b69b69

Please sign in to comment.