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 Dec 1, 2017
1 parent c850a08 commit 689127c
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.30452</version>
<version>1.0.00.31451</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.30452/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.30452/Teams_windows_x64.exe'
$checksum32 = '8bb57a82a2751ec3bb453c58a78ce89166c48fe6b93e7d81790abc8638707616'
$checksum64 = '84b2fbd694d7d6b3661e74d4510ddac74d72dd73a35f25715a237a86438920d5'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.0.00.31451/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.31451/Teams_windows_x64.exe'
$checksum32 = 'dbe2611ca17329dfd04a2ad54aa701389b97a42146831238fed39f0f93f89796'
$checksum64 = '7b4bf697748170db14391b253a96eed861986c828d73f937d90536d8da1a636d'

$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.1.2171</version>
<version>2.0.1.2180</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/29Nov2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 11, 29, 16, 51, 46, 0 # Last modified time corresponding to this package version
$checksum = 'B155DDC7909206EE147080DBA350D3F0B4CBD0FDB178F6E0B37552ED2F6435AA'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/30Nov2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 11, 30, 22, 35, 3, 0 # Last modified time corresponding to this package version
$checksum = 'D890DF7D57A9302F4E5B567F75ECE819C70CFE54B15D8050DFC28C7916842C8A'

$pp = Get-PackageParameters

Expand Down

0 comments on commit 689127c

Please sign in to comment.