Skip to content

Commit

Permalink
AU: 2 updated - microsoft-teams sqltoolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Sep 12, 2017
1 parent cfec2de commit aae4d02
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion microsoft-teams/microsoft-teams.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>microsoft-teams</id>
<version>1.0.00.24351</version>
<version>1.0.00.25151</version>
<owners>flcdrg</owners>
<title>Microsoft Teams Desktop App</title>
<authors>Microsoft Corporation</authors>
Expand Down
8 changes: 4 additions & 4 deletions microsoft-teams/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName= 'microsoft-teams'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.0.00.24351/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.24351/Teams_windows_x64.exe'
$checksum32 = '5de823c4a3896b77a482ba48e2bb4bfe54d55811d1a9ac70fdabfa7571d669fc'
$checksum64 = '8b7da9c5dd053f3933e4189b9e398bc67943784a74b1a1b267f60ffaff5a6e76'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.0.00.25151/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.25151/Teams_windows_x64.exe'
$checksum32 = '057ee0d45f0d7cdbe9251c8bc1383ff331bf189c96aa4b13c63235450a759f3f'
$checksum64 = '542e018f02ed20decb0e672a5cd21fd8b5470608acc3f905052a41d64c1f95c6'

$packageArgs = @{
packageName = $packageName
Expand Down
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.0.0.1803</version>
<version>2.0.0.1836</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/06Sep2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 9, 6, 14, 46, 40, 0 # Last modified time corresponding to this package version
$checksum = 'B65DA5D3A8B4241B3AB199E1CFBA7A7056DE246A0521F9A69E41BA1DE74F38E2'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/11Sep2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 9, 11, 17, 51, 19, 0 # Last modified time corresponding to this package version
$checksum = '2C8422F15B6E5F11E3488DCF5B462E175282F8E89AD6357453D2ECA260CF443B'

$pp = Get-PackageParameters

Expand Down

0 comments on commit aae4d02

Please sign in to comment.