Skip to content

Commit

Permalink
AU: 7 updated - Ghostscript Ghostscript.app skype webstorm winscp win…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 21, 2023
1 parent cd0c730 commit 74e19ef
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion automatic/ghostscript.app/ghostscript.app.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>Ghostscript.app</id>
<version>10.01.1</version>
<version>10.01.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript.app</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Ghostscript (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ghostscript.app/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10011/gs10011w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10011/gs10011w64.exe>
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10012/gs10012w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10012/gs10012w64.exe>
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 <http://git.ghostscript.com/?p=ghostpdl.git;a=blob_plain;f=LICENSE;h=572496a331cefa0933a9e997374f5e7dde3b95c8;hb=HEAD>
4 changes: 2 additions & 2 deletions automatic/ghostscript.app/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions automatic/ghostscript/ghostscript.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>Ghostscript</id>
<version>10.01.1</version>
<version>10.01.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Ghostscript</title>
Expand Down Expand Up @@ -32,7 +32,7 @@
]]></description>
<releaseNotes>https://ghostscript.readthedocs.io/en/latest/News.html</releaseNotes>
<dependencies>
<dependency id="ghostscript.app" version="[10.01.1]" />
<dependency id="ghostscript.app" version="[10.01.2]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.98.0.407</version>
<version>8.99.0.202</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.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>webstorm</id>
<version>2023.1.2</version>
<version>2023.1.3</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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
8 changes: 4 additions & 4 deletions automatic/winscp.install/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au

$releases = 'https://winscp.net/eng/downloads.php'
$re = 'WinSCP.+\.exe$'
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.install/winscp.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp.install</id>
<version>6.1</version>
<version>6.1.1</version>
<title>WinSCP (Install)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down Expand Up @@ -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.**
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-6.1-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-6.1.1-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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
Binary file modified automatic/winscp.portable/tools/WinSCP.com
Binary file not shown.
14 changes: 7 additions & 7 deletions automatic/winscp.portable/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au

$releases = 'https://winscp.net/eng/downloads.php'
$re = 'WinSCP.+Portable\.zip$'
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.portable/winscp.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp.portable</id>
<version>6.1</version>
<version>6.1.1</version>
<title>WinSCP (Portable)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down Expand Up @@ -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.**
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-6.1-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-6.1.1-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp/update.ps1
Original file line number Diff line number Diff line change
@@ -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 {
@{
Expand Down
6 changes: 3 additions & 3 deletions automatic/winscp/winscp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp</id>
<version>6.1</version>
<version>6.1.1</version>
<title>WinSCP</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down Expand Up @@ -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.**
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-6.1-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-6.1.1-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand All @@ -45,7 +45,7 @@
<mailingListUrl>https://winscp.net/forum/index.php</mailingListUrl>
<bugTrackerUrl>https://winscp.net/tracker/</bugTrackerUrl>
<dependencies>
<dependency id="winscp.install" version="[6.1]" />
<dependency id="winscp.install" version="[6.1.1]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 74e19ef

Please sign in to comment.