From 62f610fcd4409739110c85b81ecddd1d673988b2 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 20 Dec 2018 08:08:34 +0000 Subject: [PATCH] AU: 2 updated - nagstamon.install unit-test-boilerplate-generator [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/40ea572b4822245382f52ab3eec859b1db091e39 --- automatic/nagstamon.install/Readme.md | 2 +- automatic/nagstamon.install/legal/VERIFICATION.txt | 8 ++++---- automatic/nagstamon.install/nagstamon.install.nuspec | 4 ++-- automatic/nagstamon.install/tools/chocolateyInstall.ps1 | 6 +++--- .../legal/VERIFICATION.txt | 4 ++-- .../tools/chocolateyinstall.ps1 | 2 +- .../unit-test-boilerplate-generator.nuspec | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/nagstamon.install/Readme.md b/automatic/nagstamon.install/Readme.md index 286024dc1..202a09748 100644 --- a/automatic/nagstamon.install/Readme.md +++ b/automatic/nagstamon.install/Readme.md @@ -1,4 +1,4 @@ -# [ ![Nagstamon (Install)](https://img.shields.io/chocolatey/v/nagstamon.install.svg?label=Nagstamon%20(Install)&style=for-the-badge)](https://chocolatey.org/packages/nagstamon.install) +# [ ![Nagstamon (Install)](https://img.shields.io/chocolatey/v/nagstamon.install.svg?label=Nagstamon%20(Install)&style=for-the-badge)](https://chocolatey.org/packages/nagstamon.install) Nagstamon is a status monitor for the desktop. It connects to multiple Nagios, Icinga, Opsview, Centreon, Op5 Monitor/Ninja, Check_MK Multisite and Thruk monitoring servers. It resides in systray, as a floating statusbar or fullscreen at the desktop showing a brief summary of critical, warning, unknown, unreachable and down hosts and services. It pops up a detailed status overview when being touched by the mouse pointer. Connections to displayed hosts and services are easily established by context menu via SSH, RDP, VNC or any self defined actions. Users can be notified by sound. Hosts and services can be filtered by category and regular expressions. diff --git a/automatic/nagstamon.install/legal/VERIFICATION.txt b/automatic/nagstamon.install/legal/VERIFICATION.txt index b7a5be48c..063528a1f 100644 --- a/automatic/nagstamon.install/legal/VERIFICATION.txt +++ b/automatic/nagstamon.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 7DD95685A7F18ECAA60197E299D16B290DDA421C969619C32F77CE6F4511AD69 - checksum64: 6AD8A0511628F9E8721A6EF87A7FFF680B43629CB46BD34A2344A9D7B34E99C3 + checksum32: C83BB96E07803864433194CAEFC6D2511A793C2E0EC80903F0C6C99D7FCB8980 + checksum64: 7F16BF2F03A22D874E18E7FF664EB86F796D5D2062B2B32F64BB3354AA94DD3E The file 'LICENSE.txt' has been obtained from diff --git a/automatic/nagstamon.install/nagstamon.install.nuspec b/automatic/nagstamon.install/nagstamon.install.nuspec index d6fc19c24..9572e115f 100644 --- a/automatic/nagstamon.install/nagstamon.install.nuspec +++ b/automatic/nagstamon.install/nagstamon.install.nuspec @@ -3,13 +3,13 @@ nagstamon.install - 3.0.2.20171105 + 3.2 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/nagstamon.install AdmiringWorm Nagstamon (Install) Henri Wahl https://nagstamon.ifw-dresden.de/ - https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/5470b935d572ee4593af7ece11494ecff9806d16/icons/nagstamon.png + https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@5470b935d572ee4593af7ece11494ecff9806d16/icons/nagstamon.png © 2008-2014 Henri Wahl et al. https://github.com/HenriWahl/Nagstamon/blob/master/LICENSE false diff --git a/automatic/nagstamon.install/tools/chocolateyInstall.ps1 b/automatic/nagstamon.install/tools/chocolateyInstall.ps1 index 9edbb6d4f..9b5ebd601 100644 --- a/automatic/nagstamon.install/tools/chocolateyInstall.ps1 +++ b/automatic/nagstamon.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\Nagstamon-3.0.2-win32_setup.exe" - file64 = "$toolsPath\Nagstamon-3.0.2-win64_setup.exe" + file = "$toolsPath\Nagstamon-3.2-win32_setup.exe" + file64 = "$toolsPath\Nagstamon-3.2-win64_setup.exe" softwareName = 'Nagstamon*' silentArgs = "/SILENT /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) @@ -27,4 +27,4 @@ if (Test-Path "$($pp.UseInf)") { Install-ChocolateyInstallPackage @packageArgs -ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" } } +Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } } diff --git a/automatic/unit-test-boilerplate-generator/legal/VERIFICATION.txt b/automatic/unit-test-boilerplate-generator/legal/VERIFICATION.txt index 92fdbe038..f03b5cb71 100644 --- a/automatic/unit-test-boilerplate-generator/legal/VERIFICATION.txt +++ b/automatic/unit-test-boilerplate-generator/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The extension has been downloaded from visual studio gallery and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: 4AB81B03248C069D691BD34BA13A3DCA5E712CF41BFC83CC41777E3DFB64979A + checksum: 3190DF1A5D4A8FBC726A25FEC3331F8F6672127AD5400CD0997B6413A87778E1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/unit-test-boilerplate-generator/tools/chocolateyinstall.ps1 b/automatic/unit-test-boilerplate-generator/tools/chocolateyinstall.ps1 index 996af5841..8fd44f860 100644 --- a/automatic/unit-test-boilerplate-generator/tools/chocolateyinstall.ps1 +++ b/automatic/unit-test-boilerplate-generator/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $parameters = @{ PackageName = $env:ChocolateyPackageName - File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.9.15.vsix" + File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.9.16.vsix" } Install-VisualStudioVsixExtension @parameters diff --git a/automatic/unit-test-boilerplate-generator/unit-test-boilerplate-generator.nuspec b/automatic/unit-test-boilerplate-generator/unit-test-boilerplate-generator.nuspec index aea67e55e..4010631af 100644 --- a/automatic/unit-test-boilerplate-generator/unit-test-boilerplate-generator.nuspec +++ b/automatic/unit-test-boilerplate-generator/unit-test-boilerplate-generator.nuspec @@ -3,7 +3,7 @@ unit-test-boilerplate-generator - 1.9.15 + 1.9.16 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/unit-test-boilerplate-generator AdmiringWorm Unit Test Boilerplate Generator