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 8, 2017
1 parent 3b8704b commit 891e4f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sqltoolbelt/sqltoolbelt.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sqltoolbelt</id>
<version>1.8.3.1022</version>
<version>1.8.3.1076</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/redgate-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/03Jul2017/SQLToolbelt.exe"
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 7, 3, 11, 5, 0, 0 # Last modified time corresponding to this package version
$checksum = 'A7DA6A6C96AE83C5EA392903A146D5840EFD6136DE311E73AFED0E2F6C81BACC'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/05Jul2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 7, 5, 13, 9, 4, 0 # Last modified time corresponding to this package version
$checksum = '3FFC83172C5B2975E5F76E3895857DB18FFB2FCB643DB4E3D3AA60898E34D7D7'

$pp = Get-PackageParameters

Expand Down Expand Up @@ -45,4 +45,4 @@ $packageArgs = @{
destination = $toolsDir
}

Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs

0 comments on commit 891e4f8

Please sign in to comment.