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 15, 2021
1 parent 9329ad3 commit 856ce9d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/gom-player/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@af726b9663646bcef6e18d9e7b2d84e03e4aa878/icons/gom-player.png" width="48" height="48"/> [gom-player](https://chocolatey.org/packages/gom-player)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@af726b9663646bcef6e18d9e7b2d84e03e4aa878/icons/gom-player.png" width="48" height="48"/> [gom-player](https://chocolatey.org/packages/gom-player)


GOM Player is one of the world's best free desktop video players. Originally famous for its high video and audio quality, and support of multiple video formats (flv, mp4, mov, mpg, ts, avi, divx, asx, wmv, m4v, dat, ifo, vob, 3gp/3gp2, rm/rmvb, mkv, ogm) etc. However, there is a lot more to GOM Player than codec support.
Expand Down
6 changes: 3 additions & 3 deletions automatic/gom-player/gom-player.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gom-player</id>
<version>2.3.69.5333</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gom-player</packageSourceUrl>
<version>2.3.70.5334</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>
<authors>Gretech Corp</authors>
<projectUrl>https://www.gomlab.com/gomplayer-media-player/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@af726b9663646bcef6e18d9e7b2d84e03e4aa878/icons/gom-player.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@af726b9663646bcef6e18d9e7b2d84e03e4aa878/icons/gom-player.png</iconUrl>
<copyright>Copyright © Gretech Corp. All Rights Reserved.</copyright>
<licenseUrl>https://www.gomlab.com/terms/</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
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 = '4eb776f63e4c9e6dfffd23152b5accda28e71b5a19d8a0650b6452487b9d12cd'
checksum = 'b29971f12d4486b56a7756a4e0ac0277f3aace485ed19185375d10b3e06e44d6'
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/v8.2.3592/gvim_8.2.3592_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3592/gvim_8.2.3592_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3595/gvim_8.2.3595_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3595/gvim_8.2.3595_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: 64FB9646B232AEA66A3413AB7E191E9DD23B1A403E4999DA0F87FE3AE750CC6F
checksum64: 1EF4458CC7B73E470269543E90AB9931485FE9A96AF7DA45E67B3DF6BBF198CB
checksum32: F3A2A6C1CF6FF42AC0220D38386D10F0D672AF4FB11C0A372DE0107600B38F78
checksum64: 281E86409015B1CC6BDB6E07CFF257D111177EB5015ED5B4A88ED41E1813457B
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.3592_x86.zip"
file64 = "$toolsDir\gvim_8.2.3592_x64.zip"
file = "$toolsDir\gvim_8.2.3595_x86.zip"
file64 = "$toolsDir\gvim_8.2.3595_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.3592</version>
<version>8.2.3595</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 856ce9d

Please sign in to comment.