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 Feb 23, 2023
1 parent 32eea4c commit 1e7e98e
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
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.83.5350</version>
<version>2.3.84.5351</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
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE'
softwareName = 'GOM Player'
checksum = 'd2151dbbef041fa88b4d3d81f10113de9fb06653d6d5e8341272f0a518df7d3b'
checksum = 'b32d50616047557337c6c7ba17b5982e8551a0b29280f469980d0a1a30016390'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.1329/gvim_9.0.1329_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1329/gvim_9.0.1329_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1341/gvim_9.0.1341_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1341/gvim_9.0.1341_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: 17DEB4CE290F0193A8C32686823917C9591A5F6A2A922611F30BBB216BD33DC3
checksum64: C567F249B036626213E93F023FD89CC4346FAA6EF30C568A30F728D845B3F39D
checksum32: 848F2BE872766FA3FD36A9265F42E274156F0A3953CF96F60C78D562947FCBA3
checksum64: 01D2E0957C8DAC3D759347E47A3D18E41714AECCFC4EB58A394D1E8A0592EA4B
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.1329_x86.zip"
file64 = "$toolsDir\gvim_9.0.1329_x64.zip"
file = "$toolsDir\gvim_9.0.1341_x86.zip"
file64 = "$toolsDir\gvim_9.0.1341_x64.zip"
}

$installArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.1329</version>
<version>9.0.1341</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 Expand Up @@ -33,10 +33,10 @@ Example: `choco install vim --params "'/NoDesktopShortcuts /InstallDir:C:\path\t
## Notes
- **Antivirus Detections**. Some files in the package are being picked up by VirusTotal as malicious. Please see these [GitHub issues](https://github.com/vim/vim-win32-installer/issues?q=is%3Aissue+is%3Aclosed+virus) for more information.
- This package uses the ZIP build to install to provide installation parameters.
- All compilation of the software is automated and performed on Appveyor. The building status is open.
- This package provides an official build. Similar package `vim-tux` is from a well-known unofficial vim building project. Unlike `vim-tux`, this package can take some installation parameters.
- See https://github.com/vim/vim-win32-installer for more information.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
Expand Down

0 comments on commit 1e7e98e

Please sign in to comment.