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 Dec 20, 2023
1 parent 285e0a5 commit e334801
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>2023.12.14</version>
<version>2023.12.18</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>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/2023-12-14/SQLToolbelt.exe'
$checksum = 'E83AB4FBF218D5C339A0E41C0F8A6F60AB34BEEB6B4190F2F6D5CE70FD4A628C'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-12-18/SQLToolbelt.exe'
$checksum = 'A30D8A208DAFD3B9A4E5761F81B5A6E665E04642929DF433DB4BB00A75B06FBE'

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

0 comments on commit e334801

Please sign in to comment.