Skip to content

Commit

Permalink
AU: 4 updated - musescore putty putty.install putty.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 18, 2023
1 parent eafb7b0 commit 10688e4
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
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/musescore.msi>
and can be verified by doing the following:

1. Download the following <https://cdn.jsdelivr.net/musescore/v4.1.1/MuseScore-4.1.1.232071203-x86_64.msi>
1. Download the following <https://cdn.jsdelivr.net/musescore/v4.2.0/MuseScore-4.2.0.233521124-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: E1C6CB26ACC1DA22AE3D78432B3D45D2743BF39D8AFB72009D6AB5475889ED2E
checksum: 32A7455D7C3D945AEFB5A00FA5D8CBFDEA1698224ADEEC0145C368E21763B083

The file 'LICENSE.txt' has been obtained from <https://github.com/musescore/MuseScore/blob/cb43b90e5af01ab09730ab7b6e1db9722afb1169/LICENSE.GPL>
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.1.1.232071203</version>
<version>4.2.0.233521124</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-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)
Expand Down
8 changes: 4 additions & 4 deletions automatic/putty.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and can be verified like this:


1. Download the following installers:
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.78-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.78-installer.msi>
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.80-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.80-installer.msi>
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 <http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html>
2 changes: 1 addition & 1 deletion automatic/putty.install/putty.install.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>putty.install</id>
<version>0.78</version>
<version>0.80</version>
<title>PuTTY (Install)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html>
2 changes: 1 addition & 1 deletion automatic/putty.portable/putty.portable.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>putty.portable</id>
<version>0.78</version>
<version>0.80</version>
<title>PuTTY (Portable)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty/putty.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>putty</id>
<version>0.78</version>
<version>0.80</version>
<title>PuTTY</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down Expand Up @@ -51,7 +51,7 @@
<summary>PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.</summary>
<tags>putty telnet ssh foss cross-platform</tags>
<dependencies>
<dependency id="putty.portable" version="[0.78]" />
<dependency id="putty.portable" version="[0.80]" />
</dependencies>
</metadata>
<files>
Expand Down
12 changes: 6 additions & 6 deletions automatic/putty/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 10688e4

Please sign in to comment.