Skip to content

Commit

Permalink
AU: 6 updated - dropbox Firefox nuget.commandline poi smartftp tortoi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 1, 2019
1 parent b2f6cf3 commit cfb9533
Show file tree
Hide file tree
Showing 20 changed files with 277 additions and 255 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "68.3.84-beta",
"beta": "68.3.95-beta",
"stable": "67.4.83"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>67.4.83</version>
<version>68.3.95-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2067.4.83%20Offline%20Installer.exe'
checksum = '3720b92af661ba1ebd6cf3df4bbadf3aa5cf19f6471f166e87e50f3208e9c198'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2068.3.95%20Offline%20Installer.exe'
checksum = '6f66b2eeed41a255e3ab3a3c2f3dbfa3f7813647de7e6d92e014eb0acf1ba161'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
34 changes: 22 additions & 12 deletions automatic/firefox/README.md
@@ -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`.
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
@@ -1,4 +1,4 @@
{
"latest": "65.0.1",
"latest": "65.0.2",
"esr": "60.5.2"
}
40 changes: 25 additions & 15 deletions automatic/firefox/firefox.nuspec
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.5.2</version>
<version>65.0.2</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/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.5.2/releaseNotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/65.0.2/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

0 comments on commit cfb9533

Please sign in to comment.