diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index c0bca26628a..ddfecd07c88 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6586.0-snapshots", + "snapshots": "128.0.6587.0-snapshots", "stable": "126.0.6478.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index d64ef8fac7c..a80f43d3eea 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6586.0-snapshots + 128.0.6587.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 0e9c3c96584..29f2a960b31 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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: 79A53BB013363839066808564B1CB5BB6BBE3B3448D75A67DEA2AA1938B514F4 + checksum64: D19F94E8EA901AA3A42051D806BB46BB7C99FC26486CAB9845086A734EBC02D4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d90b14510f8..ab12b48798d 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '128.0.6586.0-snapshots' +$version = '128.0.6587.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1324722/mini_installer.exe' - checksum = '69FF5BB76EDB63451BA33096352665D0F20568370ABB22AAE3732F9C95C21E65' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1325134/mini_installer.exe' + checksum = 'B2C0979088DB2ED29C369514088FC45B4506E64B92C2699B80D7A0372706B7C5' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 0007014b1dc..a05ae2a7e55 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-33-g9a27ac9275-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-35-g50b10e5b98-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: BC3794643AFA716D593CB800034A30F373E5EC04843BC27785F0AF3CAFC3277C + checksum64: 38E5326B476502BFE7853FA2FD671DB794C87E100F4940FE582A5A45DCF2A837 File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index 0a7f6115d60..8fce13caacc 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", - "alpha": "2.6-alpha-33", + "alpha": "2.6-alpha-35", "beta": "2.5-beta-19" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 04fc9c187cd..0d60a15b45b 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.6-alpha-33 + 2.6-alpha-35 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 9d92cf8ffc2..88c1c6aa32c 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -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-33-g9a27ac9275-win64.msi" + file64 = "$toolsPath\mixxx-2.6-alpha-35-g50b10e5b98-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/nexus-repository/nexus-repository.nuspec b/automatic/nexus-repository/nexus-repository.nuspec index 1c2c521d86c..45b4858f7bd 100644 --- a/automatic/nexus-repository/nexus-repository.nuspec +++ b/automatic/nexus-repository/nexus-repository.nuspec @@ -3,7 +3,7 @@ nexus-repository Nexus Repository OSS - 3.69.0.02 + 3.70.0.03 Sonatype chocolatey-community,DarwinJS Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support. diff --git a/automatic/nexus-repository/tools/chocolateyinstall.ps1 b/automatic/nexus-repository/tools/chocolateyinstall.ps1 index 203f88a9c13..dcb94350103 100644 --- a/automatic/nexus-repository/tools/chocolateyinstall.ps1 +++ b/automatic/nexus-repository/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) { throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows." } -$Version = '3.69.0-02' +$Version = '3.70.0-03' $NexusVersionedFolder = "nexus-$Version" $TargetFolder = "$env:ProgramData\nexus" $ExtractFolder = "$env:TEMP\NexusExtract" @@ -55,8 +55,8 @@ if (Test-Path "$ExtractFolder") { $PackageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $ExtractFolder - url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.69.0-02-win64.zip' - checksum64 = '1c784ef5bbcd106a5eb94d8ce86d00d149841a8641f0da63021894da827c9979' + url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.70.0-03-win64.zip' + checksum64 = '1c1b5dd9de0b8e2ae75710485a93aa3327ac0eeddf1cbf49ae1e101bbe356e12' checksumType64 = 'SHA256' }