Skip to content

Commit

Permalink
AU: 4 updated - dropbox nuget.commandline thunderbird vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 25, 2020
1 parent b0d8927 commit 7087fd7
Show file tree
Hide file tree
Showing 12 changed files with 142 additions and 142 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": "90.3.291-beta",
"beta": "90.3.292-beta",
"stable": "89.4.278"
}
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>89.4.278</version>
<version>90.3.292-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 = '89.4.278'
$version = '90.3.292'

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%2089.4.278%20Offline%20Installer.exe'
checksum = '6218007f6ec41a01e66cf3fe6eed7195bb64acafbc4f375a7a6c24cb20d2da3d'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2090.3.292%20Offline%20Installer.exe'
checksum = 'a97239fc010028a0f7ac09ad119a7e9fdf64f31f0460b4e3c4193f2d8fe4acd9'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:

1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.5.0-preview1/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.5.0-preview2/nuget.exe>
2. Extract the downloaded nupkg file by using one of the following methods
- Use the 7z utility: '7z.exe'
- Using the powershell function 'Expand-Archive'
Expand All @@ -16,6 +16,6 @@ and can be verified by doing the following:
4. The checksums should match the following:

checksum type: sha256
checksum: 1D26BF37889C7A3C2934452A240EC3BE63F6AEB773CC82472CBD416811D76D1B
checksum: 9B7811CC5E09CE4BEC3DB59FEB06342DED43245293030AE9DEE94E1126E94D96

The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "5.5.0-preview1",
"stable": "5.5.0-preview2",
"pre": "5.1.0-preview3",
"3.2": "3.2.0",
"3.4": "3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>5.5.0-preview1</version>
<version>5.5.0-preview2</version>
<authors>Microsoft</authors>
<owners>chocolatey, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.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>thunderbird</id>
<version>68.4.1</version>
<version>68.4.2</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey</owners>
<authors>Mozilla</authors>
Expand Down
244 changes: 122 additions & 122 deletions automatic/thunderbird/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/thunderbird/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageName = 'thunderbird'
$softwareName = 'Mozilla Thunderbird'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '68.4.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '68.4.2')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand All @@ -34,7 +34,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=thunderbird-68.4.1-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=thunderbird-68.4.2-SSL&os=win&lang=${locale}"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-68.4.1-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-68.4.2-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
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.0147/gvim_8.2.0147_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0147/gvim_8.2.0147_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0148/gvim_8.2.0148_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0148/gvim_8.2.0148_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: 7354B8A68DF3BF444121C3C7B42DF8EAD0D9798DB8862093411114D3AE4F53AA
checksum64: 5B8C25E326FE9F311C60FCB531E7E2A5D30C52BBAD9D22C285DE3D2D049E2B51
checksum32: 7E40ACDBB4DD2E0D29EBE09E880DA3E026DC4DD3908D54A7BBC2C0DF3DC33884
checksum64: F8EAAE070990A5FD487763ADCF579F2EC5958BBC18EB24C4527C7EC6B0E65801
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.0147_x86.zip"
file64 = "$toolsDir\gvim_8.2.0147_x64.zip"
file = "$toolsDir\gvim_8.2.0148_x86.zip"
file64 = "$toolsDir\gvim_8.2.0148_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.0147</version>
<version>8.2.0148</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 7087fd7

Please sign in to comment.