Skip to content

Commit

Permalink
AU: 2 updated - sqltoolbelt stripe-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Apr 1, 2022
1 parent cc2edb3 commit b61c320
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>2022.03.29</version>
<version>2022.03.30</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/2022-03-29/SQLToolbelt.exe'
$checksum = '6E2B52003F28A2C2F8EEE64A32F55B6A13FE29BF4726EDA62ABCD5434922B490'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2022-03-30/SQLToolbelt.exe'
$checksum = 'EC22955E5DEFFA9AF62C6BD8B533E57D8B3558A60250A58E0790EB47868CA17A'

$validProductPackageNames = @(
"SQL Compare",
Expand Down
2 changes: 1 addition & 1 deletion stripe-cli/stripe-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stripe-cli</id>
<version>1.8.3</version>
<version>1.8.5</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/stripe-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>Stripe CLI</title>
Expand Down

0 comments on commit b61c320

Please sign in to comment.