Skip to content

Commit

Permalink
AU: 4 updated - chromium dropbox mattermost-desktop vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 3, 2022
1 parent 5537023 commit 7184c8b
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "100.0.4866.0-snapshots",
"stable": "97.0.4692.99"
"snapshots": "100.0.4867.0-snapshots",
"stable": "98.0.4758.80"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>100.0.4866.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>98.0.4758.80</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/966039/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/966044/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v98.0.4758.80-r950365/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v98.0.4758.80-r950365/mini_installer.sync.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: F80D1B619B954427AB37586E7D2D568CCBE772449F3396D003B1D445114BF210
checksum64: 969937DEC85C3C8060468A96F681AE9B7940CCE43D3236F7B7C4C9CD1AF5460B
checksum32: C9EA96375C626ECA49D57BF6CD906F1DD736E3D1BB9EE82DE2E6485613B8C255
checksum64: 07DD03CC1EFD974ABB677F7E47E7A92BEB1A7E437590FA4FA0EFCC776430906B

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "100.0.4866.0-snapshots"
$version = "98.0.4758.80"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "141.3.3257-beta",
"stable": "140.4.1951"
"beta": "142.3.4086-beta",
"stable": "141.4.3299"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>141.3.3257-beta</version>
<version>141.4.3299</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
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '141.3.3257'
$version = '141.4.3299'

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%20141.3.3257%20Offline%20Installer.exe'
checksum = 'b632e99f9d1ab953f4bb5a2e327d91b3ed4a37b95395960ba7658b1380a0dddd'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20141.4.3299%20Offline%20Installer.exe'
checksum = '570eaaf289ca5d919414ced8af52e6616ea3b4f25e9e76c2aafe708e6916cd8d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://releases.mattermost.com/desktop/5.0.2/mattermost-desktop-5.0.2-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.0.2/mattermost-desktop-5.0.2-x64.msi>
32-Bit: <https://releases.mattermost.com/desktop/5.0.3/mattermost-desktop-5.0.3-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.0.3/mattermost-desktop-5.0.3-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: CBF125CAEE0ED4974D529AEF06C712FA13928904024C30043B90C866D51F3338
checksum64: 5CFB108EC4C1E724A0065FFAA23666A359C658EC9A25E0BACCFB27AAE44425FE
checksum32: E721013B9D4DAD8BFB5C746CEAAB5EAE0667C4841488EEB08E92DF2611D41C45
checksum64: 40FC234CBA9898E583F44563DE3B48292872CC8D9AE843C3876A0576A1D2C7BC

File 'LICENSE.txt' is obtained from <https://github.com/mattermost/desktop/blob/06ddc6099e9b6296e7031c04e3e4bd29743bedb4/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/mattermost-desktop.nuspec
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>mattermost-desktop</id>
<title>Mattermost Desktop</title>
<version>5.0.2</version>
<version>5.0.3</version>
<authors>https://github.com/mattermost/desktop/graphs/contributors</authors>
<owners>chocolatey-community,wget, hans0</owners>
<summary>Native desktop application for Mattermost running on Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Expand Up @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'mattermost-desktop'
fileType = 'msi'
file = "$toolsDir\mattermost-desktop-5.0.2-x86.msi"
file64 = "$toolsDir\mattermost-desktop-5.0.2-x64.msi"
checksum = 'CBF125CAEE0ED4974D529AEF06C712FA13928904024C30043B90C866D51F3338'
checksum64 = '5CFB108EC4C1E724A0065FFAA23666A359C658EC9A25E0BACCFB27AAE44425FE'
file = "$toolsDir\mattermost-desktop-5.0.3-x86.msi"
file64 = "$toolsDir\mattermost-desktop-5.0.3-x64.msi"
checksum = 'E721013B9D4DAD8BFB5C746CEAAB5EAE0667C4841488EEB08E92DF2611D41C45'
checksum64 = '40FC234CBA9898E583F44563DE3B48292872CC8D9AE843C3876A0576A1D2C7BC'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.4282/gvim_8.2.4282_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4282/gvim_8.2.4282_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4286/gvim_8.2.4286_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4286/gvim_8.2.4286_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: FDFA25937C4295CCD5511FC8C821D445DC1BBE41AF2CCEEB14DB3FED914BE29A
checksum64: 12B5C2624F56CC79EF43175BE5BD39558E5D57E3A8E75C4B2C9753BCFF3BA93E
checksum32: 35BCAE9B5E3854B5267631405393455963DDA7E4E651D71BFC20261B1A59C508
checksum64: A454EB9307AEEE2CE4EA3E4A6367BDAF7CE1EF9339C270AB6C3600C6B5C9630E
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.4282_x86.zip"
file64 = "$toolsDir\gvim_8.2.4282_x64.zip"
file = "$toolsDir\gvim_8.2.4286_x86.zip"
file64 = "$toolsDir\gvim_8.2.4286_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.4282</version>
<version>8.2.4286</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 7184c8b

Please sign in to comment.