Skip to content

Commit

Permalink
AU: 3 updated - gom-player transifex-client vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 17, 2018
1 parent b0668b7 commit bf468fa
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/gom-player/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/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/chocolatey-coreteampackages@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
4 changes: 2 additions & 2 deletions automatic/gom-player/gom-player.nuspec
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.33.5294</version>
<version>2.3.33.529401</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/gom-player</packageSourceUrl>
<owners>chocolatey, AdmiringWorm</owners>
<title>GOM Player (Install)</title>
<authors>Gretech Corp</authors>
<projectUrl>https://www.gomlab.com/gomplayer-media-player/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/af726b9663646bcef6e18d9e7b2d84e03e4aa878/icons/gom-player.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@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
4 changes: 2 additions & 2 deletions automatic/gom-player/tools/chocolateyinstall.ps1
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_CHROME.EXE'
softwareName = 'GOM Player'
checksum = '81a0e6b399c6311b537cfd33d700298dd53671476769de002eaaaaf36df27948'
checksum = '39693072f3410b1f54f0eb70dde3c4991a2584c751bc7082f230d9027de5c45f'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/transifex-client/Readme.md
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4c2d7c7377b05a3d0a2dd35cfc89ce0c77625051/icons/transifex-client.png" height="48" width="48" /> Transifex Command-Line Tool](https://chocolatey.org/packages/transifex-client)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4c2d7c7377b05a3d0a2dd35cfc89ce0c77625051/icons/transifex-client.png" height="48" width="48" /> Transifex Command-Line Tool](https://chocolatey.org/packages/transifex-client)

The Transifex Command-line Tool enables you to manage your translations within a project without the need of an elaborate UI system.

Expand Down
4 changes: 2 additions & 2 deletions automatic/transifex-client/legal/VERIFICATION.txt
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/transifex/transifex-client/releases/latest>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://github.com/transifex/transifex-client/releases/download/0.13.4/tx.py36.x64.exe>
64-Bit software: <https://github.com/transifex/transifex-client/releases/download/0.13.5/tx.py36.x64.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum64: 513B8C4EA589105434A804FCA4714BD4E65450EE9BAB1B9372B38039CD69B780
checksum64: A2A95F45DEFD665CFA65240BF1183E46C85E90910D31D303D98E7A980D8B2167

The file 'LICENSE.txt' has been obtained from <https://github.com/transifex/transifex-client/blob/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/transifex-client/transifex-client.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>transifex-client</id>
<version>0.13.4</version>
<version>0.13.5</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/transifex-client</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Transifex Command-Line Tool</title>
<authors>The Transifex Team</authors>
<projectUrl>https://www.transifex.com/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4c2d7c7377b05a3d0a2dd35cfc89ce0c77625051/icons/transifex-client.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4c2d7c7377b05a3d0a2dd35cfc89ce0c77625051/icons/transifex-client.png</iconUrl>
<licenseUrl>https://github.com/transifex/transifex-client/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/transifex/transifex-client</projectSourceUrl>
Expand All @@ -27,7 +27,7 @@ You can use the command line tool to create new resources, map locale files to t
- This package only provides the 64-bit executable due to a number of positives on VirusTotal.
The Software Authors believe them to be false positives, but I as the package maintainer am not convinced.
]]></description>
<releaseNotes>https://github.com/transifex/transifex-client/releases/tag/0.13.4</releaseNotes>
<releaseNotes>https://github.com/transifex/transifex-client/releases/tag/0.13.5</releaseNotes>
<dependencies>
<dependency id="python" version="3.6.0" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/269d34200380fe4fded0508b85e341e1c055cd85/icons/vagrant.png" width="48" height="48"/> [vagrant](https://chocolatey.org/packages/vagrant)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@269d34200380fe4fded0508b85e341e1c055cd85/icons/vagrant.png" width="48" height="48"/> [vagrant](https://chocolatey.org/packages/vagrant)


Vagrant provides easy to configure, reproducible, and portable work environments built on top of industry-standard technology and controlled by a single consistent workflow to help maximize the productivity and flexibility of you and your team.
Expand Down
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.1.5/vagrant_2.1.5_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.1.5/vagrant_2.1.5_x86_64.msi'
checksum = 'eecb0734e3cfc4951fe1be61ee313230edb36186e269c4e4c062604605d67e47'
checksum64 = 'ae1221b1489afc03b5782acb8feb91dd26b847bc4aad336f769f9242fde6d373'
url = 'https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_x86_64.msi'
checksum = 'f6c12594e2247d4c53b4616f8088e59754b77c5c2c0a0dc4b267ac4c87fb0ea2'
checksum64 = '5be450b7a1c89f8a44ccef88c2a737fd7973cbf528e5279772966ea0c7683567'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
4 changes: 2 additions & 2 deletions automatic/vagrant/vagrant.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.1.5</version>
<version>2.2.0</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand All @@ -24,7 +24,7 @@ To achieve its magic, Vagrant stands on the shoulders of giants. Machines are pr
<copyright>Copyright 2015 HashiCorp</copyright>
<licenseUrl>https://github.com/mitchellh/vagrant/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/269d34200380fe4fded0508b85e341e1c055cd85/icons/vagrant.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@269d34200380fe4fded0508b85e341e1c055cd85/icons/vagrant.png</iconUrl>
<releaseNotes>[CHANGELOG](https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md)</releaseNotes>
<!--<provides>vagrant</provides>-->
</metadata>
Expand Down

0 comments on commit bf468fa

Please sign in to comment.