Skip to content

Commit

Permalink
AU: 3 updated - FirefoxESR freevideoeditor GoogleChrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 19, 2017
1 parent 56fbd62 commit 5a3ee26
Show file tree
Hide file tree
Showing 7 changed files with 195 additions and 195 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.2</version>
<version>52.1.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/52.0.2/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/52.1.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
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.2')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '52.1.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-52.0.2esr-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-52.1.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-52.0.2esr-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-52.1.0esr-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.13301</version>
<version>58.0.3029.81</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/GoogleChrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '57.0.2987.133'
$version = '58.0.3029.81'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -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 = '26d4e45f7b9eeb229f939560a794f415550db13d3d6e8c717bcd2d22395f7e94'
checksum64 = '104aeaf81d04e448fb9d8817c9f993a6f59d47658f5356f10660d3cf6416586f'
checksum = '7922a2c27c364cf7acfdc014b4cde7d8c4506348f64b63e408256d238bf932f1'
checksum64 = 'c1f9b0e61eb0646fafcf1c86c0a175bc2b3fb8ed87863534927e61c171f83186'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/freevideoeditor/freevideoeditor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>freevideoeditor</id>
<title>VSDC Free Video Editor</title>
<version>5.7.5</version>
<version>5.7.7</version>
<authors>Flash-Integro LLC</authors>
<owners>chocolatey</owners>
<summary>Simple video editor.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/freevideoeditor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = 'freevideoeditor'
fileType = 'exe'
url = 'http://downloads.videosoftdev.com/video_tools/video_editor.exe'
checksum = 'af2ab8dd87c086ea6179263bd906c6980464b22af19cb5220a6cbf17ce28548a'
checksum = '9c7c8e3145bff1e3f239e39d1c419d90c374d6d4c1f8aab6ee59617d714eeae5'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
validExitCodes = @(0)
Expand Down

0 comments on commit 5a3ee26

Please sign in to comment.