Skip to content

Commit

Permalink
AU: 2 updated - iguana microsoft-teams
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed May 11, 2022
1 parent 230b7b0 commit 905d7d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions iguana/iguana.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>iguana</id>
<version>6.1.4</version>
<version>6.1.5</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages</packageSourceUrl>
<owners>flcdrg</owners>
<title>Interfaceware Iguana</title>
Expand All @@ -24,7 +24,7 @@ Try out a fully functional, 30 day trial of Iguana for free!
</description>
<releaseNotes>http://help.interfaceware.com/v6/iguana-change-log</releaseNotes>
<dependencies>
<dependency id="iguana.install" version="[6.1.4]" />
<dependency id="iguana.install" version="[6.1.5]" />
</dependencies>
</metadata>
<files>
Expand Down
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.5.00.9163</version>
<version>1.5.00.11163</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.cdn.office.net/production-windows/1.5.00.9163/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.9163/Teams_windows_x64.exe'
$checksum32 = 'ab24a87774a92c8da866c11f69f94e5a262eb177e708a0f09a0a19e98f80949f'
$checksum64 = '357474891f58c2148d5fe2000bd061d1c10e2ba326efc5ef116f1a121eb314e0'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.5.00.11163/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.11163/Teams_windows_x64.exe'
$checksum32 = 'f30ffbdca926b7b6cfeae39204100873485aa2852f5886d6cfaeeb133649f636'
$checksum64 = '9ccad9e1d6a24821aa01a976fb956fdd09b800baeb79c27ca86ba587e06c5922'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 905d7d5

Please sign in to comment.