Skip to content

Commit

Permalink
AU: 17 updated - dropbox Firefox free-virtual-keyboard GoogleChrome k…
Browse files Browse the repository at this point in the history
…itty libreoffice-fresh minikube nodejs nodejs.install smartftp sourcetree spotify thunderbird tor-browser vcredist140 win10mct youtube-dl

[skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/6deb2fd1ecb7f5f6b83239925c22ac1814752983
  • Loading branch information
Chocolatey committed May 22, 2019
1 parent 5b45955 commit febbcb6
Show file tree
Hide file tree
Showing 50 changed files with 454 additions and 434 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "73.3.100-beta",
"beta": "74.3.103-beta",
"stable": "72.4.136"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>73.3.100-beta</version>
<version>74.3.103-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '73.3.100'
$version = '74.3.103'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2073.3.100%20Offline%20Installer.exe'
checksum = 'a04b6369984724438ac91c7458ac0d9dd3407fe4e7bc6046a24890405fdcd74c'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2074.3.103%20Offline%20Installer.exe'
checksum = 'a25dca09c3a250dbeed8fe4cdb727bf977d4b302af1c2c3e6e6245fe6834ef1d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
34 changes: 22 additions & 12 deletions automatic/firefox/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/firefox.png" width="48" height="48"/> [FirefoxESR](https://chocolatey.org/packages/FirefoxESR)

# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/firefox.png" width="48" height="48"/> [Firefox](https://chocolatey.org/packages/Firefox)

Bringing together all kinds of awesomeness to make browsing better for you.

## Features
- **Freedom is fast:** Go anywhere you want on the Web with a quickness.
- **Freedom is personal:** Enjoy the most built-in privacy tools of any browser.
- **Freedom is yours:** people, not profit.

- A powerful, new engine that’s built for rapidfire performance.
- Better, faster page loading that uses less computer memory.
- Gorgeous design and smart features for intelligent browsing.
- Instantly import your online info and favorites from any other browser.
- The most powerful private browsing mode with added tracking protection.
- Firefox Quantum features: screenshots, pocket, gaming & VR, library.
- Customization Features - addons & extensions, themes, toolbar.
- Synced across devices - passwords, bookmarks, tabs and more.
- Ad tracker blocking.
- Password manager.

## Package Parameters

- `l=<locale>` - Install given Firefox locale. For example `choco install Firefox --params "l=en-GB"`. See the [official page](https://releases.mozilla.org/pub/firefox/releases/latest/README.txt) for a complete list of available locales.

## Notes

- Looking for Firefox Developer Edition? Install the [firefox-dev](/packages/firefox-dev) package.
- Looking for Firefox for Personal Use? Install the [Firefox](/packages/Firefox) package.
- This package installs Firefox ESR in the first language which matches this list:
1. Install arguments override parameter if present, e.g. `choco install Firefox -packageParameters "l=en-GB"`.
To get a list of all available locales have a look at this file: https://releases.mozilla.org/pub/firefox/releases/latest-esr/README.txt.
2. If Firefox is already installed: the same language as the already installed Firefox.
3. The Windows system language where the Firefox package gets installed.
4. If Firefox does not support the system language, it will fall back to “en-US”
- Looking for Firefox Extended Support Release? Install the [FirefoxESR](/packages/FirefoxESR) package.
- If locale package parameter is not present, this package installs Firefox in the first language which matches this list:
1. If Firefox is already installed it uses the same language as the already installed one.
1. The Windows system language.
1. If Firefox does not support the system language, it will fall back to `en-US`.
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.5",
"esr": "60.6.3"
"latest": "67.0",
"esr": "60.7.0"
}
40 changes: 25 additions & 15 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,49 @@
<!-- 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>60.6.3</version>
<version>67.0</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
<docsUrl>https://developer.mozilla.org/en-US/Firefox</docsUrl>
<bugTrackerUrl>https://bugzilla.mozilla.org/</bugTrackerUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/firefox.png</iconUrl>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<id>FirefoxESR</id>
<id>Firefox</id>
<title>Mozilla Firefox</title>
<owners>chocolatey</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
Bringing together all kinds of awesomeness to make browsing better for you.
<description><![CDATA[Bringing together all kinds of awesomeness to make browsing better for you.
## Features
- **Freedom is fast:** Go anywhere you want on the Web with a quickness.
- **Freedom is personal:** Enjoy the most built-in privacy tools of any browser.
- **Freedom is yours:** people, not profit.
- A powerful, new engine that’s built for rapidfire performance.
- Better, faster page loading that uses less computer memory.
- Gorgeous design and smart features for intelligent browsing.
- Instantly import your online info and favorites from any other browser.
- The most powerful private browsing mode with added tracking protection.
- Firefox Quantum features: screenshots, pocket, gaming & VR, library.
- Customization Features - addons & extensions, themes, toolbar.
- Synced across devices - passwords, bookmarks, tabs and more.
- Ad tracker blocking.
- Password manager.
## Package Parameters
- `l=<locale>` - Install given Firefox locale. For example `choco install Firefox --params "l=en-GB"`. See the [official page](https://releases.mozilla.org/pub/firefox/releases/latest/README.txt) for a complete list of available locales.
## Notes
- Looking for Firefox Developer Edition? Install the [firefox-dev](/packages/firefox-dev) package.
- Looking for Firefox for Personal Use? Install the [Firefox](/packages/Firefox) package.
- This package installs Firefox ESR in the first language which matches this list:
1. Install arguments override parameter if present, e.g. `choco install Firefox -packageParameters "l=en-GB"`.
To get a list of all available locales have a look at this file: https://releases.mozilla.org/pub/firefox/releases/latest-esr/README.txt.
2. If Firefox is already installed: the same language as the already installed Firefox.
3. The Windows system language where the Firefox package gets installed.
4. If Firefox does not support the system language, it will fall back to “en-US”
- Looking for Firefox Extended Support Release? Install the [FirefoxESR](/packages/FirefoxESR) package.
- If locale package parameter is not present, this package installs Firefox in the first language which matches this list:
1. If Firefox is already installed it uses the same language as the already installed one.
1. The Windows system language.
1. If Firefox does not support the system language, it will fall back to `en-US`.
]]></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/60.6.3/releaseNotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/67.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
Loading

0 comments on commit febbcb6

Please sign in to comment.