Skip to content

Commit

Permalink
AU: 2 updated - Firefox protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 11, 2022
1 parent 0cd3e93 commit 51d65d1
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 211 deletions.
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
@@ -1,4 +1,4 @@
{
"latest": "95.0.2",
"esr": "91.4.1"
"latest": "96.0",
"esr": "91.5.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>95.0.2</version>
<version>96.0</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -62,7 +62,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/95.0.2/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/96.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
392 changes: 196 additions & 196 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '95.0.2')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '96.0')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-95.0.2-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-96.0-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-95.0.2-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-96.0-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
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.19.2/protoc-3.19.2-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.19.2/protoc-3.19.2-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.19.3/protoc-3.19.3-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.19.3/protoc-3.19.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: 0135C6ABDFC7A81E5EE9CDAC8FFD7380D0BB95EACF7504F6E3570CF0E8D7E1C9
checksum64: 465EABB87B38C1F26F0C5404561611AD5ED9F961BD0CDA095A112F641846C3D0
checksum32: ED4625908F2E899EB877F232E11DD60FC982643875585692961B3DB0046B6189
checksum64: BEBC4581A2CEF829FD20C7B36D3D55E70305E85B1FC8530762C0155C51C46F31

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>3.19.2</version>
<version>3.19.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.19.2</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.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
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

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

0 comments on commit 51d65d1

Please sign in to comment.