Skip to content

Commit 625a6fe

Browse files
committed
iisexpress: Update version and checksum
1 parent 64be320 commit 625a6fe

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

iisexpress/iisexpress.nuspec

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>iisexpress</id>
5-
<version>10.0.0.20220524</version>
5+
<version>10.0.2001.20240421</version>
66
<packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/iisexpress</packageSourceUrl>
77
<owners>jberezanski</owners>
88
<title>Microsoft IIS Express</title>
@@ -22,10 +22,7 @@ The benefits of using IIS 10.0 Express include:
2222
- IIS Express runs on Windows 7 Service Pack 1 and all later versions of Windows.
2323
- Many users can work independently on the same computer.</description>
2424
<releaseNotes>
25-
10.0.0.20220524: Updated checksum (the native installers have been updated in place).
25+
10.0.2001.20240421: Updated version and checksum (the native installers have been updated in place), removed obsolete dependency.
2626
</releaseNotes>
27-
<dependencies>
28-
<dependency id="dotnet4.0" version="4.0.30319.20141222" />
29-
</dependencies>
3027
</metadata>
3128
</package>

iisexpress/tools/ChocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ $arguments = @{
88
3010 # success, restart required
99
)
1010
url = 'https://download.microsoft.com/download/C/E/8/CE8D18F5-D4C0-45B5-B531-ADECD637A1AA/iisexpress_x86_en-US.msi'
11-
checksum = 'D51D6299EE266AE9180CCF2C48B0B4146E551FBFECA7CC83C840AB41078B8452'
11+
checksum = '860B3F97C35E9E99B24C44FD110649680D45CFE6FE97E793ACF81DEAF0E373B2'
1212
checksumType = 'sha256'
1313
url64 = 'https://download.microsoft.com/download/C/E/8/CE8D18F5-D4C0-45B5-B531-ADECD637A1AA/iisexpress_amd64_en-US.msi'
14-
checksum64 = '9FEE6C7DB937C215BBFBD35D62F9E8A5AE24C56551056B0325FFC1A63EB6B828'
14+
checksum64 = '18304FE8A65E397C65FE77C6E73B0ACB1556E8ED7EC9C94678DD42FA7AC1671F'
1515
checksumType64 = 'sha256'
1616
}
1717

0 commit comments

Comments
 (0)