Skip to content

Commit

Permalink
AU: 4 updated - FirefoxESR git-lfs git-lfs.install GoogleChrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 30, 2017
1 parent 2022e26 commit 7576b70
Show file tree
Hide file tree
Showing 9 changed files with 200 additions and 200 deletions.
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>52.0.1</version>
<version>52.0.2</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/52.0.1/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/52.0.2/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
368 changes: 184 additions & 184 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 '52.0.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '52.0.2')

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-52.0.1esr-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-52.0.2esr-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-52.0.1esr-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-52.0.2esr-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/GoogleChrome/GoogleChrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>57.0.2987.110</version>
<version>57.0.2987.133</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/GoogleChrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '30f16257bfd82ac42466ba8b8138856a85d87d8880dc0b0c7d4b0aa075c41c4e'
checksum64 = 'f954e930f52fd93c9fbb68b7ba60153b2e31f1ffbc6188e12b47cebe7e34b29a'
checksum = '26d4e45f7b9eeb229f939560a794f415550db13d3d6e8c717bcd2d22395f7e94'
checksum64 = '104aeaf81d04e448fb9d8817c9f993a6f59d47658f5356f10660d3cf6416586f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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.1</version>
<version>2.0.2</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.1</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.0.2</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.1/git-lfs-windows-2.0.1.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.0.2/git-lfs-windows-2.0.2.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: 803BBDDB4739215137144C01C28ED3DFBC1776376D8030AA4871D63E3BAA369B
checksum: 7D0B81370BEC0B042445EFB4B5192FBA371BB4E12DC4766D7C67CAB7419E5F8F

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.1.exe"
$filePath = "$toolsDir\git-lfs-windows-2.0.2.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.1</version>
<version>2.0.2</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.1</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.0.2</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[2.0.1]" />
<dependency id="git-lfs.install" version="[2.0.2]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 7576b70

Please sign in to comment.