Skip to content

Commit

Permalink
AU: 8 updated - chromium GoogleChrome mixxx palemoon tor-browser vcre…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 10, 2024
1 parent e5c2619 commit 9bdb4de
Show file tree
Hide file tree
Showing 27 changed files with 51 additions and 51 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": "131.0.6767.0-snapshots",
"snapshots": "131.0.6768.0-snapshots",
"stable": "129.0.6668.101"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>129.0.6668.101</version>
<title>Chromium</title>
<version>131.0.6768.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v129.0.6668.101-r1343869/mini_installer.sync.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1366418/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
checksum64: B5734A44F4D6D8188660C45EED05C03D950819A8E412F37E2BB2BBD7F3474472
checksum64: 4119EE07E80AC054C9FD6FA6981C2057178806620864D9C0ACD896A80CA40EE2

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

$version = '129.0.6668.101'
$version = '131.0.6768.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1366415/mini_installer.exe'
checksum = '9E65DE972972D2CCB457662B65B409F9134A7192D0E7EE8EDDF56A9ED1DCD91D'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>129.0.6668.101</version>
<version>130.0.6723.44</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '129.0.6668.101'
$version = '130.0.6723.44'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-60-g240033666f-win64.msi
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-61-gfc19b4751a-win64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: C239EA999E60A241B3C60F0D4B43F2451768D0752FE3FFEC911A6E1A3E0559D9
checksum64: 5DFD68E63259DB381AE33BF0513053D0CD96251D2C24CFD0E0DBB73C3EA303BA

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "2.4.1",
"alpha": "2.6-alpha-99",
"beta": "2.5-beta-60"
"beta": "2.5-beta-61"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.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>mixxx</id>
<version>2.5-beta-60</version>
<version>2.5-beta-61</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.5-beta-60-g240033666f-win64.msi"
file64 = "$toolsPath\mixxx-2.5-beta-61-gfc19b4751a-win64.msi"

softwareName = 'Mixxx *'

Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>33.4.0</version>
<version>33.4.0.1</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-33.4.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.4.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-33.4.0.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.4.0.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '741aaabdf6bab3ddc6e5b3b60b920b3cef06666e95e8b31f9f3e36463038c049'
checksum = '87cc0ad75986bf9b7fa1f087a2ea33fe7772fa9cd80aa97ea0e8cb3f4cc0bd84'
checksumType = 'sha256'
checksum64 = '596bc35bd5c3b941a5cd5cf549ac6582effd9e7af7f6884169450b8e50b84dea'
checksum64 = '22ad5d0c73cef554e435bd0db11167ba32ffb7594a6dbd9d2f1a24ba55039e4c'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
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/13.5.6/tor-browser-windows-i686-portable-13.5.6.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.6/tor-browser-windows-x86_64-portable-13.5.6.exe'
Checksum = 'ed8007d5a480d17b488b3b976dc0b23e08b37c2b03dcd9e18e6812c81facc874'
Checksum64 = '8934f473ed30fe96f262d924bea5782762c8580ec9e53a6a723e6ed6b3333555'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.7/tor-browser-windows-i686-portable-13.5.7.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.7/tor-browser-windows-x86_64-portable-13.5.7.exe'
Checksum = '68cc3e9a72e256ec60c7d702f414cf5c0cd9a77dee7c79b9ad0da6bddfd43606'
Checksum64 = 'b62a289d756a77a7db1e5b818f9fdb094a0d7dcb19b0fdaf8e8b4350be0530d7'
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>13.5.6</version>
<version>13.5.7</version>
<title>Tor Browser</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-15.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0xE9E2A469C069D72256B96D5B55F20AF4849FAFF5D50CE7C6CC8C56107AD18002"|14.16.27033
"0xC9407D07CEF87EBCC99CDBD34382806901E56EAD54071858A95BB7C36AF6A982"|14.16.27052
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-16.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0x4DF121C0033B7985CFDE766C8AE616C096B772384A6E69BBC4CDF3701F3BAA4B"|14.29.30153
"0x6C4BB359FE0A7E0EA9FB265AD3AC386CCB242720FB9F6CDC9EA0E415B2B312DE"|14.29.30156
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-17.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0xF0E45F3885C96B36B1F6EE0A6812A8CEAD235BE120BB5595CF6FE61399799467"|14.40.33810
"0xD992347400985AB0297C6730001652BC16DE9707F7582E249CA7E5041C65B6A8"|14.40.33816
10 changes: 5 additions & 5 deletions automatic/vcredist140/tools/data.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$installData32 = @{
Url = 'https://download.visualstudio.microsoft.com/download/pr/9c69db26-cda4-472d-bdae-f2b87f4a0177/A32DD41EAAB0C5E1EAA78BE3C0BB73B48593DE8D97A7510B97DE3FD993538600/VC_redist.x86.exe'
Checksum = 'a32dd41eaab0c5e1eaa78be3c0bb73b48593de8d97a7510b97de3fd993538600'
Url = 'https://download.visualstudio.microsoft.com/download/pr/5cc0a375-ebc5-4a27-8a76-aa43097a8949/ED1967C2AC27D806806D121601B526F84E497AE1B99ED139C0C4C6B50147DF4A/VC_redist.x86.exe'
Checksum = 'ed1967c2ac27d806806d121601b526f84e497ae1b99ed139c0c4c6b50147df4a'
ChecksumType = 'sha256'
}

