Skip to content

Commit

Permalink
AU: 5 updated - dropbox Firefox picard vscode vscode.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 16, 2021
1 parent 948a353 commit ec3b58f
Show file tree
Hide file tree
Showing 13 changed files with 222 additions and 222 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": "138.3.2356-beta",
"beta": "138.3.2361-beta",
"stable": "136.4.4345"
}
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>138.3.2356-beta</version>
<version>138.3.2361-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 = '138.3.2356'
$version = '138.3.2361'

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%20138.3.2356%20Offline%20Installer.exe'
checksum = '1c229c29d7e04c5d80d7a43cca53b6595635f9f102b806cef7cf6695c7310f1b'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20138.3.2361%20Offline%20Installer.exe'
checksum = '350a203b475e35ba56d18f99a31e1bb2fe949ad09a3b9f19cff18adbe4635fef'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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": "95.0",
"esr": "91.4.0"
"latest": "95.0.1",
"esr": "91.4.1"
}
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>95.0</version>
<version>95.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/95.0/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/95.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 '95.0')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '95.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-95.0-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-95.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-95.0-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-95.0.1-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/picard/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@c0ad49fb5e8519b7bf9538ebe63ae95dbddec633/icons/picard.svg" width="48" height="48"/> [picard](https://chocolatey.org/packages/picard)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@c0ad49fb5e8519b7bf9538ebe63ae95dbddec633/icons/picard.svg" width="48" height="48"/> [picard](https://chocolatey.org/packages/picard)


MusicBrainz Picard is a cross-platform (Linux/Mac OS X/Windows) application written in Python and is the official MusicBrainz tagger.
Expand Down
4 changes: 2 additions & 2 deletions automatic/picard/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://picard.musicbrainz.org/downloads/>
and can be verified by doing the following:

1. Download the following <https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.6.4.exe>
1. Download the following <https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.7.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
checksum: F8B4F502B0049A23A33E1D3038B55823D292A922DD5E5BE2A1CAFE731D0675DC
checksum: 9DB9013B0FE85F3C91CA6584BF3AF72F1ED1C54FE2682FEFC043BE560ED805B4

The file 'LICENSE.txt' has been obtained from <https://github.com/metabrainz/picard/blob/eeb586b392a5a7dc63d64ba697374ea37e6e122a/COPYING.txt>
6 changes: 3 additions & 3 deletions automatic/picard/picard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>picard</id>
<version>2.6.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/picard</packageSourceUrl>
<version>2.7</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/picard</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>MusicBrainz Picard</title>
<authors>MusicBrainz</authors>
<projectUrl>http://musicbrainz.org/doc/MusicBrainz_Picard</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@c0ad49fb5e8519b7bf9538ebe63ae95dbddec633/icons/picard.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@c0ad49fb5e8519b7bf9538ebe63ae95dbddec633/icons/picard.svg</iconUrl>
<copyright>Copyright © 2004-2014 Robert Kaye, Lukáš Lalinský and others</copyright>
<licenseUrl>https://github.com/metabrainz/picard/blob/master/COPYING.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
10 changes: 5 additions & 5 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.63.1'
$version = '1.63.2'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/fe719cd3e5825bf14e14182fddeb88ee8daf044f/VSCodeSetup-ia32-1.63.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/fe719cd3e5825bf14e14182fddeb88ee8daf044f/VSCodeSetup-x64-1.63.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/899d46d82c4c95423fb7e10e68eba52050e30ba3/VSCodeSetup-ia32-1.63.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/899d46d82c4c95423fb7e10e68eba52050e30ba3/VSCodeSetup-x64-1.63.2.exe'

softwareName = "$softwareName"

checksum = '67c5ee5bece5cd269a9b6741cc4ee9a9e624ba37e4d35915658d4a969b8f3530'
checksum = '2c1c82aa828d9886ad31608b7cc628a5fecf9ccebf9aaf32fa2edbd92fb04ad7'
checksumType = 'sha256'
checksum64 = '5e7e1d42b08981f65b83e9a91d51c932335144f2f74c0c2719b069a71a78b257'
checksum64 = 'c114d42908e3ec5c14e3e64d7ee5f121e0b745925cb2503b5516cdab0c4a7b36'
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.63.1</version>
<version>1.63.2</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.63.1</version>
<version>1.63.2</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -44,7 +44,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.63.1]" />
<dependency id="vscode.install" version="[1.63.2]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit ec3b58f

Please sign in to comment.