Skip to content

Commit

Permalink
AU: 4 updated - blender dropbox Firefox totalcommander
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 6, 2022
1 parent c80a5ec commit d5b46eb
Show file tree
Hide file tree
Showing 12 changed files with 217 additions and 216 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>3.2.0</version>
<version>3.2.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/Blender3.2/blender-3.2.0-windows-x64.msi'
checksum64 = 'd69c2fe4d6229c3840f642e6267db6292917ca567e7b05cb62efc9b7011737d6'
url64bit = 'https://download.blender.org/release/Blender3.2/blender-3.2.1-windows-x64.msi'
checksum64 = 'ea972cf1089130f2af5cd7906abeed760888fef248d88af46d291ac14f7d372f'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down
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": "152.3.4871-beta",
"beta": "153.3.3924-beta",
"stable": "152.4.4880"
}
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>152.4.4880</version>
<version>153.3.3924-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,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 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '152.4.4880'
$version = '153.3.3924'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20152.4.4880%20Offline%20Installer.x86.exe'
checksum = '151cc9733c4c51398da88f5fea7d45085b797e9edc5319f37283003a5c8f705a'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20153.3.3924%20Offline%20Installer.x86.exe'
checksum = '0c8e3964e2fa28dab2772a7d9d692ebdb94501b25ee30bc2008bc92430cef7e3'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
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": "102.0",
"latest": "102.0.1",
"esr": "91.11.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
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>102.0</version>
<version>102.0.1</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 @@ -62,7 +62,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/102.0/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/102.0.1/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
392 changes: 196 additions & 196 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

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

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '102.0')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '102.0.1')

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-102.0-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-102.0.1-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-102.0-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-102.0.1-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/totalcommander/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a37f40763d259eab20d0462b72cba86a108441d9/icons/totalcommander.png" width="48" height="48"/> [totalcommander](https://chocolatey.org/packages/totalcommander)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@a37f40763d259eab20d0462b72cba86a108441d9/icons/totalcommander.png" width="48" height="48"/> [totalcommander](https://chocolatey.org/packages/totalcommander)


Total Commander is a file manager for Windows, a tool like the Explorer or file manager, which comes with windows.
Expand Down
7 changes: 4 additions & 3 deletions automatic/totalcommander/TotalCommander.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>totalcommander</id>
<title>Total Commander</title>
<version>10.0.0.20210903</version>
<version>10.50</version>
<authors>Christian Ghisler</authors>
<owners>chocolatey-community, dtgm</owners>
<summary>File manager and explorer replacement</summary>
Expand Down Expand Up @@ -47,11 +47,12 @@ These parameters can be passed to the installer with the use of `--params`. For
## Notes
- For list of Total Commander plugin packages, see [tcps](https://community.chocolatey.org/packages/tcps) package.
- This package sets system environment variable `COMMANDER_PATH` which points to the Total Commander install directory.
- This package contain combined Total Commander installer which contains both x32 and x64 bit versions.
- Total Commander is a Shareware program. This means that you can test it for a period of 30 days. After testing the program, you must either [order the full version](http://www.ghisler.com/order.htm), or delete the program from your harddisk.
]]></description>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/totalcommander</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/totalcommander</packageSourceUrl>
<projectUrl>http://www.ghisler.com</projectUrl>
<bugTrackerUrl>http://www.ghisler.ch/wiki/index.php/Known_bugs_and_workarounds</bugTrackerUrl>
<docsUrl>http://www.ghisler.ch/wiki/index.php</docsUrl>
Expand All @@ -60,7 +61,7 @@ These parameters can be passed to the installer with the use of `--params`. For
<copyright>© 1995 Christian Ghisler</copyright>
<licenseUrl>http://www.ghisler.com/order.htm</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a37f40763d259eab20d0462b72cba86a108441d9/icons/totalcommander.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@a37f40763d259eab20d0462b72cba86a108441d9/icons/totalcommander.png</iconUrl>
<releaseNotes>http://ghisler.com/whatsnew.htm</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/totalcommander/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from TotalCommander website and can be verified like this:

1. Download the following installers:
setup: <https://totalcommander.ch/win/tcmd1000x32_64.exe>
setup: <https://totalcommander.ch/win/tcmd1050x32_64.exe>
installer: <http://ghisler.fileburst.com/addons/installer.zip>

2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum-setup: 1B65031E4D19073E997B6AF5C6369BC06A52FF40A561C75DC2C6D22738327A3E
checksum-setup: 4B2CF3093BA32D8669DC3D259413C355FBE35D2ECFBA40A1E1C066EF2B20FDF1
checksum-installer: 80DE9C2C49FC63965CF0E9BCB1A0E6D25187A1613BDE2086BDA79EFBDC8FCEB8

File 'LICENSE.txt' is obtained from help file of the application.

0 comments on commit d5b46eb

Please sign in to comment.