Skip to content

Commit

Permalink
AU: 2 updated - vagrant vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 4, 2022
1 parent d79281a commit cedc73c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.2.19/vagrant_2.2.19_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.19/vagrant_2.2.19_x86_64.msi'
checksum = '93557f77dfb068b2dd83a4991e07b8caa4b28fced6c48dbf632f1ffe6308353e'
checksum64 = '95b4c9195ad62f06e13e68f2f0814d9a8b3a37f9e24a7bfe71b64f44ac6307c8'
url = 'https://releases.hashicorp.com/vagrant/2.3.0/vagrant_2.3.0_windows_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.3.0/vagrant_2.3.0_windows_amd64.msi'
checksum = '0be88e11085517cae8bb4e636fd77da865ded52bcaab5523ce70379d27713669'
checksum64 = '21e5c8791d6d61f355214ac12e5744147cdd7d0e2ce2b24489171573a3daaa86'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.2.19</version>
<version>2.3.0</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey-community, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
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.0.0372/gvim_9.0.0372_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0372/gvim_9.0.0372_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0378/gvim_9.0.0378_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0378/gvim_9.0.0378_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: C1D4627002065AF7E271FD0DB56C19242D3AA72EB0A7624D2406811C0CF47346
checksum64: 13B621C6651016EE45890608D9A8CCCD6961044F3B94403693566855BC9B78A2
checksum32: 52BDDF3F35D4DAA5F3DFF426B4899B799D00CE85DF40C5A97FDADDCDA5A19479
checksum64: 5F101C32584C4E4A859DFFAF3EFF9F00634151BFE21D6656AA41A59695849091
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.0.0372_x86.zip"
file64 = "$toolsDir\gvim_9.0.0372_x64.zip"
file = "$toolsDir\gvim_9.0.0378_x86.zip"
file64 = "$toolsDir\gvim_9.0.0378_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.0.0372</version>
<version>9.0.0378</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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 cedc73c

Please sign in to comment.