diff --git a/servicepulse/servicepulse.nuspec b/servicepulse/servicepulse.nuspec index e65ddfa..a85ae6e 100644 --- a/servicepulse/servicepulse.nuspec +++ b/servicepulse/servicepulse.nuspec @@ -2,7 +2,7 @@ servicepulse - 1.36.0 + 1.36.3 ServicePulse (Install) Particular Software Michael Fyffe diff --git a/servicepulse/tools/chocolateyinstall.ps1 b/servicepulse/tools/chocolateyinstall.ps1 index f4f1d52..ebf73af 100644 --- a/servicepulse/tools/chocolateyinstall.ps1 +++ b/servicepulse/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' -$url64bit = 'https://github.com/Particular/ServicePulse/releases/download/1.36.0/Particular.ServicePulse-1.36.0.exe' -$checksum64 = '677d258090baaa3bd9a126192a9cf195f7720980b7a586509605443ce2e8d6f5' +$url64bit = 'https://github.com/Particular/ServicePulse/releases/download/1.36.3/Particular.ServicePulse-1.36.3.exe' +$checksum64 = 'cf20eb5864da37846098e3753002e5100ea2d586f052bd6b11094ab98b2fff08' $packageArgs = @{ packageName = $env:ChocolateyPackageName