Skip to content

Commit

Permalink
AU: 2 updated - audacity vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 6, 2022
1 parent 463bdd1 commit 3c4963e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/audacity/audacity.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>audacity</id>
<title>Audacity</title>
<owners>chocolatey-community</owners>
<version>3.2.0</version>
<version>3.2.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
10 changes: 5 additions & 5 deletions automatic/audacity/legal/VERIFICATION.txt
Expand Up @@ -5,20 +5,20 @@ in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to <https://www.audacityteam.org/download/windows/>
1. Go to <https://www.audacityteam.org/download/windows/>

And download the following:
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.2.0/audacity-win-3.2.0-32bit.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.2.0/audacity-win-3.2.0-64bit.exe
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.2.1/audacity-win-3.2.1-32bit.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.2.1/audacity-win-3.2.1-64bit.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: 335857102316207A67B83B9196FF544C5AC82CBB089C6E504A65416DF65FE5E4
checksum64: E929635D3CBAF8C158EA6440157D305CD09BAF8D6F7A7CF7F9A873EBF144E727
checksum32: ED7130B0E0F08BD54617053D08379306D1B935C4DFFE5F7168A3613C07D9F6DD
checksum64: 35A318C716F2579BB81229C04375BC21CAC878AD011D5D66D227F236E7D73CE6

File 'LICENSE.txt' obtained from:
https://www.audacityteam.org/about/license/#license
4 changes: 2 additions & 2 deletions automatic/audacity/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'audacity'
fileType = 'exe'
file = "$toolsDir\audacity-win-3.2.0-32bit.exe"
file64 = "$toolsDir\audacity-win-3.2.0-64bit.exe"
file = "$toolsDir\audacity-win-3.2.1-32bit.exe"
file64 = "$toolsDir\audacity-win-3.2.1-64bit.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 1223)
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0662/gvim_9.0.0662_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0662/gvim_9.0.0662_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0669/gvim_9.0.0669_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0669/gvim_9.0.0669_x64.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'

checksum32: 49A7D18D82CA25B0E59C66617CC9FB6E5A91BB92FCC397B048B382CBC06CA98F
checksum64: 90B1145AA76CB6EA7CAFA18A94733A0EAB44BBEDB5CA9AC1FC5A7210C4E175ED
checksum32: 9F70D1E4318ED2B675DCE0AD4A9F22D5754F0EF04B9D7908DC0B56DC3BB173FA
checksum64: 1022639574A2FDD255820090F95AD382FA72838EF181F7D016B8165D7F1F9805
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.0662_x86.zip"
file64 = "$toolsDir\gvim_9.0.0662_x64.zip"
file = "$toolsDir\gvim_9.0.0669_x86.zip"
file64 = "$toolsDir\gvim_9.0.0669_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.0662</version>
<version>9.0.0669</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 3c4963e

Please sign in to comment.