Skip to content

Commit

Permalink
AU: 4 updated - Firefox FirefoxESR git-lfs git-lfs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 7, 2017
1 parent 70c6d59 commit 7b780e3
Show file tree
Hide file tree
Showing 10 changed files with 382 additions and 382 deletions.
4 changes: 2 additions & 2 deletions automatic/Firefox/Firefox.nuspec
Original file line number Diff line number Diff line change
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>51.0.1</version>
<version>52.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 @@ -36,7 +36,7 @@ This package installs Firefox in the first language which matches this list:
</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/51.0.1/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/52.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/Firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.0" />
Expand Down
368 changes: 184 additions & 184 deletions automatic/Firefox/tools/LanguageChecksums

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/Firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$allLocalesListURL = 'https://www.mozilla.org/en-US/firefox/all/'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '51.0.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '52.0')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand All @@ -36,7 +36,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-51.0.1-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-52.0-SSL&os=win&lang=${locale}"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -45,7 +45,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.mozilla.org/?product=firefox-51.0.1-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-52.0-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/FirefoxESR/FirefoxESR.nuspec
Original file line number Diff line number Diff line change
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>45.7.0</version>
<version>45.8.0</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/organizations/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -34,7 +34,7 @@ Bringing together all kinds of awesomeness to make browsing better for you.
</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/45.7.0/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/45.8.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/FirefoxESR</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.0" />
Expand Down
360 changes: 180 additions & 180 deletions automatic/FirefoxESR/tools/LanguageChecksums

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/FirefoxESR/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox*ESR'

$allLocalesListURL = 'https://www.mozilla.org/en-US/firefox/organizations/all/'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '45.7.0')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '45.8.0')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand All @@ -35,7 +35,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-45.7.0esr-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-45.8.0esr-SSL&os=win&lang=${locale}"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -44,7 +44,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.mozilla.org/?product=firefox-45.7.0esr-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-45.8.0esr-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/git-lfs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs.install</id>
<title>Git Large File Storage (Install)</title>
<version>2.0.0</version>
<version>2.0.1</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -25,7 +25,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
* **Same access controls and permissions:** Keep the same access controls and permissions for large files as the rest of your Git repository when working with a remote host like GitHub.
</description>
<tags>git lfs vcs dvcs version-control admin foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.0.0</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.0.1</releaseNotes>
<dependencies>
<dependency id="git" version="1.8.5" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ in verifying that this package's contents are trustworthy.

The installer have been downloaded from GitHub and can be verified like this:

1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.0.0/git-lfs-windows-2.0.0.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.0.1/git-lfs-windows-2.0.1.exe>
to download the installer
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
checksum: DA7196B21A76A8F6AC23A6B0D8F283D979178C9BEF84F2BA2CCA9A2DFF32C589
checksum: 803BBDDB4739215137144C01C28ED3DFBC1776376D8030AA4871D63E3BAA369B

File 'LICENSE.txt' is obtained from <https://github.com/git-lfs/git-lfs/blob/6faa2589cf31a87e4109eb6490a461620c6e64b2/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/git-lfs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\git-lfs-windows-2.0.0.exe"
$filePath = "$toolsDir\git-lfs-windows-2.0.1.exe"

$packageArgs = @{
PackageName = 'git-lfs'
Expand Down
6 changes: 3 additions & 3 deletions automatic/git-lfs/git-lfs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs</id>
<title>Git Large File Storage</title>
<version>2.0.0</version>
<version>2.0.1</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -25,9 +25,9 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
* **Same access controls and permissions:** Keep the same access controls and permissions for large files as the rest of your Git repository when working with a remote host like GitHub.
</description>
<tags>git lfs vcs dvcs version-control foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.0.0</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.0.1</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[2.0.0]" />
<dependency id="git-lfs.install" version="[2.0.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 7b780e3

Please sign in to comment.