Skip to content

Commit

Permalink
AU: 3 updated - datagrip Firefox tor-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 28, 2020
1 parent e864b86 commit 2bb76a6
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 238 deletions.
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2020.1.5</version>
<version>2020.2</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2020.1.5.exe'
checksum = '1444afdee336061021916ed8bc189c1af2d9e7bde07de1c92e3f727097fe1769'
url = 'https://download.jetbrains.com/datagrip/datagrip-2020.2.exe'
checksum = '4bf86e8f685bbd5e4cea81d6253d3df880e12bef60f5d5fda74b947b8b037e9c'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
@@ -1,4 +1,4 @@
{
"latest": "78.0.2",
"esr": "68.10.0"
"latest": "79.0",
"esr": "68.11.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.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>78.0.2</version>
<version>79.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 @@ -58,7 +58,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></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/78.0.2/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/79.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
192 changes: 0 additions & 192 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '78.0.2')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '79.0')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-78.0.2-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-79.0-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-78.0.2-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-79.0-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
70 changes: 35 additions & 35 deletions automatic/tor-browser/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tor-browser</id>
<version>9.5.1</version>
<version>9.5.3</version>
<title>Tor Browser Bundle</title>
<owners>chocolatey</owners>
<authors>Tor Project</authors>
Expand Down

0 comments on commit 2bb76a6

Please sign in to comment.