diff --git a/automatic/ghostscript.app/ghostscript.app.nuspec b/automatic/ghostscript.app/ghostscript.app.nuspec index 46c6541bb85..7406d5a568e 100644 --- a/automatic/ghostscript.app/ghostscript.app.nuspec +++ b/automatic/ghostscript.app/ghostscript.app.nuspec @@ -3,7 +3,7 @@ Ghostscript.app - 10.01.1 + 10.01.2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript.app chocolatey-community Ghostscript (Install) diff --git a/automatic/ghostscript.app/legal/VERIFICATION.txt b/automatic/ghostscript.app/legal/VERIFICATION.txt index 9bec36326d7..60c62200faa 100644 --- a/automatic/ghostscript.app/legal/VERIFICATION.txt +++ b/automatic/ghostscript.app/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on <> and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: C9675B1D3ABF5C8870E808A06989298786F460E15C12188960B4F5965E500524 - checksum64: 2263DC2B3107FDB1EAB65D9FBD2142CA799FBE071454D68917A8F0C1030404BE + checksum32: 61CD66533367BD5E68362D55C1D119AFBA9E1D748888DFBAD2AAEBBAE903ED15 + checksum64: ACD59B1F6ABAD066634A00397F2C9B0443BA8FEA4D7BD2B2AC53B0FB6B2E173B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 index dee9cf4b2c7..38777628ca3 100644 --- a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 +++ b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filePath32 = "$toolsPath\gs10011w32.exe" -$filePath64 = "$toolsPath\gs10011w64.exe" +$filePath32 = "$toolsPath\gs10012w32.exe" +$filePath64 = "$toolsPath\gs10012w64.exe" $filePath = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne $true) { Write-Host "Installing 64 bit version" ; $filePath64 diff --git a/automatic/ghostscript/ghostscript.nuspec b/automatic/ghostscript/ghostscript.nuspec index f7ed8fc0132..1b96ec5cc28 100644 --- a/automatic/ghostscript/ghostscript.nuspec +++ b/automatic/ghostscript/ghostscript.nuspec @@ -3,7 +3,7 @@ Ghostscript - 10.01.1 + 10.01.2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript chocolatey-community Ghostscript @@ -32,7 +32,7 @@ ]]> https://ghostscript.readthedocs.io/en/latest/News.html - + diff --git a/automatic/skype/skype.nuspec b/automatic/skype/skype.nuspec index 2bf15db3051..4854d885783 100644 --- a/automatic/skype/skype.nuspec +++ b/automatic/skype/skype.nuspec @@ -3,7 +3,7 @@ skype Skype - 8.98.0.407 + 8.99.0.202 Microsoft chocolatey-community,Rob Reynolds Skype - VOIP diff --git a/automatic/skype/tools/chocolateyInstall.ps1 b/automatic/skype/tools/chocolateyInstall.ps1 index a7e3664cbaa..f13562f68ac 100644 --- a/automatic/skype/tools/chocolateyInstall.ps1 +++ b/automatic/skype/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Skype*' fileType = 'msi' - url = 'https://download.skype.com/s4l/download/win/Skype-8.98.0.407.msi' - checksum = 'eb7b8415b566b179b22595fab76db14534e30078252094d06187e89a923034f8' + url = 'https://download.skype.com/s4l/download/win/Skype-8.99.0.202.msi' + checksum = '51f3848885dc486e1d3a96f77f2a3a4d886eaba83e43301a78a12279884622f0' checksumType = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0) diff --git a/automatic/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index d401dd42fda..8f287a63788 100644 --- a/automatic/webstorm/tools/ChocolateyInstall.ps1 +++ b/automatic/webstorm/tools/ChocolateyInstall.ps1 @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'JetBrains WebStorm*' - url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.1.2.exe' - checksum = '146b8fe7bcf6db1ee23b2156a8f7aa653e9e499b6cc9ef0c011714da4fc65f52' + url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.1.3.exe' + checksum = '083109e84202eba78ee0a9548616dedb3e362375d31c24993b5e5b60dec551a0' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/webstorm/webstorm.nuspec b/automatic/webstorm/webstorm.nuspec index 0c8aeb07cd6..c7e521e621a 100644 --- a/automatic/webstorm/webstorm.nuspec +++ b/automatic/webstorm/webstorm.nuspec @@ -3,7 +3,7 @@ webstorm - 2023.1.2 + 2023.1.3 JetBrains WebStorm JetBrains http://www.jetbrains.com/webstorm/buy/buy.jsp diff --git a/automatic/winscp.install/legal/VERIFICATION.txt b/automatic/winscp.install/legal/VERIFICATION.txt index d6271ea194e..3a94f9c908d 100644 --- a/automatic/winscp.install/legal/VERIFICATION.txt +++ b/automatic/winscp.install/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to https://winscp.net/eng/download.php - x32: https://sourceforge.net/projects/winscp/files/WinSCP/6.1/WinSCP-6.1-Setup.exe/download + x32: https://sourceforge.net/projects/winscp/files/WinSCP/6.1.1/WinSCP-6.1.1-Setup.exe/download to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 42B24E011D028D5C784409BF455F293F26315F16501C570C0C57C884BF2C9437 + checksum32: 81244062A2DE4ADC52AE10393B7A3A33985A7E5BEA376B839AB0477D6C7FD5E1 File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-3.0.txt diff --git a/automatic/winscp.install/update.ps1 b/automatic/winscp.install/update.ps1 index 10bd8d1a340..e61cd8bb11f 100644 --- a/automatic/winscp.install/update.ps1 +++ b/automatic/winscp.install/update.ps1 @@ -1,4 +1,4 @@ -import-module au +import-module au $releases = 'https://winscp.net/eng/downloads.php' $re = 'WinSCP.+\.exe$' @@ -21,10 +21,10 @@ function global:au_BeforeUpdate { Get-RemoteFiles -NoSuffix -Purge -FileNameBase function global:au_GetLatest { $download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing - $url = @($download_page.links | ? href -match $re) -notmatch 'beta|rc' | % href + $url = @($download_page.links | Where-Object href -match $re) -notmatch 'beta|rc' | ForEach-Object href $url = 'https://winscp.net/eng' + $url - $version = $url -split '-' | select -Last 1 -Skip 1 - $file_name = $url -split '/' | select -last 1 + $version = $url -split '-' | Select-Object -Last 1 -Skip 1 + $file_name = $url -split '/' | Select-Object -last 1 @{ Version = $version URL32 = "https://sourceforge.net/projects/winscp/files/WinSCP/$version/$file_name/download" diff --git a/automatic/winscp.install/winscp.install.nuspec b/automatic/winscp.install/winscp.install.nuspec index 9c09ca3b84d..b1d8254bd25 100644 --- a/automatic/winscp.install/winscp.install.nuspec +++ b/automatic/winscp.install/winscp.install.nuspec @@ -2,7 +2,7 @@ winscp.install - 6.1 + 6.1.1 WinSCP (Install) Martin Přikryl chocolatey-community, dtgm @@ -36,7 +36,7 @@ - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> Open source free SFTP client, SCP client, FTPS client and FTP client - https://winscp.net/download/WinSCP-6.1-ReadMe.txt + https://winscp.net/download/WinSCP-6.1.1-ReadMe.txt © 2000 Martin Přikryl scp cli ssh sftp ftp remote file client foss admin https://github.com/winscp/winscp diff --git a/automatic/winscp.portable/legal/VERIFICATION.txt b/automatic/winscp.portable/legal/VERIFICATION.txt index 7a1816a842c..e31121bfabd 100644 --- a/automatic/winscp.portable/legal/VERIFICATION.txt +++ b/automatic/winscp.portable/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to https://winscp.net/eng/download.php - x32: https://sourceforge.net/projects/winscp/files/WinSCP/6.1/WinSCP-6.1-Portable.zip/download + x32: https://sourceforge.net/projects/winscp/files/WinSCP/6.1.1/WinSCP-6.1.1-Portable.zip/download to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 350F63D24C1024D9E4A6A361F5E459854F9A814007C14F482C98B67CFD1DC383 + checksum32: 422EA208DF18D288767D68CE7EBC7AC01C850EEEE66C285F3E17505BB8C36229 File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-3.0.txt diff --git a/automatic/winscp.portable/tools/WinSCP.com b/automatic/winscp.portable/tools/WinSCP.com index 83976c52b44..058c131012e 100644 Binary files a/automatic/winscp.portable/tools/WinSCP.com and b/automatic/winscp.portable/tools/WinSCP.com differ diff --git a/automatic/winscp.portable/update.ps1 b/automatic/winscp.portable/update.ps1 index 39a80d5b423..5662523c767 100644 --- a/automatic/winscp.portable/update.ps1 +++ b/automatic/winscp.portable/update.ps1 @@ -1,4 +1,4 @@ -import-module au +import-module au $releases = 'https://winscp.net/eng/downloads.php' $re = 'WinSCP.+Portable\.zip$' @@ -17,23 +17,23 @@ function global:au_SearchReplace { } function global:au_BeforeUpdate { - rm tools\* -ea 0 + Remove-Item tools\* -ea 0 Get-RemoteFiles -NoSuffix -FileNameBase $Latest.FileName32.Replace('.zip','') set-alias 7z $Env:chocolateyInstall\tools\7z.exe 7z x "tools\$($Latest.FileName32)" -otools - rm "tools\$($Latest.FileName32)" + Remove-Item "tools\$($Latest.FileName32)" - cp $PSScriptRoot\..\winscp.install\README.md $PSScriptRoot\README.md + Copy-Item $PSScriptRoot\..\winscp.install\README.md $PSScriptRoot\README.md } function global:au_GetLatest { $download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing - $url = @($download_page.links | ? href -match $re) -notmatch 'beta|rc' | % href + $url = @($download_page.links | Where-Object href -match $re) -notmatch 'beta|rc' | ForEach-Object href $url = 'https://winscp.net/eng' + $url - $version = $url -split '-' | select -Last 1 -Skip 1 - $file_name = $url -split '/' | select -last 1 + $version = $url -split '-' | Select-Object -Last 1 -Skip 1 + $file_name = $url -split '/' | Select-Object -last 1 @{ Version = $version URL32 = "https://sourceforge.net/projects/winscp/files/WinSCP/$version/$file_name/download" diff --git a/automatic/winscp.portable/winscp.portable.nuspec b/automatic/winscp.portable/winscp.portable.nuspec index 55071e319bd..d0f6bdbe4b7 100644 --- a/automatic/winscp.portable/winscp.portable.nuspec +++ b/automatic/winscp.portable/winscp.portable.nuspec @@ -2,7 +2,7 @@ winscp.portable - 6.1 + 6.1.1 WinSCP (Portable) Martin Přikryl chocolatey-community, dtgm @@ -36,7 +36,7 @@ - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> Open source free SFTP client, SCP client, FTPS client and FTP client - https://winscp.net/download/WinSCP-6.1-ReadMe.txt + https://winscp.net/download/WinSCP-6.1.1-ReadMe.txt © 2000 Martin Přikryl scp cli ssh sftp ftp remote file client foss admin https://github.com/winscp/winscp diff --git a/automatic/winscp/update.ps1 b/automatic/winscp/update.ps1 index c9beded4ce4..7817b93a3aa 100644 --- a/automatic/winscp/update.ps1 +++ b/automatic/winscp/update.ps1 @@ -1,7 +1,7 @@ -. $PSScriptRoot\..\winscp.install\update.ps1 +. $PSScriptRoot\..\winscp.install\update.ps1 function global:au_BeforeUpdate { - cp $PSScriptRoot\..\winscp.install\README.md $PSScriptRoot\README.md + Copy-Item $PSScriptRoot\..\winscp.install\README.md $PSScriptRoot\README.md } function global:au_SearchReplace { @{ diff --git a/automatic/winscp/winscp.nuspec b/automatic/winscp/winscp.nuspec index a2274716abf..d600ecff58c 100644 --- a/automatic/winscp/winscp.nuspec +++ b/automatic/winscp/winscp.nuspec @@ -2,7 +2,7 @@ winscp - 6.1 + 6.1.1 WinSCP Martin Přikryl chocolatey-community, dtgm @@ -36,7 +36,7 @@ - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> Open source free SFTP client, SCP client, FTPS client and FTP client - https://winscp.net/download/WinSCP-6.1-ReadMe.txt + https://winscp.net/download/WinSCP-6.1.1-ReadMe.txt © 2000 Martin Přikryl scp cli ssh sftp ftp remote file client foss admin https://github.com/winscp/winscp @@ -45,7 +45,7 @@ https://winscp.net/forum/index.php https://winscp.net/tracker/ - +