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 Apr 21, 2024
1 parent e96666a commit ad82716
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.04.15</version>
<version>2024.04.19</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-04-15/SQLToolbelt.exe'
$checksum = '07E603ABC2F7E778521B477A62EABD466B7A4A7AE72BA5BA41C37BB65E14ADF6'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-04-19/SQLToolbelt.exe'
$checksum = 'A7384FC994AF76306267BB6EDF25FAD7EFF4AF2043751AE35C35567B63B61489'

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

0 comments on commit ad82716

Please sign in to comment.