Skip to content

Commit

Permalink
AU: 3 updated - dropbox FirefoxESR kubernetes-kompose
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 12, 2024
1 parent 6532325 commit 4784c79
Show file tree
Hide file tree
Showing 11 changed files with 247 additions and 245 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": "214.3.5140-beta",
"beta": "214.3.5170-beta",
"stable": "213.4.4597"
}
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>214.3.5140-beta</version>
<version>214.3.5170-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '214.3.5140'
$version = '214.3.5170'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20214.3.5140%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20214.3.5140%20Offline%20Installer.x64.exe'
checksum = 'c0e26e55b17773d4dfe27f89fea5da65a474a9c51504ccb5f7f3862e3f5132f2'
checksum64 = '16c3acceb6c86c339fa87e2cefe7f88ea4e3b01ba21628ecb2ed3b27784f684f'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20214.3.5170%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20214.3.5170%20Offline%20Installer.x64.exe'
checksum = '5ae67c496515c7a2df9ef9970f3ce7c49ecc792c8f6e5972b24deb58c5a77c71'
checksum64 = '642e61ecbf6162ef9707fab1b964d6f475b5a5535a03db678ba06bf1c4f9a9ca'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
19 changes: 10 additions & 9 deletions automatic/firefox/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/firefox.png" width="48" height="48"/> [Firefox](https://chocolatey.org/packages/Firefox)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/firefox.png" width="48" height="48"/> [FirefoxESR](https://chocolatey.org/packages/FirefoxESR)

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

## Features

**This Package installs Firefox ESR**

- 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.
Expand All @@ -12,13 +14,11 @@ Bringing together all kinds of awesomeness to make browsing better for you.
- 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.
- Ad tracker blocking

## Package Parameters

- `/l:LOCALE` - Install given Firefox locale. See the [official page](https://releases.mozilla.org/pub/firefox/releases/latest/README.txt) for a complete list of available locales.
- `/UseMozillaFallback` Makes a request to mozilla.org and reads the supported Language Culture code from the website.
- `/l:LOCALE` - Install given Firefox locale. See the [official page](https://releases.mozilla.org/pub/firefox/releases/latest/README.txt) for a complete list of available locales. Note that by providing this parameter the package will not check mozilla.org for a locale.

Command-line options for installer configuration. See the [official page](https://firefox-source-docs.mozilla.org/browser/installer/windows/installer/FullConfig.html) for details and defaults.

Expand All @@ -29,6 +29,7 @@ Command-line options for installer configuration. See the [official page](https:
- `/NoMaintenanceService` Do not install Maintenance Service
- `/RemoveDistributionDir` Remove Distribution directory on installation/update. (This is the default behavior of the Firefox Installer, but not for this Chocolatey Package)
- `/NoAutoUpdate` Sets a policies.json file to not update Firefox and does not install the Maintenance Service
- `/UseMozillaFallback` Makes a request to mozilla.org and reads the supported Language Culture code from the website

### Examples

Expand All @@ -39,10 +40,10 @@ Command-line options for installer configuration. See the [official page](https:
## Notes

- Looking for Firefox Developer Edition? Install the [firefox-dev](/packages/firefox-dev) package.
- 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.
- Looking for Firefox for Personal Use? Install the [Firefox](/packages/Firefox) package.
- If locale package parameter is not present, this package installs Firefox ESR in the first language which matches this list:
1. If Firefox ESR is already installed it uses the same language as the already installed one.
1. The Windows system language.
1. Language Culture code specified on Mozilla website (only when `/UseMozillaFallback` is specified).
1. If Firefox does not support the system language, it will fall back to `en-US`.
1. If Firefox ESR does not support the system language, it will fall back to `en-US`.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "133.0.3",
"esr": "128.5.1"
"esr": "128.5.2"
}
23 changes: 12 additions & 11 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,24 @@
<!-- 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>133.0.3</version>
<version>128.5.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-community/chocolatey-packages@8a7376cf4e5b7cde0eb1c6a608529601bfcd9546/icons/firefox.svg</iconUrl>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<id>Firefox</id>
<id>FirefoxESR</id>
<title>Mozilla Firefox</title>
<owners>chocolatey-community</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[Bringing together all kinds of awesomeness to make browsing better for you.
## Features
**This Package installs Firefox ESR**
- 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.
Expand All @@ -26,13 +28,11 @@
- 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.
- Ad tracker blocking
## Package Parameters
- `/l:LOCALE` - Install given Firefox locale. See the [official page](https://releases.mozilla.org/pub/firefox/releases/latest/README.txt) for a complete list of available locales.
- `/UseMozillaFallback` Makes a request to mozilla.org and reads the supported Language Culture code from the website.
- `/l:LOCALE` - Install given Firefox locale. See the [official page](https://releases.mozilla.org/pub/firefox/releases/latest/README.txt) for a complete list of available locales. Note that by providing this parameter the package will not check mozilla.org for a locale.
Command-line options for installer configuration. See the [official page](https://firefox-source-docs.mozilla.org/browser/installer/windows/installer/FullConfig.html) for details and defaults.
Expand All @@ -43,6 +43,7 @@ Command-line options for installer configuration. See the [official page](https:
- `/NoMaintenanceService` Do not install Maintenance Service
- `/RemoveDistributionDir` Remove Distribution directory on installation/update. (This is the default behavior of the Firefox Installer, but not for this Chocolatey Package)
- `/NoAutoUpdate` Sets a policies.json file to not update Firefox and does not install the Maintenance Service
- `/UseMozillaFallback` Makes a request to mozilla.org and reads the supported Language Culture code from the website
### Examples
Expand All @@ -53,17 +54,17 @@ Command-line options for installer configuration. See the [official page](https:
## Notes
- Looking for Firefox Developer Edition? Install the [firefox-dev](/packages/firefox-dev) package.
- 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.
- Looking for Firefox for Personal Use? Install the [Firefox](/packages/Firefox) package.
- If locale package parameter is not present, this package installs Firefox ESR in the first language which matches this list:
1. If Firefox ESR is already installed it uses the same language as the already installed one.
1. The Windows system language.
1. Language Culture code specified on Mozilla website (only when `/UseMozillaFallback` is specified).
1. If Firefox does not support the system language, it will fall back to `en-US`.
1. If Firefox ESR does not support the system language, it will fall back to `en-US`.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></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/133.0.3/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/128.5.2/releaseNotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
Loading

0 comments on commit 4784c79

Please sign in to comment.