Skip to content

Commit

Permalink
AU: 5 updated - google-cloud-print-connector kibana logstash promethe…
Browse files Browse the repository at this point in the history
…us prometheus-blackbox-exporter

[skip ci]
  • Loading branch information
TervisIT committed May 1, 2018
1 parent e0d4205 commit 6405274
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>google-cloud-print-connector</id>
<title>Google Cloud Print Connector</title>
<version>1.13</version>
<version>1.16</version>
<owners>TervisIT</owners>
<authors>Google</authors>
<summary>Enable windows print servers to expose printers via Google Cloud print</summary>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-print-connector/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$PackageName = 'google-cloud-print-connector'
$url32 = 'https://github.com//google/cloud-print-connector/releases/download/v1.13/windows-connector-1.13.msi'
$checksum32 = '93672ee361db7e6f6baa6b5db6578169ff707b3ce856d476e5662a8629f83fd2'
$url32 = 'https://github.com/google/cloud-print-connector/releases/download/v1.16/windows-connector-1.16-i686.msi'
$checksum32 = '8a7dc02416ae290db8e11839480e158f8d89b07c882be18b6cc1f34872444f62'

$packageArgs = @{
packageName = $PackageName
Expand Down
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.4</version>
<version>6.2.4</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.4-windows-x86.zip'
$checksum32 = '33da6553f2e97c555363b1ce08cfbfaf0e55e9640c5f9b47e575ea6e09bd5263'
$url32 = 'https://artifacts.elastic.co/downloads/kibana/kibana-6.2.4-windows-x86_64.zip'
$checksum32 = 'd9fe5dcb8d4d931317d25c16ccaf2e8dbc6464eb1dd22d081c33822d2993dab4'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion logstash/logstash.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>logstash</id>
<version>5.2.1</version>
<version>6.2.4</version>
<title>Logstash</title>
<owners>kireevco hambone TervisIT</owners>
<authors>Elastic</authors>
Expand Down
4 changes: 2 additions & 2 deletions logstash/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$PackageName = 'logstash'
$url32 = 'https://artifacts.elastic.co/downloads/logstash/logstash-5.2.1.zip'
$checksum32 = '14093855a8a3a4f27a2b4e461ee70697fff527eece70d5d58f1015cf5103f77e'
$url32 = 'https://artifacts.elastic.co/downloads/logstash/logstash-6.2.4.zip'
$checksum32 = '2c15d40f23979566b79ad57b86c8a953099c2a36ad34e987d0295ad803ad3c1d'

$packageArgs = @{
packageName = $packageName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>prometheus-blackbox-exporter</id>
<title>Blackbox prober for Prometheus</title>
<version>0.10.0</version>
<version>0.12.0</version>
<owners>hambone TervisIT</owners>
<authors>Prometheus</authors>
<summary>From metrics to insight</summary>
Expand Down
8 changes: 4 additions & 4 deletions prometheus-blackbox-exporter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$PackageName = 'prometheus-blackbox-exporter'
$url32 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.10.0/blackbox_exporter-0.10.0.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.10.0/blackbox_exporter-0.10.0.windows-amd64.tar.gz'
$checksum32 = 'da5052f5c856859b056e2b4bbaa02c3462630ade7e9c559c74b70ca68d015000'
$checksum64 = 'c0d24e5cd1b7e69e4fd0e2f70a6804d9aa661e55dc3832e3a3391c0a2e20881c'
$url32 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.12.0/blackbox_exporter-0.12.0.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.12.0/blackbox_exporter-0.12.0.windows-amd64.tar.gz'
$checksum32 = 'c174773cf1173331dfc42e5352226c87b645739605b96097aba21c0e096e86a5'
$checksum64 = 'e8194ffe7c011f803b17e476c6527f6ad382ca523f4e93298f3254f39ab51d24'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion prometheus/prometheus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>prometheus</id>
<title>Prometheus</title>
<version>2.0.0</version>
<version>2.2.1</version>
<owners>hambone TervisIT</owners>
<authors>Prometheus</authors>
<summary>From metrics to insight</summary>
Expand Down
8 changes: 4 additions & 4 deletions prometheus/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$PackageName = 'prometheus'
$url32 = 'https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.windows-amd64.tar.gz'
$checksum32 = '345691e5337e8d326e8c01b2e9fd15d8a078f4d1046085de24dc3c1f305f3b67'
$checksum64 = 'fb3539b9468c28161d200dcfe3007e7631d05f72f384c2164e40ae098d03ed59'
$url32 = 'https://github.com/prometheus/prometheus/releases/download/v2.2.1/prometheus-2.2.1.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/prometheus/releases/download/v2.2.1/prometheus-2.2.1.windows-amd64.tar.gz'
$checksum32 = '4cc3e6d176cd41d6d28b0c47b146157972cca2485e41861f0a10630a68330737'
$checksum64 = '03cf9f24a160944333e4db4358182b9e2d713872d27f126f7493e574493ae2c2'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 6405274

Please sign in to comment.