Skip to content

Commit

Permalink
AU: 1 updated - FirefoxESR
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 15, 2017
1 parent 6e839cd commit 62b4b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/firefoxesr/firefoxesr.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>52.5.0</version>
<version>52.5.0.20171115</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/organizations/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefoxesr/tools/chocolateyInstall.ps1
Expand Up @@ -42,7 +42,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-ProcessorBits 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/52.5.0esr/win32/${locale}/Firefox%20Setup%2052.5.0esr.exe"
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/52.5.0esr/win64/${locale}/Firefox%20Setup%2052.5.0esr.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 62b4b08

Please sign in to comment.