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 Jul 18, 2024
1 parent 66bc9be commit 4b1d5de
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.92</version>
<version>2.3.99</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
4 changes: 2 additions & 2 deletions automatic/gom-player/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE'
url = 'https://app.gomtv.com/gom/GOMPLAYERKORSETUP.EXE'
softwareName = 'GOM Player'
checksum = '092b21f205063aa68a1ed1d02b43da70625819329b9d64f00b5129657bf63e76'
checksum = 'b567c096845532e9020bee098e1e1e0a5fc016984bff3e64db8eeb411e13d081'
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.1.0589/gvim_9.1.0589_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0589/gvim_9.1.0589_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0598/gvim_9.1.0598_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0598/gvim_9.1.0598_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: E95772496B10742CA5554132ED859EFFFB66CA85BDF41537F3AC231A08B0B6D9
checksum64: 082CB701C4F61C108D0EB6163F0BA0D23F498DC1D62081AC228A43774A028499
checksum32: 3FD9C4964CE8C8FAAA6050028F3FF119ED1AE5CE0C165E19EBBB4DF1BAB73DC7
checksum64: 0E5F2B4236E47FC0DFEB92125BA77A1B985D03BB5D532D7A346CAEDBDDA58334
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.0589_x86.zip"
file64 = "$toolsDir\gvim_9.1.0589_x64.zip"
file = "$toolsDir\gvim_9.1.0598_x86.zip"
file64 = "$toolsDir\gvim_9.1.0598_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.0589</version>
<version>9.1.0598</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 4b1d5de

Please sign in to comment.