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 Jul 26, 2018
1 parent 695ddf0 commit bd02c26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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>2.2.1.2493</version>
<version>2.2.1.2496</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
8 changes: 4 additions & 4 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$primaryDownloadUrl = "https://download.red-gate.com/SQLToolbelt.exe"
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/18Jul2018/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2018, 7, 18, 15, 13, 16, 0 # Last modified time corresponding to this package version
$checksum = '76799F80DE7BE4F85EDE2A968BC8AD99518CDA14DA4180BE5C0D8A716202E020'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/25Jul2018/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2018, 7, 25, 14, 52, 55, 0 # Last modified time corresponding to this package version
$checksum = 'D3526DF2250FBC8E6BA5E5119E16C64DC9D4E14516023CC3834FF1297C767110'

$validProductPackageNames = @(
"SQL Compare",
Expand Down Expand Up @@ -81,4 +81,4 @@ $packageArgs = @{
destination = $toolsDir
}

Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs

0 comments on commit bd02c26

Please sign in to comment.