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 Oct 26, 2017
1 parent 83cb039 commit 7ac0beb
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.8.0</version>
<version>1.8.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/v1.8.0/prometheus-1.8.0.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/prometheus/releases/download/v1.8.0/prometheus-1.8.0.windows-amd64.tar.gz'
$checksum32 = '32aa3e108224d7212a6f46449fc2ccbd66a5b54d806b570547c202e6080ca89f'
$checksum64 = 'ce2ade048cc2c32d8bc8f2193ec4ef2e339194ceb53e8b303a296f859b3a86c8'
$url32 = 'https://github.com/prometheus/prometheus/releases/download/v1.8.1/prometheus-1.8.1.windows-386.tar.gz'
$url64 = 'https://github.com/prometheus/prometheus/releases/download/v1.8.1/prometheus-1.8.1.windows-amd64.tar.gz'
$checksum32 = '73a95dce1fad43e1943cdeef5d3aef8a94f8c13dab65c78974b4f8879f14b14d'
$checksum64 = '25e73e0c3a9f18228e42d4cdb8652b46fd92d1b0691738635ce09e60b03429ae'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 7ac0beb

Please sign in to comment.