diff --git a/servicecontrol/servicecontrol.nuspec b/servicecontrol/servicecontrol.nuspec index 0f51c92..2a46194 100644 --- a/servicecontrol/servicecontrol.nuspec +++ b/servicecontrol/servicecontrol.nuspec @@ -2,7 +2,7 @@ servicecontrol - 3.4.0 + 3.4.1 ServiceControl (Install) Particular Software Michael Fyffe diff --git a/servicecontrol/tools/chocolateyinstall.ps1 b/servicecontrol/tools/chocolateyinstall.ps1 index cc10078..6c4261c 100644 --- a/servicecontrol/tools/chocolateyinstall.ps1 +++ b/servicecontrol/tools/chocolateyinstall.ps1 @@ -2,8 +2,8 @@ $ErrorActionPreference = 'Stop' -$url64bit = 'https://github.com/Particular/ServiceControl/releases/download/3.4.0/Particular.ServiceControl-3.4.0.exe' -$checksum64 = '337d30f690da11d2e4930b1b2fecd33e4a6219255039d5df0e024919ad8b5c85' +$url64bit = 'https://github.com/Particular/ServiceControl/releases/download/3.4.1/Particular.ServiceControl-3.4.1.exe' +$checksum64 = 'd4542136f38e4f742dca264acd31097eda1256b086bcd12a0f164bee8cf25ba4' $packageArgs = @{ packageName = $env:ChocolateyPackageName diff --git a/servicepulse/servicepulse.nuspec b/servicepulse/servicepulse.nuspec index 4fd9450..046b8dc 100644 --- a/servicepulse/servicepulse.nuspec +++ b/servicepulse/servicepulse.nuspec @@ -2,7 +2,7 @@ servicepulse - 1.15.0 + 1.15.1 ServicePulse (Install) Particular Software Michael Fyffe diff --git a/servicepulse/tools/chocolateyinstall.ps1 b/servicepulse/tools/chocolateyinstall.ps1 index d49068a..5771cc0 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.15.0/Particular.ServicePulse-1.15.0.exe' -$checksum64 = '61124d4a9751b040d5febdbaba794047efd6098ae55437efc8d68002878c127e' +$url64bit = 'https://github.com/Particular/ServicePulse/releases/download/1.15.1/Particular.ServicePulse-1.15.1.exe' +$checksum64 = 'cd00427fc265ecdb7ddc34c3f5f1976d07b9e542b0edee68da13ec30512fec08' $packageArgs = @{ packageName = $env:ChocolateyPackageName