diff --git a/src/SqlSearch.nuspec b/src/SqlSearch.nuspec index a681641..8974189 100644 --- a/src/SqlSearch.nuspec +++ b/src/SqlSearch.nuspec @@ -2,7 +2,7 @@ SqlSearch - 3.1.0.0 + 3.2.0.2180 SQL Search Red Gate Software Ltd sumo300 diff --git a/src/tools/chocolateyInstall.ps1 b/src/tools/chocolateyInstall.ps1 index 8911a09..098cf7d 100644 --- a/src/tools/chocolateyInstall.ps1 +++ b/src/tools/chocolateyInstall.ps1 @@ -4,7 +4,7 @@ $packageArgs = @{ packageName = 'SqlSearch' installerType = 'EXE' url = 'https://download.red-gate.com/SQL_Search.exe' - checksum = '1A5FA6543DEB288AF6A0959D16F1A440ED88040EED59012AE69BBE4B49F58F4A' + checksum = 'D6508A0D1FC294EA6165384AECB3A6781B7C99B9EA673885E3CDD069B2380216' checksumType = 'sha256' silentArgs = '/IAgreeToTheEula' validExitCodes = @(0)