Skip to content

Commit

Permalink
AU: 1 updated - prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
TervisIT committed Jun 8, 2017
1 parent f1b2720 commit 817b2a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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>1.6.3</version>
<version>1.7.0</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/v1.6.3/prometheus-1.6.3.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/prometheus/releases/download/v1.6.3/prometheus-1.6.3.windows-amd64.tar.gz'
$checksum32 = 'd992970a5a40f47372f6d7452fee82c97af56d08063e6f62e74d32297157ec4b'
$checksum64 = '61e6042aa56fb5ee3a0e5cd0bf878b7e5e6eb10bb24e4ad7520fa187078ed00b'
$url32 = 'https://github.com/prometheus/prometheus/releases/download/v1.7.0/prometheus-1.7.0.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/prometheus/releases/download/v1.7.0/prometheus-1.7.0.windows-amd64.tar.gz'
$checksum32 = 'd5cf76b4038e7ee255f296779f3f26423a0ce1212ea3c4e3f98103578f70bcc8'
$checksum64 = '99d390645fc1abbc36aaa7837852e8380fb0bf1559a3b18a92120d80e015e0e3'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 817b2a5

Please sign in to comment.