Skip to content

Commit

Permalink
AU: 2 updated - razer-synapse-2 razer-synapse-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 28, 2021
1 parent 80f2875 commit 5dc02e7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion razer-synapse-2/razer-synapse-2.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-2</id>
<title>Razer Synapse 2</title>
<version>2.21.24.1</version>
<version>2.21.24.34</version>
<authors>Razer Inc.</authors>
<owners>Alex Burck</owners>
<summary>Razer Synapse is our unified configuration software that allows you to rebind controls or assign macros to any of your Razer peripherals and saves all your settings automatically to the cloud.</summary>
Expand Down
4 changes: 2 additions & 2 deletions razer-synapse-2/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/Synapse2/win/Web_Razer_Synapse_Installer_v2.21.24.1.exe'
$checksum = '74cdb893f072b1953db0c6679b38174ddd2e2d683ce4d8fef2d4cca5c47728c6'
$url = 'https://dl.razerzone.com/drivers/Synapse2/win/Web_Razer_Synapse_Installer_v2.21.24.34.exe'
$checksum = 'e5e6327444d8a57f3af065c147ec0295bb0470a5a9a3dacd26ad418e035d7515'

$packageArgs = @{
  packageName            = $env:ChocolateyPackageName
Expand Down
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.114.147-beta</version>
<version>1.0.150.956</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.114.147.exe'
$checksum = 'a6f53fb8ef7081092c5a1ddd77ce3c51f189c1cf6696348a7830cf932eb7d51a'
$url = 'https://dl.razerzone.com/drivers/Synapse3/win/RazerSynapseInstaller_V1.0.150.956.exe'
$checksum = '37b55ac9dbc41eb38439c1fee4affb4b5e608d5958b435ff00ff14be6c0399f5'

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

0 comments on commit 5dc02e7

Please sign in to comment.