Skip to content

Commit

Permalink
AU: 1 updated - sqltoolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jun 3, 2022
1 parent 66b4832 commit d866392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.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>sqltoolbelt</id>
<version>2022.05.26</version>
<version>2022.06.01</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2022-05-26/SQLToolbelt.exe'
$checksum = 'D80266E7FB258F0BA2C973D43D8A917E67257CE3F3FF322A12A6837415C2BAE0'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2022-06-01/SQLToolbelt.exe'
$checksum = '72DAE13CD7480508B9BC4813EE464A125C963FF2C36F487666B7D5D54BEE0B12'

$validProductPackageNames = @(
"SQL Compare",
Expand Down

0 comments on commit d866392

Please sign in to comment.