Skip to content

Commit

Permalink
AU: 1 updated - razer-synapse-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 28, 2021
1 parent f679f30 commit bd81802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion razer-synapse-3/razer-synapse-3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>razer-synapse-3</id>
<title>Razer Synapse 3</title>
<version>1.0.150.988</version>
<version>1.0.150.1018</version>
<authors>Razer Inc.</authors>
<owners>Alex Burck</owners>
<summary>Maximize your unfair advantage with Razer Synapse 3, the unified hardware configuration tool that takes your Razer device to the next level.</summary>
Expand Down
4 changes: 2 additions & 2 deletions razer-synapse-3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

# DO NOT CHANGE THESE MANUALLY. USE update.ps1
$url = 'https://dl.razerzone.com/drivers/Synapse3/win/RazerSynapseInstaller_V1.0.150.988.exe'
$checksum = 'b04fd933976b92aea3687985f21f5e6d47e3dbc95fecbab59a038d4876e62d28'
$url = 'https://dl.razerzone.com/drivers/Synapse3/win/RazerSynapseInstaller_V1.0.150.1018.exe'
$checksum = 'e039b67f536f9944b09fb94fc740474dedc8615abc75dbff8a786ae5095412de'

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

0 comments on commit bd81802

Please sign in to comment.