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 May 6, 2022
1 parent 73c7c9c commit 6ee6db8
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.04.28</version>
<version>2022.05.04</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-04-28/SQLToolbelt.exe'
$checksum = '3A96E032E0E9D1AD9E975E4D5F66821D5E51A35E750C2B3A962435E81920E22C'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2022-05-04/SQLToolbelt.exe'
$checksum = '0E6284C5FACD150CE81B183FF939B2F97D69D6F09457F40420B4007EBEDCBC62'

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

0 comments on commit 6ee6db8

Please sign in to comment.