Skip to content

Commit

Permalink
AU: 2 updated - skype vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 10, 2024
1 parent 6ecbb99 commit 66e7505
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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.116.0.213</version>
<version>8.117.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.116.0.213.msi'
checksum = '25088a01209d34a61e2ab2ed4ae37d03ccd3c2fc362703c1fa7bb9d88cfc95b0'
url = 'https://download.skype.com/s4l/download/win/Skype-8.117.0.202.msi'
checksum = 'c0999a0219d33f9caf2422e52bc56c272a8f214fa88bea0572733e976334804c'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
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/v9.1.0282/gvim_9.1.0282_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0282/gvim_9.1.0282_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0296/gvim_9.1.0296_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0296/gvim_9.1.0296_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: C5CB1D92EA705D59EA23A2403F04F3FA27EDA82E2725A7D32DA2B7DA49E7BD98
checksum64: C5ED7194ED55A6626CECC8810F162EAFD5DE8FD280268E8D18E4CB33766024AC
checksum32: 274FB78262BD44A6FEF4EEF67BFA8968AB690AF6C904D27DD35B83182EE1C5C6
checksum64: CA892CAE3EFF675D296B7A56F59DE338707E29612B71DA642069795271F86F72
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_9.1.0282_x86.zip"
file64 = "$toolsDir\gvim_9.1.0282_x64.zip"
file = "$toolsDir\gvim_9.1.0296_x86.zip"
file64 = "$toolsDir\gvim_9.1.0296_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>9.1.0282</version>
<version>9.1.0296</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 66e7505

Please sign in to comment.