Skip to content

Commit

Permalink
AU: 2 updated - docker-kitematic webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 19, 2018
1 parent e5a2200 commit 4e49718
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/docker-kitematic/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/abejenaru/chocolatey-packages/16e4ddf69bd7dfc07597b7b3aaa7d8372eeec7fb/icons/kitematic.png" width="48" height="48"/> [docker-kitematic](https://chocolatey.org/packages/docker-kitematic)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@b422dcfaed67787575e481d92c68761506206fb3/icons/docker-kitematic.png" width="48" height="48"/> [docker-kitematic](https://chocolatey.org/packages/docker-kitematic)

Kitematic is a simple application for managing Docker containers on Mac, Linux and Windows.

Expand Down
21 changes: 18 additions & 3 deletions automatic/docker-kitematic/docker-kitematic.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>docker-kitematic</id>
<version>0.17.3</version>
<version>0.17.5</version>
<packageSourceUrl>https://github.com/abejenaru/chocolatey-packages</packageSourceUrl>
<owners>Andrei Bejenaru</owners>
<title>Kitematic: Visual client for Docker</title>
<authors>Kitematic, Docker</authors>
<projectUrl>https://kitematic.com</projectUrl>
<iconUrl>https://cdn.rawgit.com/abejenaru/chocolatey-packages/16e4ddf69bd7dfc07597b7b3aaa7d8372eeec7fb/icons/kitematic.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@b422dcfaed67787575e481d92c68761506206fb3/icons/docker-kitematic.png</iconUrl>
<copyright>(c) 2017 Docker</copyright>
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -19,8 +19,23 @@
<tags>kitematic docker containers devops foss</tags>
<summary>Visual Docker Container Manager</summary>
<description><![CDATA[Kitematic is a simple application for managing Docker containers on Mac, Linux and Windows.
## Features
### Fast and Easy Setup
Kitematic's one click install gets Docker running on your Mac and lets you control your app containers from a graphical user interface (GUI).
### Docker Hub Integration
Easily search and pull your favorite images on Docker Hub from Kitematic GUI to create and run your app containers.
### Seamless Experience Between CLI and GUI
Seamlessly switch between Kitematic GUI or Docker CLI to run and manage your application containers.
### Advanced Features
Automatically map ports, visually change environment variables, configuring volumes, streamline logs and CLI access to containers.
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/docker/kitematic/releases/tag/v0.17.3</releaseNotes>
<releaseNotes>https://github.com/docker/kitematic/releases/tag/v0.17.5</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/docker-kitematic/legal/VERIFICATION.txt
Expand Up @@ -4,19 +4,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/docker/kitematic/releases/tag/v0.17.3>
location on <https://github.com/docker/kitematic/releases/tag/v0.17.5>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/docker/kitematic/releases/download/v0.17.3/Kitematic-0.17.3-Windows.zip>
software: <https://github.com/docker/kitematic/releases/download/v0.17.5/Kitematic-0.17.5-Windows.zip>

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: sha256
checksum: 3DFD72DAB0DC715F6C6950988FBAF6139BCCD75870D278DE9BBBE02734866CED
checksum type:
checksum: 4892D333730DE979828CEC4B1CE3170AE19026FDDA2EB854C565FBF2E9C02B8E

The file 'LICENSE.txt' has been obtained from <https://github.com/docker/kitematic/blob/d72145f6182f7c7bd8735587294e7f6477187c1b/LICENSE>
2 changes: 1 addition & 1 deletion automatic/webstorm/readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png" width="48" height="48"/> [webstorm](https://chocolatey.org/packages/webstorm)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png" width="48" height="48"/> [webstorm](https://chocolatey.org/packages/webstorm)


WebStorm - The smartest JavaScript IDE. Lightweight yet powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js.
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.2.4.exe'
checksum = '687017a93e349d575bfaa80ea4608cecdb391426c9b5973ef3bee790e75723e3'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.2.5.exe'
checksum = '4e5f346b9b286f524a19c2bbb6aa342b9d8e18ad2b925a8f9463350377eff999'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/webstorm.nuspec
Expand Up @@ -3,12 +3,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2018.2.4</version>
<version>2018.2.5</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
<projectUrl>https://www.jetbrains.com/webstorm/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png</iconUrl>
<docsUrl>https://www.jetbrains.com/help/webstorm</docsUrl>
<summary>WebStorm — The smartest JavaScript IDE</summary>
<releaseNotes>https://www.jetbrains.com/webstorm/whatsnew/</releaseNotes>
Expand Down

0 comments on commit 4e49718

Please sign in to comment.