Skip to content

Commit

Permalink
AU: 3 updated - dropbox protoc selenium-chromium-edge-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 16, 2024
1 parent a050e31 commit 6fb4ce3
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 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": "193.3.5535-beta",
"beta": "193.3.5557-beta",
"stable": "192.4.4605"
}
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>193.3.5535-beta</version>
<version>193.3.5557-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 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 = '193.3.5535'
$version = '193.3.5557'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20193.3.5535%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20193.3.5535%20Offline%20Installer.x64.exe'
checksum = 'ac6cd77bb47f2092dcb0780a3a918addaf15e698bfc025a467e7e7a9fc9bff26'
checksum64 = 'b8e7dd2891611e24edaa8a4007eea4c7e92696006fc0fb3d35f7f41d84c8b400'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20193.3.5557%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20193.3.5557%20Offline%20Installer.x64.exe'
checksum = '71c117a6e254e0501060c2ecbacacaf5f15fbf8e5459b52707dd1a240ad62f11'
checksum64 = '7cbbbae4147e804e4045be5bb3f59f47e367962c849b19d809d2c30eb3568f7c'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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/v25.2/protoc-25.2-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.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: A2C5FCE13500817CC585DBA809B87F50051E94F4DCFF259875C8F1761919091A
checksum64: 74CF3A0EAD50BE525AD393F820FCE64BAED3776202FF3B8423ACF3BF0DAAF542
checksum32: B9E7F2488C24BB3F3D507E125A9944A44DDFB09F2DB6F84860319E6A7C75F137
checksum64: D6B336B852726364313330631656B7F395DDE5B1141B169F5C4B8D43CDF01482

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>25.2</version>
<version>25.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/v25.2</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v25.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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-25.2-win32.zip"
FileFullPath64 = "$toolsPath\protoc-25.2-win64.zip"
FileFullPath = "$toolsPath\protoc-25.3-win32.zip"
FileFullPath64 = "$toolsPath\protoc-25.3-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>121.0.2277.112</version>
<version>121.0.2277.128</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/121.0.2277.112/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/121.0.2277.112/edgedriver_win64.zip'
checksum = '41f4400209ea4c9a2648841263c98a30bf59ed43687a6bec2cc92f373f09540c'
checksum64 = 'c22baa78df6ed700b4e5314f9d5ba7561a296b916712fa46fa10e0858b7fc511'
url = 'https://msedgedriver.azureedge.net/121.0.2277.128/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/121.0.2277.128/edgedriver_win64.zip'
checksum = '497e890db16b9c873a1856d1b28f8b1851a531bd57bb795f8941e7af47cac229'
checksum64 = '82c086fcfcdf68fd35756f43d30d6ff2b21842c79d1650b54925684317722df5'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit 6fb4ce3

Please sign in to comment.