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 Mar 18, 2023
1 parent 4ad21f6 commit f2f893f
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.03.15</version>
<version>2023.03.16</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/2023-03-15/SQLToolbelt.exe'
$checksum = 'C115870FA29E5CC803304F50103E8688F1005BE568BF24FD81A738B8FDEBC13F'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-03-16/SQLToolbelt.exe'
$checksum = 'FF37FC494AFC2EEAF8A372283C3D675D6CE5012F30B47802C1A3370B869A1174'

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

0 comments on commit f2f893f

Please sign in to comment.