$installData64 = @{
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/1754ea58-11a6-44ab-a262-696e194ce543/3642E3F95D50CC193E4B5A0B0FFBF7FE2C08801517758B4C8AEB7105A091208A/VC_redist.x64.exe'
Checksum64 = '3642e3f95d50cc193e4b5a0b0ffbf7fe2c08801517758b4c8aeb7105a091208a'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/368cc6bf-087b-49f9-93e6-ab05b70a58e0/814E9DA5EC5E5D6A8FA701999D1FC3BADDF7F3ADC528E202590E9B1CB73E4A11/VC_redist.x64.exe'
Checksum64 = '814e9da5ec5e5d6a8fa701999d1fc3baddf7f3adc528e202590e9b1cb73e4a11'
ChecksumType64 = 'sha256'
}

Expand All @@ -15,7 +15,7 @@ $uninstallData = @{
}

$otherData = @{
ThreePartVersion = [version]'14.40.33810'
ThreePartVersion = [version]'14.40.33816'
FamilyRegistryKey = '14.0'
PackageName = 'vcredist140'
}
6 changes: 3 additions & 3 deletions automatic/vcredist140/vcredist140.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"15": "14.16.27033.20220402",
"16": "14.29.30153",
"17": "14.40.33810"
"15": "14.16.27052",
"16": "14.29.30156",
"17": "14.40.33816"
}
2 changes: 1 addition & 1 deletion automatic/vcredist140/vcredist140.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>vcredist140</id>
<version>14.40.33810</version>
<version>14.40.33816</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>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist2017/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@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png" width="48" height="48"/> [Microsoft Visual C++ Redistributable for Visual Studio 2017](https://chocolatey.org/packages/vcredist2017)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png" width="48" height="48"/> [Microsoft Visual C++ Redistributable for Visual Studio 2017](https://chocolatey.org/packages/vcredist2017)

Microsoft Visual C++ Redistributable for Visual Studio 2017 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2017 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 2017 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.

Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist2017/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"539758c4743d51:0"|14.16.27033
"0xC9407D07CEF87EBCC99CDBD34382806901E56EAD54071858A95BB7C36AF6A982"|14.16.27052
2 changes: 1 addition & 1 deletion automatic/vcredist2017/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function global:au_GetLatest {
-OnEtagChanged {
$dest = "$env:TEMP\vcredist2017.exe"
Get-WebFile $x64Release $dest | Out-Null
$version = Get-Version (Get-Item $dest | % { $_.VersionInfo.ProductVersion })
$version = Get-Version (Get-Item $dest | ForEach-Object { $_.VersionInfo.ProductVersion })
return @{
Version = if ($version.Version.Revision -eq 0) { $version.ToString(3) } else { $version.ToString() }
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vcredist2017/vcredist2017.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcredist2017</id>
<version>14.16.27033</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/vcredist2017</packageSourceUrl>
<version>14.16.27052</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist2017</packageSourceUrl>
<owners>chocolatey-community,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2017</title>
<authors>Microsoft</authors>
<projectUrl>https://blogs.msdn.microsoft.com/visualstudio/2017/03/07/announcing-visual-studio-2017-general-availability-and-more/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png</iconUrl>
<copyright>https://www.microsoft.com/en-us/legal/intellectualproperty/permissions</copyright>
<licenseUrl>https://visualstudio.microsoft.com/license-terms/mlt552233/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -26,7 +26,7 @@ This package is only a metapackage which points to the latest Visual C++ Redistr
[Supported Operating Systems](https://www.visualstudio.com/en-us/productinfo/vs2017-system-requirements-vs): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2
]]></description>
<dependencies>
<dependency id="vcredist140" version="14.16.27033" />
<dependency id="vcredist140" version="14.16.27052" />
</dependencies>
</metadata>
<files />
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/v9.1.0766/gvim_9.1.0766_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0766/gvim_9.1.0766_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0772/gvim_9.1.0772_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0772/gvim_9.1.0772_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: CA0BCA8F913D9346AEDB32CF69E9C64B1DBDB2A2449286EA63929209CB51B543
checksum64: 019755D63EF0CAF5C3C3FB7B178F838FD3E440824A7611BDA53516900AF18A84
checksum32: 152098EF85A08E3DB721198E0767C0E6A19E804D6E0E32670D2F77872B382C0C
checksum64: C536CF3FD9D14B5D5A950D852BACF2EC9057DC65E128EEDA423D2E87ABF3284A
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_9.1.0766_x86.zip"
file64 = "$toolsDir\gvim_9.1.0766_x64.zip"
file = "$toolsDir\gvim_9.1.0772_x86.zip"
file64 = "$toolsDir\gvim_9.1.0772_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>9.1.0766</version>
<version>9.1.0772</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 9bdb4de

Please sign in to comment.