Skip to content

Commit

Permalink
AU: 2 updated - servicecontrol servicepulse
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragiccode Chocolatey Bot committed Dec 15, 2018
1 parent a1138dd commit 65f00a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion servicecontrol/servicecontrol.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>servicecontrol</id>
<version>3.4.0</version>
<version>3.4.1</version>
<title>ServiceControl (Install)</title>
<authors>Particular Software</authors>
<owners>Michael Fyffe</owners>
Expand Down
4 changes: 2 additions & 2 deletions servicecontrol/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion servicepulse/servicepulse.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>servicepulse</id>
<version>1.15.0</version>
<version>1.15.1</version>
<title>ServicePulse (Install)</title>
<authors>Particular Software</authors>
<owners>Michael Fyffe</owners>
Expand Down
4 changes: 2 additions & 2 deletions servicepulse/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 65f00a9

Please sign in to comment.