From eb7254fb6bee36330ceb7ac31be91cfc649df829 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 28 Apr 2023 18:14:35 +0000 Subject: [PATCH] AU: 6 updated - audacity gnupg kitty vscode-insiders vscode-insiders.install webstorm [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/eed12842d8954c8f8a11c1a9dd84cbc7b92daf8b --- automatic/audacity/audacity.nuspec | 2 +- automatic/audacity/legal/VERIFICATION.txt | 8 ++++---- automatic/audacity/tools/chocolateyInstall.ps1 | 4 ++-- automatic/gnupg/gnupg.nuspec | 2 +- automatic/gnupg/legal/VERIFICATION.txt | 4 ++-- automatic/gnupg/tools/chocolateyInstall.ps1 | 2 +- automatic/kitty/kitty.nuspec | 2 +- automatic/kitty/legal/VERIFICATION.txt | 6 +++--- automatic/kitty/tools/chocolateyInstall.ps1 | 2 +- .../tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- automatic/webstorm/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/webstorm/webstorm.nuspec | 12 +++++++----- 14 files changed, 32 insertions(+), 30 deletions(-) diff --git a/automatic/audacity/audacity.nuspec b/automatic/audacity/audacity.nuspec index d656af6f1f5..469b7cfa316 100644 --- a/automatic/audacity/audacity.nuspec +++ b/automatic/audacity/audacity.nuspec @@ -5,7 +5,7 @@ audacity Audacity chocolatey-community - 3.3.0 + 3.3.1 Audacity Developers Audacity is free, open source, cross-platform software for recording and editing sounds. And download the following: - x32: https://github.com/audacity/audacity/releases/download/Audacity-3.3.0/audacity-win-3.3.0-x32.exe - x64: https://github.com/audacity/audacity/releases/download/Audacity-3.3.0/audacity-win-3.3.0-x64.exe + x32: https://github.com/audacity/audacity/releases/download/Audacity-3.3.1/audacity-win-3.3.1-x32.exe + x64: https://github.com/audacity/audacity/releases/download/Audacity-3.3.1/audacity-win-3.3.1-x64.exe to acquire the installers. @@ -17,8 +17,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 1159C129CB2A736327462845B9377B4681B351156C1D410BE65952714B447752 - checksum64: 6D6153FF44859541FDF9CEC487A525A4B0215B2F991AF415BF623EFF36DBD541 + checksum32: 436868892E6FFCA978C591F41CA67FD1CCF3A68BE0E15BCA5E56A479C13E16E3 + checksum64: D0F5A4E9FEB49D461832B91772B26FD522B5C1C157B75AE15DC40A9EB9723941 File 'LICENSE.txt' obtained from: https://www.audacityteam.org/about/license/#license diff --git a/automatic/audacity/tools/chocolateyInstall.ps1 b/automatic/audacity/tools/chocolateyInstall.ps1 index 66c414b53e9..503c2263465 100644 --- a/automatic/audacity/tools/chocolateyInstall.ps1 +++ b/automatic/audacity/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'audacity' fileType = 'exe' - file = "$toolsDir\audacity-win-3.3.0-x32.exe" - file64 = "$toolsDir\audacity-win-3.3.0-x64.exe" + file = "$toolsDir\audacity-win-3.3.1-x32.exe" + file64 = "$toolsDir\audacity-win-3.3.1-x64.exe" silentArgs = '/VERYSILENT' validExitCodes = @(0, 1223) } diff --git a/automatic/gnupg/gnupg.nuspec b/automatic/gnupg/gnupg.nuspec index 1c3aab38b4b..e7ecbe4e732 100644 --- a/automatic/gnupg/gnupg.nuspec +++ b/automatic/gnupg/gnupg.nuspec @@ -3,7 +3,7 @@ gnupg - 2.3.8 + 2.4.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnupg chocolatey-community, ludicrousByte, wget GnuPG diff --git a/automatic/gnupg/legal/VERIFICATION.txt b/automatic/gnupg/legal/VERIFICATION.txt index e3d456692bf..2bd2f6eadda 100644 --- a/automatic/gnupg/legal/VERIFICATION.txt +++ b/automatic/gnupg/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The installer has been downloaded from the official source listed on + 32-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: EF179C223990F9DFFF2B1E6E9F7468908E0D08B381B3ABDED2471C29FAAD234E + checksum32: 6F6D09FB7852A0A10082C26CA92A2B6B4A02C5367C55D8E1C4272C42054958DA License files are obtained from: - LICENSE.txt: diff --git a/automatic/gnupg/tools/chocolateyInstall.ps1 b/automatic/gnupg/tools/chocolateyInstall.ps1 index f93dfbb82c9..4831bb66a19 100644 --- a/automatic/gnupg/tools/chocolateyInstall.ps1 +++ b/automatic/gnupg/tools/chocolateyInstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $Env:ChocolateyPackageName fileType = 'EXE' softwareName = 'GNU Privacy Guard*' - file = "$toolsDir\gnupg-w32-2.3.8_20221013.exe" + file = "$toolsDir\gnupg-w32-2.4.1_20230428.exe" silentArgs = '/S' validExitCodes = @(0) } diff --git a/automatic/kitty/kitty.nuspec b/automatic/kitty/kitty.nuspec index 592dc916ae6..7a9f3ed9d86 100644 --- a/automatic/kitty/kitty.nuspec +++ b/automatic/kitty/kitty.nuspec @@ -3,7 +3,7 @@ kitty - 0.76.1.6 + 0.76.1.7 KiTTY Cyril Dupont chocolatey-community, Andre-Patrick Bubel, Miodrag Milic diff --git a/automatic/kitty/legal/VERIFICATION.txt b/automatic/kitty/legal/VERIFICATION.txt index 5961c3503bc..a71250c9a43 100644 --- a/automatic/kitty/legal/VERIFICATION.txt +++ b/automatic/kitty/legal/VERIFICATION.txt @@ -5,17 +5,17 @@ in verifying that this package's contents are trustworthy. Package can be verified like this: -1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.6/kitty-bin-0.76.1.6.zip +1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.7/kitty-bin-0.76.1.7.zip 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - SHA256: dd540ca2bc74fb327a36cd688d448c6fb0ba35275136d33f7b4331c150440845 + SHA256: 3095c69e99205e9111596f4a298f1c560a0ef81f818b84e678b007542d6f20e9 Using AU: - Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.6/kitty-bin-0.76.1.6.zip + Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.7/kitty-bin-0.76.1.7.zip File 'LICENSE.TXT' is obtained from: https://raw.githubusercontent.com/cyd01/KiTTY/master/LICENCE.TXT diff --git a/automatic/kitty/tools/chocolateyInstall.ps1 b/automatic/kitty/tools/chocolateyInstall.ps1 index e1a90d634e4..2f1f8854548 100644 --- a/automatic/kitty/tools/chocolateyInstall.ps1 +++ b/automatic/kitty/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ StopProcesses $packageArgs = @{ PackageName = 'kitty' - FileFullPath = "$toolsPath\kitty-bin-0.76.1.6.zip" + FileFullPath = "$toolsPath\kitty-bin-0.76.1.7.zip" Destination = $toolsPath } diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index ac1a74d90c0..9da2a3b09e8 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/d6290ef6582acecbf3bca1558111f2ee64375801/VSCodeSetup-ia32-1.78.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/d6290ef6582acecbf3bca1558111f2ee64375801/VSCodeSetup-x64-1.78.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/e410e7c66e7ce5c6bc31f73150d66857804a0ee9/VSCodeSetup-ia32-1.78.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/e410e7c66e7ce5c6bc31f73150d66857804a0ee9/VSCodeSetup-x64-1.78.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'e7dddf78e48ed035d920348a4796852cecd44d2c2782c114209956bfbb047b62167e8b563c3cf9857c45cb6f9da66b8dca31b19f54a714ac3de3a6b8dbd952c1' + checksum = '261b9d8e944642cd1de98c04dedc00052ff0682dd3179dcfe0edf6589c2c44626ee5ab572bf28066eb7b431ce3ad992b4d7e645a182b1c3b29adbf504f5b6331' checksumType = 'sha512' - checksum64 = '7de6bf7efacdc6e0363a22cce32c11b24de5e0267146c23cc8757acafa87a3e3eece23ab72e1efcdcdb7852258802c75d6d6db7ffe9f4d9ed30655035df067dc' + checksum64 = '94f226901e9f7ea0e001f856f1dcebdd66213cc4e1bcc6168cebe4a3ba2c0b47803db54fb2d784fde0af7b06b120d1f4a04ac0eb14407195f32fd522ab089a6c' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index c205d923086..7184151c1fc 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.78.0.20230427 + 1.78.0.20230428 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index 01ab86647ce..bfb07de4b71 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.78.0.20230427 + 1.78.0.20230428 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features diff --git a/automatic/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index 799ea65de31..853a7237f14 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.exe' - checksum = 'a9e9024d5373020dc749510b576ee1fc4226240cbc8bf4de128874dd45f06e3c' + url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.1.1.exe' + checksum = '4bde513d14af91b814ffefa973e9c07cee7206d45530cd2129679120afee61d7' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/webstorm/webstorm.nuspec b/automatic/webstorm/webstorm.nuspec index 0be3e89c113..5c266700a4b 100644 --- a/automatic/webstorm/webstorm.nuspec +++ b/automatic/webstorm/webstorm.nuspec @@ -3,7 +3,7 @@ webstorm - 2023.1 + 2023.1.1 JetBrains WebStorm JetBrains http://www.jetbrains.com/webstorm/buy/buy.jsp @@ -32,16 +32,18 @@ WebStorm - The smartest JavaScript IDE. Lightweight yet powerful IDE, perfectly - Support for Vue.js - Support for Standard Style -## Notes - -- Free 30 day Trial. Beyond that you need to purchase a license. - ## Package Parameters + - `/InstallDir:`- Installation directory, defaults to the 'Program Files (x86)\WebStorm*' directory. The folder should be empty. Example: `choco install webstorm --params "/InstallDir:C:\your\install\path"` ![](https://raw.githubusercontent.com/chocolatey/chocolatey-coreteampackages/master/automatic/webstorm/screenshot.png) + +## Notes + +- Free 30 day Trial. Beyond that you need to purchase a license. +- **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.** ]]> Copyright © 2017 JetBrains https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/webstorm