Skip to content

Commit

Permalink
AU-dotnet: 1 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Nov 15, 2024
1 parent aa2e1bb commit 3ae393a
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>2024.11.12</version>
<version>2024.11.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/2024-11-12/SQLToolbelt.exe'
$checksum = '8FAFAA0BE6D2787703054765066CEEC5060BA0063AEDC2EA4166E901089C0162'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-11-13/SQLToolbelt.exe'
$checksum = 'F97A3FF9A7334C63BF56BAB4DFF3A3E2788D927530628241646D4AD5E68DF61B'

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

0 comments on commit 3ae393a

Please sign in to comment.