Skip to content

Commit

Permalink
AU: 1 updated - steelseries-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 7, 2024
1 parent 5999e50 commit d70d098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/steelseries-engine/steelseries-engine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>steelseries-engine</id>
<version>60.1.0</version>
<version>61.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/steelseries-engine</packageSourceUrl>
<owners>chtof</owners>
<title>SteelSeries Engine</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/steelseries-engine/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://engine.steelseriescdn.com/SteelSeriesGG60.1.0Setup.exe'
checksum = '1c8d9396aa0cea44606d22d47edc26b4cd4b492cbabcd264e1651e6557d7b274'
url = 'https://engine.steelseriescdn.com/SteelSeriesGG61.0.0Setup.exe'
checksum = '99d0eb119e763813a462cc572085825f348fe27e38ae72fc6a4f9997e91365c3'
checksumType = 'sha256'

silentArgs = '/S'
Expand All @@ -15,4 +15,4 @@ If ( [environment]::OSVersion.Version.Major -lt 10 ) {
return
}

Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs

0 comments on commit d70d098

Please sign in to comment.