Skip to content

Commit

Permalink
AU: 7 updated - dropbox Firefox gnupg mpc-hc-clsid2 tor-browser vscod…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 29, 2024
1 parent 24522fb commit f8453fa
Show file tree
Hide file tree
Showing 18 changed files with 243 additions and 243 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": "211.3.5981-beta",
"stable": "210.4.4854"
"stable": "211.4.6008"
}
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>211.3.5981-beta</version>
<version>211.4.6008</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 = '211.3.5981'
$version = '211.4.6008'

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%20211.3.5981%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20211.3.5981%20Offline%20Installer.x64.exe'
checksum = '480afc563d5edc5e203efa2be474d9e0ad93ec37375fd2fa2f1fca59768d47b5'
checksum64 = '2cd399f5574c28d601abb1fa5b26578b1326cc0c71021dbb6ceefd59c8f2ddec'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20211.4.6008%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20211.4.6008%20Offline%20Installer.x64.exe'
checksum = '5baf99d5ebce31dd30c1af49636ebb6063687713005719d8ec4ff9e50cdf1d90'
checksum64 = '7a65654c21d5f2857aeac72c2c574eebb50e624ce5042045b30eafb466ac6cf5'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
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": "131.0.3",
"esr": "128.3.1"
"latest": "132.0",
"esr": "128.4.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>131.0.3</version>
<version>132.0</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 @@ -63,7 +63,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/131.0.3/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/132.0/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
412 changes: 206 additions & 206 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 '131.0.3')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '132.0')

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

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/gnupg.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>gnupg</id>
<version>2.4.5</version>
<version>2.4.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnupg</packageSourceUrl>
<owners>chocolatey-community, ludicrousByte, wget</owners>
<title>GnuPG</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnupg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer has been downloaded from the official source listed on <https://ww
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.4.5_20240307.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.4.6_20241029.exe>
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
checksum32: D2AC821CEACF9409EBCDB42AE330087ADA30C732981F00B356F9C2F08FAC4DC1
checksum32: AF5866586309418AE2F83F55DE6EC96E9F557695A50A0631CCEDFEBFA708F51E

License files are obtained from:
- LICENSE.txt: <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=COPYING;h=ccbbaf61b794c7aaea10dffb486095fdc8f3a44a;hb=refs/heads/master>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'EXE'
softwareName = 'GNU Privacy Guard*'
file = "$toolsDir\gnupg-w32-2.4.5_20240307.exe"
file = "$toolsDir\gnupg-w32-2.4.6_20241029.exe"
silentArgs = '/S'
validExitCodes = @(0)
}
Expand Down
10 changes: 5 additions & 5 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/clsid2/mpc-hc/releases/tag/2.3.6>
location on <https://github.com/clsid2/mpc-hc/releases/tag/2.3.7>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.6/MPC-HC.2.3.6.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.6/MPC-HC.2.3.6.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.7/MPC-HC.2.3.7.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.7/MPC-HC.2.3.7.x64.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 8279BEA2E4F221760CC1A325F3BB86D38D0FCB9C507C77850D12449B74DBBE04
checksum64: 53A98702FEFDD1673C2AAFC04698FE198239384C8984964FC0F96CE60642EF0C
checksum32: 34540D6646289CE47A82B04A376DC2ADB772256589DAEA00539F8AF808840E53
checksum64: 30E91B5F4326D0B89E18ADFCD281098CCCEBD9DA3190742251A8C27440BC2CA0

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.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>mpc-hc-clsid2</id>
<version>2.3.6</version>
<version>2.3.7</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey-community,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.2.3.6.x86.exe"
file64 = "$toolsPath\MPC-HC.2.3.6.x64.exe"
file = "$toolsPath\MPC-HC.2.3.7.x86.exe"
file64 = "$toolsPath\MPC-HC.2.3.7.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/tor-browser/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $destinationFolder = GetInstallDirectory -toolsPath $toolsDir
$packageArgs = @{
PackageName = 'tor-browser'
FileType = 'exe'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/14.0/tor-browser-windows-i686-portable-14.0.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/14.0/tor-browser-windows-x86_64-portable-14.0.exe'
Checksum = 'fcf286674c41a906092a041bc1c6885dbe87bdb0f8b2e9a69977fdc9f173306c'
Checksum64 = 'ea714e2502fca7568028baeaa59396df9eeb86d00def0ea4eeb1e8e6e08b8a76'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/14.0.1/tor-browser-windows-i686-portable-14.0.1.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/14.0.1/tor-browser-windows-x86_64-portable-14.0.1.exe'
Checksum = '8b13c1a8b5dadd4c5ce492c1cdc2a028918909a90bac3f2ddb63873a768b8ea7'
Checksum64 = '83e0cd7082e44c3b6e1b47813377366b69f12fd7145c7e1e88c5b1d3fac011c1'
ChecksumType = 'sha256'
SilentArgs = "/S","/D=$destinationFolder"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tor-browser</id>
<version>14.0</version>
<version>14.0.1</version>
<title>Tor Browser</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.94.2'
$version = '1.95.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,11 +16,11 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url64bit = 'https://update.code.visualstudio.com/1.94.2/win32-x64/stable'
url64bit = 'https://update.code.visualstudio.com/1.95.0/win32-x64/stable'

softwareName = "$softwareName"

checksum64 = 'c57bd3d2a94bf19b71112636b18a74e50be08348e7b164b34f9b05ec4c2f7622'
checksum64 = 'd26927f7b4244133cf04ee6edb3bc7a9876f42905a966edd3fb0fdecec4535cf'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.94.2</version>
<version>1.95.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.94.2</version>
<version>1.95.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.94.2]" />
<dependency id="vscode.install" version="[1.95.0]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit f8453fa

Please sign in to comment.