Skip to content

Commit

Permalink
AU: 5 updated - Firefox googlechromebeta mpc-hc-clsid2 Opera smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 22, 2019
1 parent cf9bc52 commit 75fb4a7
Show file tree
Hide file tree
Showing 13 changed files with 226 additions and 226 deletions.
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "66.0",
"esr": "60.6.0"
"latest": "66.0.1",
"esr": "60.6.1"
}
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>66.0</version>
<version>66.0.1</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 @@ -44,7 +44,7 @@
]]></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/66.0/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/66.0.1/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
396 changes: 198 additions & 198 deletions automatic/firefox/tools/LanguageChecksums.csv

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 @@ -7,7 +7,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageName = 'Firefox'
$softwareName = 'Mozilla Firefox'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '66.0')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '66.0.1')

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

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

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-66.0-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-66.0.1-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>73.0.3683.86-beta</version>
<version>74.0.3729.28-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/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 = '73.0.3683.86-beta'
$version = '74.0.3729.28-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '9bc7e7224d08eb50f9f2c49dc5ca752d1835ca96772dd19caa4163ecad872c14'
checksum64 = 'e2615a5e52e52ed669f7bc57dc77a17a52da7e0fd901190aea6f496781e0566c'
checksum = 'ef92aad05c3ab9a0d79cf796c6bd96aca419a429648eeccc6487c2eb9ac0a285'
checksum64 = 'f9915d842b61a20487cac2586e21bf4c2ae68a589a60914a57ed47776e66073d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/clsid2/mpc-hc/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.5/MPC-HC.1.8.5.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.5/MPC-HC.1.8.5.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.6/MPC-HC.1.8.6.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.6/MPC-HC.1.8.6.x64.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 6EC85DCAE246C447C29EE14F82382EE36A05681E26B200637A5BF689BE7CA7FC
checksum64: 0BEDF3FBB5F8F128AFBB69A2BE6C7732C8CA85FECED6DE8366D3AA044B39EDAB
checksum32: D92A511CB762D635092F62448D8DFF7A8275F9576D24EE54ACE70B0624C25D7E
checksum64: 15F738D72230FDEFA3F2AE765B03B65020684572BEE70D902BDF04CF10ADE608

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mpc-hc-clsid2</id>
<version>1.8.5</version>
<version>1.8.6</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.1.8.5.x86.exe"
file64 = "$toolsPath\MPC-HC.1.8.5.x64.exe"
file = "$toolsPath\MPC-HC.1.8.6.x86.exe"
file64 = "$toolsPath\MPC-HC.1.8.6.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>58.0.3135.117</version>
<version>58.0.3135.118</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -23,7 +23,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-58/#b3135.117</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-58/#b3135.118</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/58.0.3135.117/win/Opera_58.0.3135.117_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/58.0.3135.117/win/Opera_58.0.3135.117_Setup_x64.exe'
checksum = '677df46e119e74bf5c1642d50ed30bb94b75fd3909967c1d19ee89153209294e'
checksum64 = '02a7e68071118f12135c09f4a6e94f240a930fa2caf00978e43dbad0662668cd'
url = 'https://get.geo.opera.com/pub/opera/desktop/58.0.3135.118/win/Opera_58.0.3135.118_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/58.0.3135.118/win/Opera_58.0.3135.118_Setup_x64.exe'
checksum = '4eeafa822cd79a10e4c0b943d1ba6d446daba5240ff8cc1122eacc196b96c568'
checksum64 = '3abc225fa92ff98be1d61ece4ea9c37a47d2ca8f103a13ad0a3c7e59ba91ade6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '58.0.3135.117'
$version = '58.0.3135.118'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2648.0</version>
<version>9.0.2649.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '066116c9b0ccd1d473cfc8c5d4eb0a52c8712a0a9338b2e102484ea6fbf258ce'
checksum64 = '1d3a69dbfb619c0ebc24e0c23d3d785d0e3a9b9021e22a5e9e1c18b5fffe1962'
checksum = '28d5b9490e2c5df7a781868aebce7204ee6ae47efa109927f40a87e137e6d84c'
checksum64 = 'f874ebfa667243f57881f268d566cf51b3787b992f9d9683b5d72d91789f44c1'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 75fb4a7

Please sign in to comment.