diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 07aa7079200..1520c923fb8 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.5-alpha-39-ga1ed757c78-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.5-alpha-40-g24eee4547c-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: DFA5BCE5EC6A960C6C10284B0C4864F0D53D903ADA7ABA0FAFB37CB176BB8534 + checksum64: 4E68633DBABB4ECA8E1EDCE465EE3C5421C9654FD47375A2170EB30E82D435B9 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 f494db45be4..df681730cc2 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.5", - "alpha": "2.5-alpha-39" + "alpha": "2.5-alpha-40" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 8e77c9b0e4a..bd9786f5dd0 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-alpha-39 + 2.5-alpha-40 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index d7cfd61dd48..a749d149a6f 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.5-alpha-39-ga1ed757c78-win64.msi" + file64 = "$toolsPath\mixxx-2.5-alpha-40-g24eee4547c-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 106a6fcfbe9..159ef43f222 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 9.1.14 + 9.1.15 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index 9fae0256781..a8ac0546333 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.1.14' +$version = '9.1.15' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/mkdocs-material/update.ps1 b/automatic/mkdocs-material/update.ps1 index 47a7b286a04..9d2eff45cad 100644 --- a/automatic/mkdocs-material/update.ps1 +++ b/automatic/mkdocs-material/update.ps1 @@ -17,8 +17,8 @@ function global:au_GetLatest { $download_page = Invoke-WebRequest -UseBasicParsing -Uri $releases $re = 'mkdocs\-material\/[\d\.]+\/$' - $url = $download_page.links | ? href -match $re | select -first 1 -expand href - $version = $url -split '\/' | select -last 1 -skip 1 + $url = $download_page.links | Where-Object href -match $re | Select-Object -first 1 -expand href + $version = $url -split '\/' | Select-Object -last 1 -skip 1 $download_page = Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/squidfunk/mkdocs-material/raw/${version}/requirements.txt" if ($download_page.content -match "mkdocs>=(\d+\.[\d\.]+)") { diff --git a/automatic/qbittorrent/qbittorrent.nuspec b/automatic/qbittorrent/qbittorrent.nuspec index 32d98499989..31dabdcc3d4 100644 --- a/automatic/qbittorrent/qbittorrent.nuspec +++ b/automatic/qbittorrent/qbittorrent.nuspec @@ -4,7 +4,7 @@ qbittorrent qBittorrent - 4.5.2 + 4.5.3 Christophe Dumez chocolatey-community,nconrads qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4. diff --git a/automatic/qbittorrent/tools/VERIFICATION.txt b/automatic/qbittorrent/tools/VERIFICATION.txt index 88483844314..da2bd72dac2 100644 --- a/automatic/qbittorrent/tools/VERIFICATION.txt +++ b/automatic/qbittorrent/tools/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer has been downloaded from the alternative sourceforge mirror listed and can be verified like this: 1. Download the following installers: - 64-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum64: F2EC7FA4C5AE273D6D7181C0C9DF225EB8CE8E0E85577B236C7B335C093F2E71 + checksum64: 99B0FCE9FCF8F384B435F4D685536FF2E4150224EF0391C581588BA55E75A138 File 'LICENSE.txt' is obtained from diff --git a/automatic/qbittorrent/tools/chocolateyinstall.ps1 b/automatic/qbittorrent/tools/chocolateyinstall.ps1 index 4389e219012..66d7bc25036 100644 --- a/automatic/qbittorrent/tools/chocolateyinstall.ps1 +++ b/automatic/qbittorrent/tools/chocolateyinstall.ps1 @@ -10,7 +10,7 @@ $packageArgs = @{ packageName = 'qbittorrent' fileType = 'exe' softwareName = 'qBittorrent*' - file64 = "$toolsDir\qbittorrent_4.5.2_x64_setup.exe" + file64 = "$toolsDir\qbittorrent_4.5.3_x64_setup.exe" silentArgs = '/S' validExitCodes = @(0, 1223) } diff --git a/automatic/qbittorrent/update.ps1 b/automatic/qbittorrent/update.ps1 index 8db44dd8346..ae2576a647f 100644 --- a/automatic/qbittorrent/update.ps1 +++ b/automatic/qbittorrent/update.ps1 @@ -1,4 +1,4 @@ -import-module au +import-module au $releases = 'http://www.qbittorrent.org/download.php' @@ -30,10 +30,10 @@ function global:au_GetLatest { } $re = 'setup\.exe\/download$' - $urls = $download_page.links | ? href -match $re | select -First 1 -expand href - $url64 = $urls | ? { $_ -match "x64" } | select -first 1 + $urls = $download_page.links | Where-Object href -match $re | Select-Object -First 1 -expand href + $url64 = $urls | Where-Object { $_ -match "x64" } | Select-Object -first 1 - $version64 = $url64 -split '[_]' | select -Last 1 -Skip 2 + $version64 = $url64 -split '[_]' | Select-Object -Last 1 -Skip 2 return @{ URL64 = $url64