Skip to content

Commit

Permalink
AU: 6 updated - audacity gnupg kitty vscode-insiders vscode-insiders.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 28, 2023
1 parent 983cf41 commit eb7254f
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/audacity/audacity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>audacity</id>
<title>Audacity</title>
<owners>chocolatey-community</owners>
<version>3.3.0</version>
<version>3.3.1</version>
<authors>Audacity Developers</authors>
<summary>Audacity is free, open source, cross-platform software for recording and editing sounds.</summary>
<description><![CDATA[Audacity is free, open source, cross-platform software for recording and editing sounds.
Expand Down
8 changes: 4 additions & 4 deletions automatic/audacity/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Package can be verified like this:
1. Go to <https://www.audacityteam.org/download/windows/>

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.

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: 1159C129CB2A736327462845B9377B4681B351156C1D410BE65952714B447752
checksum64: 6D6153FF44859541FDF9CEC487A525A4B0215B2F991AF415BF623EFF36DBD541
checksum32: 436868892E6FFCA978C591F41CA67FD1CCF3A68BE0E15BCA5E56A479C13E16E3
checksum64: D0F5A4E9FEB49D461832B91772B26FD522B5C1C157B75AE15DC40A9EB9723941

File 'LICENSE.txt' obtained from:
https://www.audacityteam.org/about/license/#license
4 changes: 2 additions & 2 deletions automatic/audacity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/gnupg.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>gnupg</id>
<version>2.3.8</version>
<version>2.4.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnupg</packageSourceUrl>
<owners>chocolatey-community, ludicrousByte, wget</owners>
<title>GnuPG</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnupg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer has been downloaded from the official source listed on <https://ww
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.8_20221013.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.4.1_20230428.exe>
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: <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=COPYING;h=ccbbaf61b794c7aaea10dffb486095fdc8f3a44a;hb=refs/heads/master>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kitty</id>
<version>0.76.1.6</version>
<version>0.76.1.7</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey-community, Andre-Patrick Bubel, Miodrag Milic</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kitty/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.78.0.20230427</version>
<version>1.78.0.20230428</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.78.0.20230427</version>
<version>1.78.0.20230428</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.78.0.20230427]" />
<dependency id="vscode-insiders.install" version="[1.78.0.20230428]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
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.exe'
checksum = 'a9e9024d5373020dc749510b576ee1fc4226240cbc8bf4de128874dd45f06e3c'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.1.1.exe'
checksum = '4bde513d14af91b814ffefa973e9c07cee7206d45530cd2129679120afee61d7'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
12 changes: 7 additions & 5 deletions 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</version>
<version>2023.1.1</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down Expand Up @@ -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.**
]]></description>
<copyright>Copyright © 2017 JetBrains</copyright>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/webstorm</packageSourceUrl>
Expand Down

0 comments on commit eb7254f

Please sign in to comment.