Skip to content

Commit

Permalink
AU: 2 updated - microsoft-teams.install PDFXchangeEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 2, 2018
1 parent 0b3154c commit b0b009f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion PDFXchangeEditor/PDFXchangeEditor.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>PDFXchangeEditor</id>
<version>7.0.326.1</version>
<version>7.0.327.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/PDFXchangeEditor</packageSourceUrl>
<owners>flcdrg, calwell</owners>
<title>PDF-XChange Editor</title>
Expand Down
8 changes: 4 additions & 4 deletions PDFXchangeEditor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $primaryDownloadUrl = "http://downloads.pdf-xchange.com/$filename"
$primaryDownloadUrl64 = "http://downloads.pdf-xchange.com/$filename64"
$url = "http://www.docu-track.co.uk/builds/$version/$filename"
$url64 = "http://www.docu-track.co.uk/builds/$version/$filename64"
$checksum = 'd6a78563a027cdc38b2b4e845a29698c6a0b2829a32885bffac44ed44c9937f4'
$checksum64 = 'dfc85d6db9e82b46ac3b1f52c8545bc1ebaeba7c9c40ab742bf1262a7ac2997e'
$lastModified32 = New-Object -TypeName DateTimeOffset 2018, 7, 25, 23, 58, 28, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2018, 7, 25, 23, 58, 32, 0 # Last modified time corresponding to this package version
$checksum = '7b12744e3c124b8cd14b98de000044449b26148bb6b94c73b92327e4d2c2e1cf'
$checksum64 = 'aa5540b3c9cda74c08818a2d2b2c1bcffc6c525095ad87d44f30f59db6f0b628'
$lastModified32 = New-Object -TypeName DateTimeOffset 2018, 10, 1, 22, 24, 48, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2018, 10, 1, 22, 24, 12, 0 # Last modified time corresponding to this package version

# Tracker Software have fixed download URLs, but if the binary changes we can fall back to their alternate (but slower) download site
# so the package doesn't break.
Expand Down
2 changes: 1 addition & 1 deletion microsoft-teams.install/microsoft-teams.install.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.install</id>
<version>1.1.00.24759</version>
<version>1.1.00.25457</version>
<owners>flcdrg</owners>
<title>Microsoft Teams Desktop App (Machine-Wide Install)</title>
<authors>Microsoft Corporation</authors>
Expand Down
8 changes: 4 additions & 4 deletions microsoft-teams.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName= 'microsoft-teams.install'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.1.00.24759/Teams_windows.msi'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.24759/Teams_windows_x64.msi'
$checksum32 = 'fad059a033dfa864fb040014836472543b8976eebfe2775999d5449665f98060'
$checksum64 = 'a0c9e834652ba51da476c86de0e7a3997bb4c9150b46baac5f582a8239907b56'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.1.00.25457/Teams_windows.msi'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.25457/Teams_windows_x64.msi'
$checksum32 = '711434af65d1ac645989565f2152a2d92e0ad8cc70ed18d78f25b073989b1b2b'
$checksum64 = '989ce4481363cedef6bd346bee411cc0afb918f728504b893fb2f22026a545bf'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit b0b009f

Please sign in to comment.