From 23a24ef2f6915dfa34797aef76a6f218280024b6 Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Thu, 1 Apr 2021 16:11:46 +1100 Subject: [PATCH] Updated MSI checksums and bumped version --- iis-arr/iis-arr.nuspec | 3 ++- iis-arr/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/iis-arr/iis-arr.nuspec b/iis-arr/iis-arr.nuspec index 26c6893..a5817b3 100755 --- a/iis-arr/iis-arr.nuspec +++ b/iis-arr/iis-arr.nuspec @@ -4,7 +4,7 @@ iis-arr IIS Application Request Routing (Install) - 3.0.20180207 + 3.0.20210401 Microsoft Inc. Microsoft Inc. IIS Application Request Routing (ARR) @@ -22,6 +22,7 @@ +* 3.0.20210401 - Version and checksum bump with ARR MSI update from March 2021 * 3.0.20180207 - Updated for the silent release from 3.0.1952 to 3.0.1988. Not currently clear on changes but the new MSIs have a valid MS code signature. * 3.0.20160107 - version bump for updated UrlRewrite dependency * 3.0.20151123 - first packaging of ARR 3.0 diff --git a/iis-arr/tools/chocolateyinstall.ps1 b/iis-arr/tools/chocolateyinstall.ps1 index e06e157..2036964 100755 --- a/iis-arr/tools/chocolateyinstall.ps1 +++ b/iis-arr/tools/chocolateyinstall.ps1 @@ -18,9 +18,9 @@ $packageArgs = @{ validExitCodes= @(0, 3010, 1641) softwareName = 'Microsoft Application Request Routing 3.0' - checksum = 'd28562a13d5af235d2c3dfe2f0e82214af696486' + checksum = 'cbf4ac61fba2bcc57a7c55b40372b63879bf218f' checksumType = 'sha1' - checksum64 = '9bbe610e347909afa68230778b9242bb57bbbc55' + checksum64 = '8b258c3d62ac41192f1d01ba9fcfedd8421320ba' checksumType64= 'sha1' }