Skip to content

Commit

Permalink
AU: 1 updated - servicecontrol
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragiccode Chocolatey Bot committed Jun 7, 2019
1 parent 5cc202a commit f31177d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8.1</version>
<version>3.8.2</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.8.1/Particular.ServiceControl-3.8.1.exe'
$checksum64 = 'f0c952ed58bc8575a39a5380f748723997a450e9beb99ffc4c71cdab431bd29c'
$url64bit = 'https://github.com/Particular/ServiceControl/releases/download/3.8.2/Particular.ServiceControl-3.8.2.exe'
$checksum64 = '679b16dd31ed2d5d182858214269f86db34670dfc4cca11dde4ca4d60dc42c8f'

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

0 comments on commit f31177d

Please sign in to comment.