File tree 2 files changed +6
-6
lines changed
automatic/microsoft-edge-insider
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >microsoft-edge-insider</id >
6
- <version >132.0.2957.11 </version >
6
+ <version >132.0.2957.26 </version >
7
7
<owners >ionred</owners >
8
8
<title >Microsoft Edge Insider - Beta</title >
9
9
<authors >Microsoft</authors >
Original file line number Diff line number Diff line change 1
1
$ErrorActionPreference = ' Stop' ;
2
2
3
- $version = ' 132.0.2957.11 '
3
+ $version = ' 132.0.2957.26 '
4
4
5
5
$packageArgs = @ {
6
6
packageName = $env: ChocolateyPackageName
7
7
fileType = ' MSI'
8
- url32bit = ' https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/1fdcdd62-c457-4ee5-81ed-9357abdac567 /MicrosoftEdgeBetaEnterpriseX86.msi'
9
- url64bit = ' https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/4b07313e-c794-4acb-8e83-458366219ace /MicrosoftEdgeBetaEnterpriseX64.msi'
8
+ url32bit = ' https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/9a849dd4-199e-4e34-9149-8e02ef8f4ca1 /MicrosoftEdgeBetaEnterpriseX86.msi'
9
+ url64bit = ' https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/cd2ccce9-6ffd-4886-87fb-7c4818e1a2c8 /MicrosoftEdgeBetaEnterpriseX64.msi'
10
10
softwareName = ' Microsoft Edge Beta'
11
- checksum32 = ' CADD06758AA41F491EA92B4B2271D589BB8D783C25884C60FF2984DB0C8B271F '
11
+ checksum32 = ' 6F55AC09A4746411F78B11B95EB4DBFB8A96C5A70334E4FFA4BEF5CFC0704DF1 '
12
12
checksumType = ' sha256'
13
- checksum64 = ' 844E8FDA4F498C3CCD90F0149ECA289D935F1604E62B7AD944AED5FDC33FE516 '
13
+ checksum64 = ' B582A3FD5C50CA5F7345AC7D75763C895635D6A259589E7D19F5C896F4A58516 '
14
14
checksumType64 = ' sha256'
15
15
silentArgs = " /qn /norestart /l*v `" $ ( $env: TEMP ) \$ ( $packageName ) .$ ( $env: chocolateyPackageVersion ) .MsiInstall.log`" "
16
16
validExitCodes = @ (0 , 3010 , 1641 )
You can’t perform that action at this time.
0 commit comments