Skip to content

Commit

Permalink
AU: 2 updated - gom-player vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 23, 2023
1 parent 1fffa61 commit 97fb78a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/gom-player/gom-player.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>gom-player</id>
<version>2.3.91</version>
<version>2.3.92</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gom-player</packageSourceUrl>
<owners>chocolatey-community, AdmiringWorm</owners>
<title>GOM Player (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE'
softwareName = 'GOM Player'
checksum = '87331e62af1ea6f9af9449f1710d3577cdf1bf47a36ff15bdc79809a327f048e'
checksum = '092b21f205063aa68a1ed1d02b43da70625819329b9d64f00b5129657bf63e76'
checksumType = 'sha256'
silentArgs = '/S'
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.0.2120/gvim_9.0.2120_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2120/gvim_9.0.2120_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2122/gvim_9.0.2122_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2122/gvim_9.0.2122_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: F1F13DDABC157D163B62D0E2AF7D13E58A6A6EB760F4C164F5991D989774CB96
checksum64: 9A95A063F6F135D619194FB15CB132331DAAD39FCD0BCE727FD6A9FC623513DF
checksum32: 5E079D83A290F388FFCB971F36A730A9CCFE876159C334DA96B4AD612BDDF80B
checksum64: 863ED904CDFC0CDDFD8EBFE39B06D27D9A84BB72D21CC261DB4EB57E16A9B97B
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.2120_x86.zip"
file64 = "$toolsDir\gvim_9.0.2120_x64.zip"
file = "$toolsDir\gvim_9.0.2122_x86.zip"
file64 = "$toolsDir\gvim_9.0.2122_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.2120</version>
<version>9.0.2122</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 97fb78a

Please sign in to comment.