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 Aug 25, 2017
1 parent afc2209 commit f7f227e
Show file tree
Hide file tree
Showing 2 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>1.8.3.1637</version>
<version>2.0.0.1662</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
6 changes: 3 additions & 3 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/23Aug2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 8, 23, 15, 7, 43, 0 # Last modified time corresponding to this package version
$checksum = '9254D4909E418B789D7FDB76E631B0F958213B0CC9604E838976D6ADDF4E0946'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/24Aug2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 8, 24, 12, 42, 3, 0 # Last modified time corresponding to this package version
$checksum = '7D1528FB4992185FF17AA0572B3880524AA6EB806B6624D94351844000ABB659'

$pp = Get-PackageParameters

Expand Down

0 comments on commit f7f227e

Please sign in to comment.