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 Jan 29, 2021
1 parent 2c78786 commit 8d3d29a
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>2021.01.26</version>
<version>2021.01.27</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/2021-01-26/SQLToolbelt.exe'
$checksum = '25D834258BF4BF76CD20F848D8A30A627B86967D52C6A488F5A125B44E2FA361'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2021-01-27/SQLToolbelt.exe'
$checksum = 'D28E6DDB8043A9008F0D4E2647080D648ECE1D9D93BF078B91C057086F484F36'

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

0 comments on commit 8d3d29a

Please sign in to comment.