Skip to content

Commit

Permalink
AU: 4 updated - chromium dropbox mpc-hc-clsid2 protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 26, 2021
1 parent f0a5e7d commit 8cb971d
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "90.0.4429.0-snapshots",
"snapshots": "90.0.4430.0-snapshots",
"stable": "88.0.4324.190"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>90.0.4429.0-snapshots</version>
<version>90.0.4430.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/857516/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/857529/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/857853/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/857866/mini_installer.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: 4469D5F44B06405B7E907FA3B50AF09DDBD00090D0ACB77D6917304DABDBFC9E
checksum64: 72E02537CA7B2526BA3BFCCC53C63B9EEC6AF0B198B9FBF7A35D3CFF55A6130E
checksum32: 006751A7E522C78DAE8B650BC2F586D134CE35BFA4697553FD31637FFFC74883
checksum64: CA666580E9C6A43380FAD77BAC2D819A5B17FEDA4F2A579F0467BDBFE4E4A91B

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "90.0.4429.0-snapshots"
$version = "90.0.4430.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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": "117.3.353-beta",
"beta": "117.3.356-beta",
"stable": "116.4.368"
}
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>117.3.353-beta</version>
<version>117.3.356-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 = '117.3.353'
$version = '117.3.356'

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%20117.3.353%20Offline%20Installer.exe'
checksum = '6d2105c8012cb7d26f1c25eb34695a390f56023134bd12ccd849ed954d3f17b0'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20117.3.356%20Offline%20Installer.exe'
checksum = 'd3334f25dc1752a34a757e97afa91ad5f680416e1aaec95af7aabae8081be6e8'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/clsid2/mpc-hc/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.9/MPC-HC.1.9.9.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.9/MPC-HC.1.9.9.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.10/MPC-HC.1.9.10.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.10/MPC-HC.1.9.10.x64.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: 8AC6596978F73085C645FBC0236DFCC9BB1A148E91C56100298E47D6D6097C0D
checksum64: EB070038CA03263A45B4DC25EE294E640725B137559418A7F7205649256DF738
checksum32: D395FE642A1A11DC56E44A4360FCF3A5E773D6ED39F3E99E70D9144A9A1F5225
checksum64: 77F0F47EBD070FC3A3BC06F95FE0BAA0D3C05A71D1CC668A16C2D5698F1416CB

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mpc-hc-clsid2</id>
<version>1.9.9</version>
<version>1.9.10</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey-community,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.1.9.9.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.9.x64.exe"
file = "$toolsPath\MPC-HC.1.9.10.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.10.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.15.2/protoc-3.15.2-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.15.2/protoc-3.15.2-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.15.3/protoc-3.15.3-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.15.3/protoc-3.15.3-win64.zip>
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: 624B553C576B0FAD80C9535BEEC7B5442ED0FC8EFCDD0A15CE95390FEDB4EB18
checksum64: 1E1307ADE376E181BC16C9893EE6FEA9F4088E789083D4963EF92C458E617E76
checksum32: 0B56E6B81FEF34F348568B32216AB92932F3B6B79E5A9B259B47BD399884B7E4
checksum64: BF600C6CAB7D6928195D5719F2A0169A9E9EBD3C5D6425C0A215284087E775B3

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>3.15.2</version>
<version>3.15.3</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.2</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-3.15.2-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.15.2-win64.zip"
FileFullPath = "$toolsPath\protoc-3.15.3-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.15.3-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 8cb971d

Please sign in to comment.