Skip to content

Commit

Permalink
AU: 5 updated - chromium mixxx musescore vscode-insiders vscode-insid…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 16, 2024
1 parent 5a144d1 commit 62c239a
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 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": "130.0.6721.0-snapshots",
"snapshots": "130.0.6722.0-snapshots",
"stable": "128.0.6613.138"
}
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>130.0.6721.0-snapshots</version>
<version>130.0.6722.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
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://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1355682/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1355729/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: 05C955DC74A3713646A1BCF54971454DA540B0BAB54108A0F7626C4CDA8AC45A
checksum64: F982ADC3F4D6636A7E2B6CF30B09AEEB6EBF3C50987F54261550E5E689995AE6

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 = '130.0.6721.0-snapshots'
$version = '130.0.6722.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://storage.googleapis.com/chromium-browser-snapshots/Win/1355682/mini_installer.exe'
checksum = '2B54195252791E18C570C87F24B502FAC8616495B827EE59C4B467E964AA492D'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1355721/mini_installer.exe'
checksum = '27605948D1D4BD4F36A9BB65C03C19E839FDDBCBD4CA9353C9B0A969203373B1'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
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/main/mixxx-2.6-alpha-86-gcfa0e16b52-win64.msi
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-52-g497121e114-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: A3B60AAEE39D33AC00AEFE7E58BD65EC8A7396FE4E2978C2BFC62C3665B7FD15
checksum64: 17ACC386A68F734B5469620DA836F6A1C191EE3368466173EAAE3667BA13A905

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
4 changes: 2 additions & 2 deletions 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-86",
"beta": "2.5-beta-51"
"alpha": "2.6-alpha-87",
"beta": "2.5-beta-52"
}
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.6-alpha-86</version>
<version>2.5-beta-52</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.6-alpha-86-gcfa0e16b52-win64.msi"
file64 = "$toolsPath\mixxx-2.5-beta-52-g497121e114-win64.msi"

softwareName = 'Mixxx *'

Expand Down
4 changes: 2 additions & 2 deletions automatic/musescore/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://musescore.org/en/download>
and can be verified by doing the following:

1. Download the following <https://cdn.jsdelivr.net/musescore/v4.4.1/MuseScore-Studio-4.4.1.242490810-x86_64.msi>
1. Download the following <https://cdn.jsdelivr.net/musescore/v4.4.2/MuseScore-Studio-4.4.2.242570931-x86_64.msi>
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: A0D651B9B59EB86800D0177B406FD85C6B886A9D270D9D3CA17903E2A9358435
checksum: 89DB6AC84520A52D6F5C6948FA4939DB20E9A3532BAD1AD211C0CCF8A5199F86

The file 'LICENSE.txt' has been obtained from <https://github.com/musescore/MuseScore/blob/d771a5205cd4b360371005d6c4cf91e19e47b8ce/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/musescore/musescore.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>musescore</id>
<version>4.4.1.242490810</version>
<version>4.4.2.242570931</version>
<title>MuseScore</title>
<owners>chocolatey-community</owners>
<authors>MuseScore developers</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/musescore/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\MuseScore-Studio-4.4.1.242490810-x86_64.msi"
file = "$toolsPath\MuseScore-Studio-4.4.2.242570931-x86_64.msi"
softwareName = 'MuseScore*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/f4746c94726e157c9b6534f1355d163ca4efcb38/VSCodeSetup-x64-1.94.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/e34ecab75b0c379c17921f759a77eebaf24bebf2/VSCodeSetup-x64-1.94.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '710c8d034f4066c4567b39b58f5fc60b0b4af353b387210be7d11af52d73173923ba27e9ffaae1400656d5fa428942d624c22653bcd4ee5ea75e53c4a3ecd015'
checksum64 = 'f414c7afad74994881dcbb0649b334e9cdcc10b09709ebc55709602875561a8ceab2e5a875c0c3dddd5e6ae8fb086f852b22b6d4898fe225ed847e03b22e109a'
checksumType64 = 'sha512'

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

0 comments on commit 62c239a

Please sign in to comment.