Skip to content

Commit

Permalink
AU: 1 updated - kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
TervisIT committed Sep 20, 2017
1 parent b019e5b commit ddfd82b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kibana/kibana.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>kibana</id>
<title>Kibana</title>
<version>5.6.0</version>
<version>5.6.1</version>
<owners>hambone</owners>
<authors>Elastic</authors>
<summary>Explore and Visualize Your Data</summary>
Expand Down
4 changes: 2 additions & 2 deletions kibana/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$PackageName = 'kibana'
$url32 = 'https://artifacts.elastic.co/downloads/kibana/kibana-5.6.0-windows-x86.zip'
$checksum32 = '2c4a402c13f95df9148f631d83c77a629934f1801c1b612f305273bc513f4d89'
$url32 = 'https://artifacts.elastic.co/downloads/kibana/kibana-5.6.1-windows-x86.zip'
$checksum32 = 'a1182d55793cb421771feeb265af1b8f4e7a0cb27ea6d1ff002d41172afe7c64'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit ddfd82b

Please sign in to comment.