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 committed May 24, 2020
1 parent da1e07b commit c6807c3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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</owners>
<version>2.3.3</version>
<version>2.4.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
2 changes: 1 addition & 1 deletion automatic/audacity/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 263CECF19FF27C7A2F0C04A4031F0E45CDA5215EB0836A4E40E09605D83286E2
checksum32: DDE069264974B3BF7A0B556EA3037BB424630E3112735F99129F3D84921E547F

File 'LICENSE.txt' obtained from:
https://www.audacityteam.org/about/license/#license
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/v8.2.0813/gvim_8.2.0813_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0813/gvim_8.2.0813_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0814/gvim_8.2.0814_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0814/gvim_8.2.0814_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: 0D14380AA901BAD0618102413323F7E8704F4C3D5370A0D181EE935E95B828A9
checksum64: 7A1C5FAC09A40926BB5016010222276CDC684EB2AE8132DBB191904067AE9AD9
checksum32: 1F1B870D72275EE2CAE2A38F2FA17D9ABD47FE9B0522CE051ED253EDC1FFAC3C
checksum64: 5462FC0B11652AE8377B78AF7996D43AEB024C9AA9F16375CC1156ED8C75E19F
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.0813_x86.zip"
file64 = "$toolsDir\gvim_8.2.0813_x64.zip"
file = "$toolsDir\gvim_8.2.0814_x86.zip"
file64 = "$toolsDir\gvim_8.2.0814_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.0813</version>
<version>8.2.0814</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</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 c6807c3

Please sign in to comment.