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 Mar 12, 2019
1 parent d394aac commit ef01bd2
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.6.6</version>
<version>3.6.7</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.6.6/Particular.ServiceControl-3.6.6.exe'
$checksum64 = 'e72d4eb523933c841b80949e84c6c9c4d49047e4b5da32fb25880e86923fe72d'
$url64bit = 'https://github.com/Particular/ServiceControl/releases/download/3.6.7/Particular.ServiceControl-3.6.7.exe'
$checksum64 = '9f06fbf776ef31b1ed8dc1774aa99c7eb67de458e0ac84f5190dc75368a6e811'

$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.16.1</version>
<version>1.17.0</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.16.1/Particular.ServicePulse-1.16.1.exe'
$checksum64 = '38e518dc40ce9ba40fe84f9556ea334f08e96a8b205c33585e1f512f95637589'
$url64bit = 'https://github.com/Particular/ServicePulse/releases/download/1.17.0/Particular.ServicePulse-1.17.0.exe'
$checksum64 = '5ba9b71beeef9c3bf6ae419887c748a8eaa3dae9fd2b9e725e430e399cafa6f4'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit ef01bd2

Please sign in to comment.