Skip to content

Commit

Permalink
AU: 1 updated - grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 4, 2019
1 parent fe15224 commit f48f37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grafana/grafana.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>grafana</id>
<version>6.0.2</version>
<version>6.1.0</version>
<packageSourceUrl>https://github.com/galeksandrp/au-packages/tree/master/grafana</packageSourceUrl>
<owners>galeksandrp</owners>
<title>Grafana</title>
Expand Down
4 changes: 2 additions & 2 deletions grafana/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageArgs = @{
packageName = "$env:chocolateyPackageName"
url = 'https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-6.0.2.windows-amd64.zip'
url = 'https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-6.1.0.windows-amd64.zip'
UnzipLocation = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
checksum = '53d7848817f125a3981eb8b598822601acfbd8704b55efdcf82e74667c7f0969'
checksum = '66e844d874e2ef76d46e3f5c778f7e905d83720b2ad80596a801ccb85c6162d8'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs

0 comments on commit f48f37f

Please sign in to comment.