Skip to content

Commit

Permalink
AU: 5 updated - chromium picard thunderbird vcredist140 vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 12, 2022
1 parent 51d65d1 commit 5a61b4b
Show file tree
Hide file tree
Showing 16 changed files with 164 additions and 164 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "99.0.4821.0-snapshots",
"snapshots": "99.0.4824.0-snapshots",
"stable": "97.0.4692.71"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>99.0.4821.0-snapshots</version>
<version>99.0.4824.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/957468/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/957486/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/957919/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/957924/mini_installer.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: 8EF20B26D67A1195610BD96ACA2E67024FF3D86D11574C22DC743D141A7814EC
checksum64: 28C635C6021240B7DFC18E5DD35CBDC940DF2F6C2AD86F9948C56DD1894C41E1
checksum32: F205DA79CCFCD6FE32BAADC2C86C4FB69BD0558EC8377140B27F44E8DE0BC783
checksum64: D0DC0ADA962F7620141C36E18D0063BC8C8EEFEFBC26D6B9DBCA9E2A5804B430

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "99.0.4821.0-snapshots"
$version = "99.0.4824.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.7.1.exe>
1. Download the following <https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.7.2.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: 1B9E6C7083448E51AF179A5A511765F94AB630EED8C0CB3C3AC7A2BB5259F8C2
checksum: 8349E9581CF6A33F5FFB8E5954D2C748685572B169B571BB57927D85875FF580

The file 'LICENSE.txt' has been obtained from <https://github.com/metabrainz/picard/blob/eeb586b392a5a7dc63d64ba697374ea37e6e122a/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/picard/picard.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>picard</id>
<version>2.7.1</version>
<version>2.7.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/picard</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>MusicBrainz Picard</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.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>thunderbird</id>
<version>91.4.1</version>
<version>91.5.0</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down
260 changes: 130 additions & 130 deletions automatic/thunderbird/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

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

if (Get-32bitOnlyInstalled -product $softwareName) { Write-Host 'Detected the 32-bit version of Thunderbird on a 64-bit system. This package will continue to install the 32-bit version of Thunderbird unless the 32-bit version is uninstalled.' }

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '91.4.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '91.5.0')
if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
Write-Host "Thunderbird is already installed. No need to download and re-install."
return
Expand All @@ -37,7 +37,7 @@ $packageArgs = @{

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=thunderbird-91.4.1-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=thunderbird-91.5.0-SSL&os=win&lang=${locale}"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -46,7 +46,7 @@ $packageArgs = @{
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-91.4.1-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-91.5.0-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-16.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"3a61bf552eacd71:0"|14.29.30135
"3ef79adcdbf2d71:0"|14.29.30139
12 changes: 6 additions & 6 deletions automatic/vcredist140/tools/data.ps1
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
$installData32 = @{
Url = 'https://download.visualstudio.microsoft.com/download/pr/2250605e-e48f-43ed-ba6e-e0cc18bc530d/AC75A82D873E6B6F98B1D293042380764D7D263C43438E50D564FA58C9F891C2/VC_redist.x86.exe'
Checksum = 'ac75a82d873e6b6f98b1d293042380764d7d263c43438e50d564fa58c9f891c2'
Url = 'https://download.visualstudio.microsoft.com/download/pr/7e8edcf6-f2c1-41b1-a712-3f9cd8f58db4/4C6C420CF4CBF2C9C9ED476E96580AE92A97B2822C21329A2E49E8439AC5AD30/VC_redist.x86.exe'
Checksum = '4c6c420cf4cbf2c9c9ed476e96580ae92a97b2822c21329a2e49e8439ac5ad30'
ChecksumType = 'sha256'
}

$installData64 = @{
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/2250605e-e48f-43ed-ba6e-e0cc18bc530d/A9F5D2EAF67BF0DB0178B6552A71C523C707DF0E2CC66C06BFBC08BDC53387E7/VC_redist.x64.exe'
Checksum64 = 'a9f5d2eaf67bf0db0178b6552a71c523c707df0e2cc66c06bfbc08bdc53387e7'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/b929b7fe-5c89-4553-9abe-6324631dcc3a/296F96CD102250636BCD23AB6E6CF70935337B1BBB3507FE8521D8D9CFAA932F/VC_redist.x64.exe'
Checksum64 = '296f96cd102250636bcd23ab6e6cf70935337b1bbb3507fe8521d8d9cfaa932f'
ChecksumType64 = 'sha256'
}

$uninstallData = @{
SoftwareName = 'Microsoft Visual C++ 2015-2022 Redistributable*'
SoftwareName = 'Microsoft Visual C++ 2015-2019 Redistributable*'
}

$otherData = @{
ThreePartVersion = [version]'14.30.30704'
ThreePartVersion = [version]'14.29.30139'
FamilyRegistryKey = '14.0'
PackageName = 'vcredist140'
}
2 changes: 1 addition & 1 deletion automatic/vcredist140/vcredist140.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"15": "14.16.27033",
"16": "0.0.0",
"16": "14.29.30139",
"17": "14.30.30704"
}
10 changes: 5 additions & 5 deletions automatic/vcredist140/vcredist140.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcredist140</id>
<version>14.30.30704</version>
<version>14.29.30139</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist140</packageSourceUrl>
<owners>chocolatey-community,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2022</title>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2019</title>
<authors>Microsoft</authors>
<projectUrl>https://visualstudio.microsoft.com/vs/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png</iconUrl>
Expand All @@ -16,10 +16,10 @@
<docsUrl>https://docs.microsoft.com/en-us/visualstudio/ide/getting-started-with-cpp-in-visual-studio</docsUrl>
<bugTrackerUrl>https://developercommunity.visualstudio.com/</bugTrackerUrl>
<tags>microsoft visual c++ redistributable 140 2015 2017 2019 admin</tags>
<summary>Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2022</summary>
<description><![CDATA[Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2022 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2022 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.
<summary>Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2019</summary>
<description><![CDATA[Microsoft Visual C++ Redistributable for Visual Studio 2015-2019 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2019 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2019 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.
The Visual C++ Redistributable for Visual Studio 2015-2022 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.
The Visual C++ Redistributable for Visual Studio 2015-2019 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.
## Notes
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4058/gvim_8.2.4058_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4058/gvim_8.2.4058_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4065/gvim_8.2.4065_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4065/gvim_8.2.4065_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: DB3553947A5075479684B461ECA4037790804B5882DF7C313299C8D8968468B3
checksum64: 4BC49D2FF05146AB9193F3AC7A133A06A825376E2805CC62E8B000062CE10F3C
checksum32: 11DC1AB1C412ED5DB2A01F497C3E30E74FFF20B2ACB8C0B5CB5D8B14299FE2E4
checksum64: 2089284C0CE18EE63266CD9E8A4EDBDE3B3D2027D952AC67017F19FDEFF5BCAE
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.4058_x86.zip"
file64 = "$toolsDir\gvim_8.2.4058_x64.zip"
file = "$toolsDir\gvim_8.2.4065_x86.zip"
file64 = "$toolsDir\gvim_8.2.4065_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.4058</version>
<version>8.2.4065</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 5a61b4b

Please sign in to comment.