Skip to content

Commit

Permalink
chocomilk: Update to 16.0.17531.20046
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenCircle-Choco-Bot committed Apr 16, 2024
1 parent 77425bb commit b76f345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/microsoft-office-deployment.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>microsoft-office-deployment</id>
<title>Microsoft Office Deployment</title>
<version>16.0.17328.20162</version>
<version>16.0.17531.20046</version>
<authors>Microsoft</authors>
<owners>Open Circle AG, sbaerlocher, bmcatherasoo</owners>
<packageSourceUrl>https://github.com/open-circle-ltd/chocolatey.microsoft-office-deployment</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions package/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $ErrorActionPreference = 'Stop';
$PackageParameters = Get-PackageParameters

$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$urlPackage = 'https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_17328-20162.exe'
$checksumPackage = '09bb63fe0005ac98826787a1b1b408d8f29c5d118df6c4a8382c79c269caac340d8ef70c2f9e47f58dd4e2c08a6365ad9a1601af588beddda55c3d83976a235e'
$urlPackage = 'https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_17531-20046.exe'
$checksumPackage = '7aa62f04bd2dacb1c57746e353e5f8da182f525541be7092845c6a2b0ffcd816bc218d39cc1db6c8dc143b0a24cdf5d21e2fcba808527c35fe070208a879ea28'
$checksumTypePackage = 'SHA512'

$binDir = "$($toolsDir)\..\bin"
Expand Down

0 comments on commit b76f345

Please sign in to comment.