Skip to content

Commit

Permalink
AU: 2 updated - grafana teamviewer-qs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 16, 2019
1 parent dbec3f4 commit 7a28bc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1.3</version>
<version>6.1.4</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.1.3.windows-amd64.zip'
url = 'https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-6.1.4.windows-amd64.zip'
UnzipLocation = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
checksum = 'c87f645204e14365771f8450de2583a71dbf13a056e0d32afbf2f12624ef49bb'
checksum = 'e886227edbab9e7a7299857d1760c8e45998a2775bc220b5dc4435e72ae53832'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
2 changes: 1 addition & 1 deletion teamviewer-qs/teamviewer-qs.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>teamviewer-qs</id>
<version>14.2.2558.0</version>
<version>14.2.8352.0</version>
<packageSourceUrl>https://github.com/galeksandrp/au-packages/tree/master/teamviewer-qs</packageSourceUrl>
<owners>galeksandrp</owners>
<title>TeamViewer QuickSupport</title>
Expand Down
2 changes: 1 addition & 1 deletion teamviewer-qs/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
packageName = "$env:chocolateyPackageName"
FileFullPath = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)\TeamViewerQS.exe"
url = 'https://download.teamviewer.com/download/TeamViewerQS.exe'
checksum = 'e54ae8ac2174cb33fd5457027961bde16951d8ad48db48090e75bdf709759d33'
checksum = 'dbac2232d8f2be82962c17e11a36b1e30b4e459235dbd0a43353c8b47981a365'
checksumType = 'sha256'
}
Get-ChocolateyWebFile @packageArgs

0 comments on commit 7a28bc6

Please sign in to comment.