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 Jan 31, 2019
1 parent 708347c commit a621a5c
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.97.127-beta</version>
<version>1.0.100.133-beta</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.97.127.exe'
$checksum = 'a998f804b0353b3e842feb672c0b2f826182ce6a8efb6f5532388464bb500ca3'
$url = 'https://dl.razerzone.com/drivers/Synapse3/win/RazerSynapseInstaller_V1.0.100.133.exe'
$checksum = '4b4bcf96c1d8eeda95bb2592b80864061a2f2af63184fdc247155aad8c5db2c5'

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

0 comments on commit a621a5c

Please sign in to comment.