Skip to content

Commit

Permalink
AU: 5 updated - blender Firefox nodejs nodejs.install voicebot
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 10, 2024
1 parent 2304fa6 commit cd52528
Show file tree
Hide file tree
Showing 16 changed files with 249 additions and 253 deletions.
2 changes: 1 addition & 1 deletion automatic/blender/blender.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>blender</id>
<version>4.3.0</version>
<version>4.3.1</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'MSI'
url64bit = 'https://download.blender.org/release/Blender4.3/blender-4.3.0-windows-x64.msi'
checksum64 = 'ae0c94ba8962e97f2f039c017bfb360195a2140423868f8d03a3869e24b2b024'
url64bit = 'https://download.blender.org/release/Blender4.3/blender-4.3.1-windows-x64.msi'
checksum64 = '2a4ec70d945b5169ada08e9ae446023f0dcc5cab126883fa407456e9486ba0ed'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down
19 changes: 9 additions & 10 deletions automatic/firefox/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# <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

**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 @@ -14,11 +12,13 @@ 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
- Ad tracker blocking.
- Password manager.

## 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. Note that by providing this parameter the package will not check mozilla.org for a locale.
- `/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.

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,7 +29,6 @@ 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 @@ -40,10 +39,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 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.
- 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. Language Culture code specified on Mozilla website (only when `/UseMozillaFallback` is specified).
1. If Firefox ESR does not support the system language, it will fall back to `en-US`.
1. If Firefox 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",
"latest": "133.0.3",
"esr": "128.5.1"
}
23 changes: 11 additions & 12 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,22 @@
<!-- 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>128.5.1</version>
<version>133.0.3</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>FirefoxESR</id>
<id>Firefox</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 @@ -28,11 +26,13 @@
- 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
- Ad tracker blocking.
- Password manager.
## 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. Note that by providing this parameter the package will not check mozilla.org for a locale.
- `/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.
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,7 +43,6 @@ 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 @@ -54,17 +53,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 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.
- 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. Language Culture code specified on Mozilla website (only when `/UseMozillaFallback` is specified).
1. If Firefox ESR does not support the system language, it will fall back to `en-US`.
1. If Firefox 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/128.5.1/releaseNotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/133.0.3/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 cd52528

Please sign in to comment.