Skip to content

Commit

Permalink
AU: 3 updated - kubernetes-kompose tv-browser webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 6, 2018
1 parent 235f1c7 commit 648fcd1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/kubernetes-kompose/kubernetes-kompose.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>kubernetes-kompose</id>
<version>1.9.0</version>
<version>1.10.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/kubernetes-kompose</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Kompose: Go from Docker Compose to Kubernetes</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kubernetes-kompose/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed download
location on <https://github.com/kubernetes/kompose/releases/tag/v1.9.0>
location on <https://github.com/kubernetes/kompose/releases/tag/v1.10.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/kubernetes/kompose/releases/download/v1.9.0/kompose-windows-amd64.exe>
software: <https://github.com/kubernetes/kompose/releases/download/v1.10.0/kompose-windows-amd64.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum: A70420AED62BDD5D5DCA06CEE6C86E4C0131254D135056D292D1383B8F271914
checksum: 9160D1AD3D213F7A10BC9D3CA507922926D21C060B63C12673CB956BB49BB041

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/kompose/blob/34d72c757906dd05499fedbe214850b41ea712b1/LICENSE>
4 changes: 2 additions & 2 deletions automatic/tv-browser/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'TV-Browser*'

checksum = '950dc6e712ccfebe3ff742ff2d1a4cf3f1d93c746432c055a0123bfa294197f8'
checksum = '84859d71ac6829bf28e19aff727b66cb3979c167c07c20a6b2db4294db6b2725'
checksumType = 'sha256'
url = 'https://sourceforge.net/projects/tvbrowser/files/TV-Browser%20Releases%20%28Java%208%20and%20higher%29/4/tvbrowser_4_win32.exe/download'
url = 'https://sourceforge.net/projects/tvbrowser/files/TV-Browser%20Releases%20%28Java%208%20and%20higher%29/4.0.1/tvbrowser_4.0.1_win32.exe/download'

silentArgs = '/S'
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 deletions automatic/tv-browser/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';
$ErrorActionPreference = 'Stop';

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName 'TV-Browser*'

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs = @{
packageName = 'tv-browser'
fileType = 'EXE'
Expand All @@ -21,5 +21,5 @@ if ($key.Count -eq 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}
13 changes: 7 additions & 6 deletions automatic/tv-browser/tv-browser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>tv-browser</id>
<version>4.0</version>
<version>4.0.1</version>
<title>TV-Browser</title>
<owners>chocolatey</owners>
<authors>TV-Browser Developers</authors>
<licenseUrl>https://www.gnu.org/licenses/gpl.html</licenseUrl>
<projectUrl>http://www.tvbrowser.org/index.php</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/tv-browser.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<description><![CDATA[
TV-Browser is a digital TV guide.
TV-Browser gets the daily TV program from the internet and shows it clearly aranged like a printed TV guide. An internet connection is only necessary during the data update.
TV-Browser gets the daily TV program from the internet and shows it clearly aranged like a printed TV guide. An internet connection is only necessary during the data update.
### Note
## Notes
You can not use TV-Browser to watch TV.
</description>
- You can not use TV-Browser to watch TV.
]]></description>
<summary>TV-Browser is a digital TV guide.</summary>
<releaseNotes />
<copyright />
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2017.3.4.exe'
checksum = '698eb510aa67b9d750f2ae29322ef0e07f92e745f65e4cd750bc07d7117d4c5d'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2017.3.5.exe'
checksum = '3416b1daf04f81db55042dbb8fba35db0064d75294a07d86ec20b7e52597fd8f'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.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>webstorm</id>
<version>2017.3.4</version>
<version>2017.3.5</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 648fcd1

Please sign in to comment.