diff --git a/automatic/musescore/legal/VERIFICATION.txt b/automatic/musescore/legal/VERIFICATION.txt index 80f04cc505d..ef640904ca3 100644 --- a/automatic/musescore/legal/VERIFICATION.txt +++ b/automatic/musescore/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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: E1C6CB26ACC1DA22AE3D78432B3D45D2743BF39D8AFB72009D6AB5475889ED2E + checksum: 32A7455D7C3D945AEFB5A00FA5D8CBFDEA1698224ADEEC0145C368E21763B083 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/musescore/musescore.nuspec b/automatic/musescore/musescore.nuspec index 364f63b6c04..013ae3fe61f 100644 --- a/automatic/musescore/musescore.nuspec +++ b/automatic/musescore/musescore.nuspec @@ -3,7 +3,7 @@ musescore - 4.1.1.232071203 + 4.2.0.233521124 MuseScore chocolatey-community MuseScore developers diff --git a/automatic/musescore/tools/chocolateyInstall.ps1 b/automatic/musescore/tools/chocolateyInstall.ps1 index 529acf5bfb1..ed0d84e6ede 100644 --- a/automatic/musescore/tools/chocolateyInstall.ps1 +++ b/automatic/musescore/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\MuseScore-4.1.1.232071203-x86_64.msi" + file = "$toolsPath\MuseScore-4.2.0.233521124-x86_64.msi" softwareName = 'MuseScore*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 2010, 1641) diff --git a/automatic/putty.install/legal/VERIFICATION.txt b/automatic/putty.install/legal/VERIFICATION.txt index 4f5ac5f92fe..738b70f16a3 100644 --- a/automatic/putty.install/legal/VERIFICATION.txt +++ b/automatic/putty.install/legal/VERIFICATION.txt @@ -7,14 +7,14 @@ and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-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 - checksum32: 8B1EE5FCD40AC4122A62E405981DC6DFB26FB7BDBE23217DE0AA4B9659C492D5 - checksum64: E64775374097F1B1C8FD4173F7D5BE4305B88CEC26A56D003113AFF2837AE08E + checksum32: 1407101E95BBA5343A20F9BF9324D4D5410567723B255F6E06396A0B5FC655A0 + checksum64: 858399EE9EE49E15A78C7018DBF0DD73DBA8337D6F0ADB841896BA553C9A646C File 'LICENSE.txt' is obtained from diff --git a/automatic/putty.install/putty.install.nuspec b/automatic/putty.install/putty.install.nuspec index 75b272f0ac8..fba5d36a209 100644 --- a/automatic/putty.install/putty.install.nuspec +++ b/automatic/putty.install/putty.install.nuspec @@ -3,7 +3,7 @@ putty.install - 0.78 + 0.80 PuTTY (Install) Simon Tatham chocolatey-community, Rob Reynolds diff --git a/automatic/putty.install/tools/chocolateyInstall.ps1 b/automatic/putty.install/tools/chocolateyInstall.ps1 index 7078df37a81..2e7ae1088f7 100644 --- a/automatic/putty.install/tools/chocolateyInstall.ps1 +++ b/automatic/putty.install/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $packageArgs = @{ PackageName = "putty.install" FileType = "msi" SoftwareName = "PuTTY" - File = "$toolsPath\putty-0.78-installer.msi" - File64 = "$toolsPath\putty-64bit-0.78-installer.msi" + File = "$toolsPath\putty-0.80-installer.msi" + File64 = "$toolsPath\putty-64bit-0.80-installer.msi" SilentArgs = '/qn /norestart /l*v "{0}\install.log"' -f "$Env:TEMP\chocolatey\$Env:ChocolateyPackageName\$Env:ChocolateyPackageVersion" ValidExitCodes = @(0) } diff --git a/automatic/putty.portable/legal/VERIFICATION.txt b/automatic/putty.portable/legal/VERIFICATION.txt index 362ddf5e648..560b80e3ef8 100644 --- a/automatic/putty.portable/legal/VERIFICATION.txt +++ b/automatic/putty.portable/legal/VERIFICATION.txt @@ -13,7 +13,7 @@ and can be verified like this: - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 55C69844ECB82553AEFF10A4E238A0962CC127B4B3484E3E1A4288B91BADD59C - checksum64: 5288ADD504F818E3D505634A5ECE1E35D4AF3771FAD095B35064D39CA4913130 + checksum32: EDFA44A1E74EC6685A4045C0D3D1A6271E888B86F6EEAFA3A65F6C53EE27AF07 + checksum64: 8201A7391C3439E6303BCB84FC4CF5CE5763AFB8CA1858D4B424CADC133509B2 File 'LICENSE.txt' is obtained from diff --git a/automatic/putty.portable/putty.portable.nuspec b/automatic/putty.portable/putty.portable.nuspec index e72a955940b..26e411f649e 100644 --- a/automatic/putty.portable/putty.portable.nuspec +++ b/automatic/putty.portable/putty.portable.nuspec @@ -3,7 +3,7 @@ putty.portable - 0.78 + 0.80 PuTTY (Portable) Simon Tatham chocolatey-community, Rob Reynolds diff --git a/automatic/putty/putty.nuspec b/automatic/putty/putty.nuspec index 866492f0b43..322b86839c0 100644 --- a/automatic/putty/putty.nuspec +++ b/automatic/putty/putty.nuspec @@ -3,7 +3,7 @@ putty - 0.78 + 0.80 PuTTY Simon Tatham chocolatey-community, Rob Reynolds @@ -51,7 +51,7 @@ PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator. putty telnet ssh foss cross-platform - + diff --git a/automatic/putty/update.ps1 b/automatic/putty/update.ps1 index 33ab7f0af9f..69f4d31e30f 100644 --- a/automatic/putty/update.ps1 +++ b/automatic/putty/update.ps1 @@ -14,16 +14,16 @@ function global:au_GetLatest { $download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing #https://the.earth.li/~sgtatham/putty/latest/x86/putty-0.67-installer.msi - $url32Installer = $download_page.links | ? href -match 'w32.*\.msi$' | select -First 1 -expand href - $url64Installer = $download_page.links | ? href -match 'w64.*\.msi$' | select -First 1 -expand href + $url32Installer = $download_page.links | Where-Object href -match 'w32.*\.msi$' | Select-Object -First 1 -expand href + $url64Installer = $download_page.links | Where-Object href -match 'w64.*\.msi$' | Select-Object -First 1 -expand href - $version = $url32Installer -split '\-' | select -last 1 -skip 1 + $version = $url32Installer -split '\-' | Select-Object -last 1 -skip 1 #https://the.earth.li/~sgtatham/putty/latest/x86/putty.zip $rePortable = "putty.zip" - $portables = $download_page.links | ? href -match $rePortable | select -First 2 -expand href - $url32Portable = $download_page.links | ? href -match "w32.*$rePortable" | select -First 1 -expand href - $url64Portable = $download_page.links | ? href -match "w64.*$rePortable" | select -First 1 -expand href + $portables = $download_page.links | Where-Object href -match $rePortable | Select-Object -First 2 -expand href + $url32Portable = $download_page.links | Where-Object href -match "w32.*$rePortable" | Select-Object -First 1 -expand href + $url64Portable = $download_page.links | Where-Object href -match "w64.*$rePortable" | Select-Object -First 1 -expand href if (!$url32Installer -or !$url64Installer -or !$url32Portable -or !$url64Portable) { throw "Either 32bit or 64bit installer/portable was not found. Please check if naming have changed."