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 Oct 15, 2023
1 parent 16a3bda commit aec0c04
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.10.11</version>
<version>2023.10.13</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-10-11/SQLToolbelt.exe'
$checksum = '899D677A1A76840C7C380C40BC520050C6B4C7262CF2198FC7B431BDABA0AFD0'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-10-13/SQLToolbelt.exe'
$checksum = 'F7070F5A77FA187D026A65AC4BA7F3FC612822C4966A6561F440F55EBE6CD27B'

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

0 comments on commit aec0c04

Please sign in to comment.